summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 767bf9a)
raw | patch | inline | side by side (parent: 767bf9a)
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Tue, 29 Apr 2008 09:01:48 +0000 (09:01 +0000) | ||
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | |
Tue, 29 Apr 2008 09:01:48 +0000 (09:01 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1986 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_ntp.c | patch | blob | history | |
plugins/check_ntp_peer.c | patch | blob | history | |
plugins/check_ntp_time.c | patch | blob | history |
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c
index ec8cd13d5b184b6161584210c805e8293fd713ff..69c25f0e227a3cdd620c3fdab685cdee21ed5bb9 100644 (file)
--- a/plugins/check_ntp.c
+++ b/plugins/check_ntp.c
printf("\n");
printf("%s\n", _("Notes:"));
- printf(" %s\n", _("See:"));
- printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT"));
- printf(" %s\n", _("for THRESHOLD format and examples."));
+ printf(_(UT_THRESHOLDS_NOTES));
printf("\n");
printf("%s\n", _("Examples:"));
index f6c33d61ff141773d0de756aab1c824f2626f78e..5ed97db24f514fd30569a7cd6d96328e68f25422 100644 (file)
--- a/plugins/check_ntp_peer.c
+++ b/plugins/check_ntp_peer.c
printf (_(UT_VERBOSE));
printf("\n");
+ printf("%s\n", _("This plugin checks an NTP server independent of any commandline"));
+ printf("%s\n\n", _("programs or external libraries."));
+
printf("%s\n", _("Notes:"));
- printf(" %s\n", _("This plugin checks an NTP server independent of any commandline"));
- printf(" %s\n\n", _("programs or external libraries."));
printf(" %s\n", _("Use this plugin to check the health of an NTP server. It supports"));
printf(" %s\n", _("checking the offset with the sync peer, the jitter and stratum. This"));
printf(" %s\n", _("plugin will not check the clock offset between the local host and NTP"));
printf(" %s\n\n", _("server; please use check_ntp_time for that purpose."));
- printf(" %s\n", _("See:"));
- printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT"));
- printf(" %s\n", _("for THRESHOLD format and examples."));
+ printf(_(UT_THRESHOLDS_NOTES));
printf("\n");
printf("%s\n", _("Examples:"));
index 85e117718593729e4c140e6a3e9e49cd5af08cc1..ec41429e96365ee148005c3d6d12e6fd9d3c382f 100644 (file)
--- a/plugins/check_ntp_time.c
+++ b/plugins/check_ntp_time.c
printf (_(UT_VERBOSE));
printf("\n");
+ printf("%s\n", _("This plugin checks the clock offset between the local host and a"));
+ printf("%s\n", _("remote NTP server. It is independent of any commandline programs or"));
+ printf("%s\n\n", _("external libraries."));
+
printf("%s\n", _("Notes:"));
- printf(" %s\n", _("This plugin checks the clock offset between the local host and a"));
- printf(" %s\n", _("remote NTP server. It is independent of any commandline programs or"));
- printf(" %s\n\n", _("external libraries."));
printf(" %s\n", _("If you'd rather want to monitor an NTP server, please use"));
printf(" %s\n\n", _("check_ntp_peer."));
- printf(" %s\n", _("See:"));
- printf(" %s\n", ("http://nagiosplug.sourceforge.net/developer-guidelines.html#THRESHOLDFORMAT"));
- printf(" %s\n", _("for THRESHOLD format and examples."));
+ printf(_(UT_THRESHOLDS_NOTES));
printf("\n");
printf("%s\n", _("Examples:"));