Explorar o código

Merge branch 'master' of ssh://repo.or.cz/srv/git/nagiosplugins

Ton Voon %!s(int64=17) %!d(string=hai) anos
pai
achega
0e5a9df135
Modificáronse 3 ficheiros con 4 adicións e 1 borrados
  1. 1 1
      NEWS
  2. 1 0
      THANKS.in
  3. 2 0
      plugins/check_snmp.c

+ 1 - 1
NEWS

@@ -20,7 +20,7 @@ This file documents the major additions and syntax changes between releases.
 	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

+ 1 - 0
THANKS.in

@@ -246,3 +246,4 @@ Jan Lipphaus
 Erik Welch
 Nik Soggia
 Olli Hauer
+Richard Edward Horner

+ 2 - 0
plugins/check_snmp.c

@@ -1003,6 +1003,8 @@ print_help (void)
   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));