[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1908] nagiosplug/trunk

dermoth at users.sourceforge.net dermoth at users.sourceforge.net
Sat Jan 26 16:55:05 CET 2008


Revision: 1908
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1908&view=rev
Author:   dermoth
Date:     2008-01-26 07:55:03 -0800 (Sat, 26 Jan 2008)

Log Message:
-----------
 Fix help text of check_ntp_* (Bug #1880095)

Modified Paths:
--------------
    nagiosplug/trunk/NEWS
    nagiosplug/trunk/THANKS.in
    nagiosplug/trunk/plugins/check_ntp_peer.c
    nagiosplug/trunk/plugins/check_ntp_time.c

Modified: nagiosplug/trunk/NEWS
===================================================================
--- nagiosplug/trunk/NEWS	2008-01-15 11:34:15 UTC (rev 1907)
+++ nagiosplug/trunk/NEWS	2008-01-26 15:55:03 UTC (rev 1908)
@@ -7,6 +7,7 @@
 	Fix segfault in check_ntp_time and (deprecated) check_ntp. (Bug #1862300)
 	check_disk should now work with large file systems (2TB+) on all archs that supports it
 	Fixed check_disk disk usage calculation when using --group=NAME (related to bug #1348746)
+	Fix help text of check_ntp_* (Bug #1880095)
 
 1.4.11 13th December 2007
 	Fixed check_http regression in 1.4.10 where following redirects to

Modified: nagiosplug/trunk/THANKS.in
===================================================================
--- nagiosplug/trunk/THANKS.in	2008-01-15 11:34:15 UTC (rev 1907)
+++ nagiosplug/trunk/THANKS.in	2008-01-26 15:55:03 UTC (rev 1908)
@@ -232,3 +232,4 @@
 Alessandro Ren
 Harald Jenny
 Matthias Urlichs
+Jan Wagner

Modified: nagiosplug/trunk/plugins/check_ntp_peer.c
===================================================================
--- nagiosplug/trunk/plugins/check_ntp_peer.c	2008-01-15 11:34:15 UTC (rev 1907)
+++ nagiosplug/trunk/plugins/check_ntp_peer.c	2008-01-26 15:55:03 UTC (rev 1908)
@@ -642,7 +642,7 @@
 	printf ("    %s\n", _("Offset to result in critical status (seconds)"));
 	printf (" %s\n", "-W, --warning=THRESHOLD");
 	printf ("    %s\n", _("Warning threshold for stratum"));
-	printf (" %s\n", "-W, --critical=THRESHOLD");
+	printf (" %s\n", "-C, --critical=THRESHOLD");
 	printf ("    %s\n", _("Critical threshold for stratum"));
 	printf (" %s\n", "-j, --warning=THRESHOLD");
 	printf ("    %s\n", _("Warning threshold for jitter"));

Modified: nagiosplug/trunk/plugins/check_ntp_time.c
===================================================================
--- nagiosplug/trunk/plugins/check_ntp_time.c	2008-01-15 11:34:15 UTC (rev 1907)
+++ nagiosplug/trunk/plugins/check_ntp_time.c	2008-01-26 15:55:03 UTC (rev 1908)
@@ -631,7 +631,6 @@
 print_usage(void)
 {
 	printf (_("Usage:"));
-	printf(" %s -H <host> [-w <warn>] [-c <crit>] [-W <warn>] [-C <crit>]\n", progname);
-	printf("       [-j <warn>] [-k <crit>] [-v verbose]\n");
+	printf(" %s -H <host> [-w <warn>] [-c <crit>] [-v verbose]\n", progname);
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list