summaryrefslogtreecommitdiffstats
path: root/THANKS.in
diff options
context:
space:
mode:
authorabrist <abrist@nagios.com>2015-05-19 21:32:54 (GMT)
committerSven Nierlein <sven@nierlein.de>2016-11-07 21:13:07 (GMT)
commit7276ce77c7f1dc682b6ac0b58d78445c6bb814bf (patch)
tree27d3b08fd2d2b7e70cd63d2bea9c3b0ee07c69a8 /THANKS.in
parentaa7ed88c549141a403d3d8de2bd9760c1f411cb0 (diff)
downloadmonitoring-plugins-7276ce77c7f1dc682b6ac0b58d78445c6bb814bf.tar.gz
check_snmp.c - Added IPv6 support
The "-6" optarg now prepends the server_address with "udp6:" for the snmpget external command as per the net-snmp syntax at: http://www.net-snmp.org/wiki/index.php/FAQ:Applications_28 Thanks to DrydenK (Roberto Greiner) for the heads up.
Diffstat (limited to 'THANKS.in')
-rw-r--r--THANKS.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/THANKS.in b/THANKS.in
index 59c90fe..717dad0 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -336,3 +336,4 @@ Nick Peelman
336Sebastian Herbszt 336Sebastian Herbszt
337Christopher Schultz 337Christopher Schultz
338Matthias Hähnel 338Matthias Hähnel
339Roberto Greiner