summaryrefslogtreecommitdiffstats
path: root/NEWS
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 /NEWS
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 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd229a9..6742879 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ This file documents the major additions and syntax changes between releases.
13 The check_http -S/--ssl option now allows for specifying the desired 13 The check_http -S/--ssl option now allows for specifying the desired
14 protocol with a "+" suffix to also accept newer versions 14 protocol with a "+" suffix to also accept newer versions
15 check_users: add support for range thresholds (John C. Frickson) 15 check_users: add support for range thresholds (John C. Frickson)
16 check_snmp: add ipv6 support (abrist)
16 17
17 FIXES 18 FIXES
18 Let check_real terminate lines with CRLF when talking to the server, as 19 Let check_real terminate lines with CRLF when talking to the server, as