[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2155] nagiosplug/trunk
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Tue Feb 24 11:18:15 CET 2009
Revision: 2155
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2155&view=rev
Author: dermoth
Date: 2009-02-24 10:18:14 +0000 (Tue, 24 Feb 2009)
Log Message:
-----------
check_snmp long help missing retries entry (#2608223)
Fix for check_snmp long help, reported by Richard Edward Horner
From: Thomas Guyot-Sionnest <dermoth at aei.ca>
Modified Paths:
--------------
nagiosplug/trunk/NEWS
nagiosplug/trunk/THANKS.in
nagiosplug/trunk/plugins/check_snmp.c
Modified: nagiosplug/trunk/NEWS
===================================================================
--- nagiosplug/trunk/NEWS 2009-02-21 09:59:35 UTC (rev 2154)
+++ nagiosplug/trunk/NEWS 2009-02-24 10:18:14 UTC (rev 2155)
@@ -20,7 +20,7 @@
Re-bundled libtap as a built-in library (--enable-libtap): detects system library as pre-1.4.13 and does not install the built-in library anymore
Fixed check_mrtg returning UNKNOWN instead of OK (bug #2378068)
Fixed check_http behaviour: all check are now performed as long as a valid response is returned (sf.net #1460312)
- check_http --onredirect=sticky follows using the same IP address (sf.net #2550208).
+ check_http --onredirect=sticky follows using the same IP address (sf.net #2550208)
Fixed coredump from check_nt when invalid drive is specified (#2179754 - Olli Hauer)
1.4.13 25th Sept 2008
Modified: nagiosplug/trunk/THANKS.in
===================================================================
--- nagiosplug/trunk/THANKS.in 2009-02-21 09:59:35 UTC (rev 2154)
+++ nagiosplug/trunk/THANKS.in 2009-02-24 10:18:14 UTC (rev 2155)
@@ -246,3 +246,4 @@
Erik Welch
Nik Soggia
Olli Hauer
+Richard Edward Horner
Modified: nagiosplug/trunk/plugins/check_snmp.c
===================================================================
--- nagiosplug/trunk/plugins/check_snmp.c 2009-02-21 09:59:35 UTC (rev 2154)
+++ nagiosplug/trunk/plugins/check_snmp.c 2009-02-24 10:18:14 UTC (rev 2155)
@@ -1003,6 +1003,8 @@
printf (" %s\n", _("Separates output on multiple OID requests"));
printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT);
+ printf (" %s\n", "-e, --retries=INTEGER");
+ printf (" %s\n", _("Number of retries to be used in the requests"));
printf (_(UT_VERBOSE));
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