summaryrefslogtreecommitdiffstats
path: root/plugins/check_ntp_peer.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_peer.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_peer.c')
-rw-r--r--plugins/check_ntp_peer.c9
1 files changed, 4 insertions, 5 deletions
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:"));