diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index ec8cd13..69c25f0 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c | |||
@@ -858,9 +858,7 @@ void print_help(void){ | |||
858 | 858 | ||
859 | printf("\n"); | 859 | printf("\n"); |
860 | printf("%s\n", _("Notes:")); | 860 | printf("%s\n", _("Notes:")); |
861 | printf(" %s\n", _("See:")); | 861 | printf(_(UT_THRESHOLDS_NOTES)); |
862 | printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT")); | ||
863 | printf(" %s\n", _("for THRESHOLD format and examples.")); | ||
864 | 862 | ||
865 | printf("\n"); | 863 | printf("\n"); |
866 | printf("%s\n", _("Examples:")); | 864 | printf("%s\n", _("Examples:")); |
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index f6c33d6..5ed97db 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
@@ -657,17 +657,16 @@ void print_help(void){ | |||
657 | printf (_(UT_VERBOSE)); | 657 | printf (_(UT_VERBOSE)); |
658 | 658 | ||
659 | printf("\n"); | 659 | printf("\n"); |
660 | printf("%s\n", _("This plugin checks an NTP server independent of any commandline")); | ||
661 | printf("%s\n\n", _("programs or external libraries.")); | ||
662 | |||
660 | printf("%s\n", _("Notes:")); | 663 | printf("%s\n", _("Notes:")); |
661 | printf(" %s\n", _("This plugin checks an NTP server independent of any commandline")); | ||
662 | printf(" %s\n\n", _("programs or external libraries.")); | ||
663 | printf(" %s\n", _("Use this plugin to check the health of an NTP server. It supports")); | 664 | printf(" %s\n", _("Use this plugin to check the health of an NTP server. It supports")); |
664 | printf(" %s\n", _("checking the offset with the sync peer, the jitter and stratum. This")); | 665 | printf(" %s\n", _("checking the offset with the sync peer, the jitter and stratum. This")); |
665 | printf(" %s\n", _("plugin will not check the clock offset between the local host and NTP")); | 666 | printf(" %s\n", _("plugin will not check the clock offset between the local host and NTP")); |
666 | printf(" %s\n\n", _("server; please use check_ntp_time for that purpose.")); | 667 | printf(" %s\n\n", _("server; please use check_ntp_time for that purpose.")); |
667 | 668 | ||
668 | printf(" %s\n", _("See:")); | 669 | printf(_(UT_THRESHOLDS_NOTES)); |
669 | printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT")); | ||
670 | printf(" %s\n", _("for THRESHOLD format and examples.")); | ||
671 | 670 | ||
672 | printf("\n"); | 671 | printf("\n"); |
673 | printf("%s\n", _("Examples:")); | 672 | printf("%s\n", _("Examples:")); |
diff --git a/plugins/check_ntp_time.c b/plugins/check_ntp_time.c index 85e1177..ec41429 100644 --- a/plugins/check_ntp_time.c +++ b/plugins/check_ntp_time.c | |||
@@ -608,16 +608,15 @@ void print_help(void){ | |||
608 | printf (_(UT_VERBOSE)); | 608 | printf (_(UT_VERBOSE)); |
609 | 609 | ||
610 | printf("\n"); | 610 | printf("\n"); |
611 | printf("%s\n", _("This plugin checks the clock offset between the local host and a")); | ||
612 | printf("%s\n", _("remote NTP server. It is independent of any commandline programs or")); | ||
613 | printf("%s\n\n", _("external libraries.")); | ||
614 | |||
611 | printf("%s\n", _("Notes:")); | 615 | printf("%s\n", _("Notes:")); |
612 | printf(" %s\n", _("This plugin checks the clock offset between the local host and a")); | ||
613 | printf(" %s\n", _("remote NTP server. It is independent of any commandline programs or")); | ||
614 | printf(" %s\n\n", _("external libraries.")); | ||
615 | printf(" %s\n", _("If you'd rather want to monitor an NTP server, please use")); | 616 | printf(" %s\n", _("If you'd rather want to monitor an NTP server, please use")); |
616 | printf(" %s\n\n", _("check_ntp_peer.")); | 617 | printf(" %s\n\n", _("check_ntp_peer.")); |
617 | 618 | ||
618 | printf(" %s\n", _("See:")); | 619 | printf(_(UT_THRESHOLDS_NOTES)); |
619 | printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT")); | ||
620 | printf(" %s\n", _("for THRESHOLD format and examples.")); | ||
621 | 620 | ||
622 | printf("\n"); | 621 | printf("\n"); |
623 | printf("%s\n", _("Examples:")); | 622 | printf("%s\n", _("Examples:")); |