diff options
author | abrist <abrist@nagios.com> | 2015-05-19 21:32:54 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2016-11-07 21:13:07 (GMT) |
commit | 7276ce77c7f1dc682b6ac0b58d78445c6bb814bf (patch) | |
tree | 27d3b08fd2d2b7e70cd63d2bea9c3b0ee07c69a8 /THANKS.in | |
parent | aa7ed88c549141a403d3d8de2bd9760c1f411cb0 (diff) | |
download | monitoring-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.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -336,3 +336,4 @@ Nick Peelman | |||
336 | Sebastian Herbszt | 336 | Sebastian Herbszt |
337 | Christopher Schultz | 337 | Christopher Schultz |
338 | Matthias Hähnel | 338 | Matthias Hähnel |
339 | Roberto Greiner | ||