diff options
author | abrist <abrist@nagios.com> | 2015-05-19 17:32:54 -0400 |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2016-11-07 22:13:07 +0100 |
commit | 7276ce77c7f1dc682b6ac0b58d78445c6bb814bf (patch) | |
tree | 27d3b08fd2d2b7e70cd63d2bea9c3b0ee07c69a8 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ This file documents the major additions and syntax changes between releases. The check_http -S/--ssl option now allows for specifying the desired protocol with a "+" suffix to also accept newer versions check_users: add support for range thresholds (John C. Frickson) + check_snmp: add ipv6 support (abrist) FIXES Let check_real terminate lines with CRLF when talking to the server, as |