summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp_time.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-29 09:01:48 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-29 09:01:48 (GMT)
commitdbd7b90170929a078bfcb62d6fce09569312d050 (patch)
tree3e658bc70810ba22b06232c04d07e2206dbb5d2f /plugins/check_ntp_time.c
parent767bf9a0f207f64fb688c072ba33cf9276d0cb42 (diff)
downloadmonitoring-plugins-dbd7b90170929a078bfcb62d6fce09569312d050.tar.gz
Use UT_THRESHOLDS_NOTES in all plugins
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1986 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ntp_time.c')
-rw-r--r--plugins/check_ntp_time.c11
1 files changed, 5 insertions, 6 deletions
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:"));