summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0695b2)
raw | patch | inline | side by side (parent: d0695b2)
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Tue, 24 Feb 2009 09:40:21 +0000 (04:40 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | |
Tue, 24 Feb 2009 09:43:09 +0000 (04:43 -0500) |
Fix for check_snmp long help, reported by Richard Edward Horner
NEWS | patch | blob | history | |
THANKS.in | patch | blob | history | |
plugins/check_snmp.c | patch | blob | history |
index 4dad53fbedd01c0a08eabe293b5c664732edeefc..60ecb87d5481f7013990ddfd19fedbaace786aff 100644 (file)
--- a/NEWS
+++ b/NEWS
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
diff --git a/THANKS.in b/THANKS.in
index 812bd372cec425f92dcd3dea03d962416a183472..36fd74f24af0bc68fe5791103099bffa74d8a9ce 100644 (file)
--- a/THANKS.in
+++ b/THANKS.in
Erik Welch
Nik Soggia
Olli Hauer
+Richard Edward Horner
diff --git a/plugins/check_snmp.c b/plugins/check_snmp.c
index 0982faf713d68b1d3d65209b9b4310c6eb47b25f..a8e08fa1ecbc3221894a79f299cf4e5065628dd3 100644 (file)
--- a/plugins/check_snmp.c
+++ b/plugins/check_snmp.c
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));