summaryrefslogtreecommitdiffstats
path: root/web/attachments/313868-check_snmp.patch
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/313868-check_snmp.patch
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
Diffstat (limited to 'web/attachments/313868-check_snmp.patch')
-rw-r--r--web/attachments/313868-check_snmp.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/313868-check_snmp.patch b/web/attachments/313868-check_snmp.patch
new file mode 100644
index 0000000..439617f
--- /dev/null
+++ b/web/attachments/313868-check_snmp.patch
@@ -0,0 +1,11 @@
1--- check_snmp-old.c 2008-12-23 06:53:16.000000000 -0500
2+++ check_snmp.c 2009-02-17 01:10:44.094965523 -0500
3@@ -968,6 +968,8 @@
4 printf (" %s\n", _("SNMPv3 authentication password"));
5 printf (" %s\n", "-X, --privpasswd=PASSWORD");
6 printf (" %s\n", _("SNMPv3 privacy password"));
7+ printf (" %s\n", "-e, --retries=INTEGER");
8+ printf (" %s\n", _("Number of times to retry query"));
9
10 /* OID Stuff */
11 printf (" %s\n", "-o, --oid=OID(s)");