diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-08 16:33:15 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-08 16:33:15 +0000 |
commit | 4e366f82dee33c2f9a2e781d77144b2cf76d7c51 (patch) | |
tree | f94f43282102fa89aa11a595ae03387d9c84d040 /NEWS | |
parent | 4bdb362b6126803f86373ebf181925b86d85f0fc (diff) | |
download | monitoring-plugins-4e366f82dee33c2f9a2e781d77144b2cf76d7c51.tar.gz |
Fix long options parsing in check_disk, check_dns, check_mrtg and check_mrtgtraf (check_tcp was done in an earlier commit)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2078 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ This file documents the major additions and syntax changes between releases. Extra-opts (C plugins) does not allow trailing comments anymore (like N::P) Fixed dependency issue on libtap when ./configure --enable-libtap used. Warning: will install libtap Fixed segfault in extra-opts under some circumstance when reading multiple sections - Fix long options parsing in check_tcp + Fix long options parsing in check_disk, check_dns, check_mrtg, check_mrtgtraf and check_tcp. check_icmp now reports min and max round trip time perfdata (Steve Rader) Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) |