diff options
author | Matthias Eble <psychotrahe@gmx.de> | 2009-06-11 02:29:13 +0200 |
---|---|---|
committer | Matthias Eble <psychotrahe@gmx.de> | 2009-06-11 02:29:13 +0200 |
commit | 8b8a30716a85206941d96b1a40b5966432a0ddb0 (patch) | |
tree | 6a28aabf9ca0f781d020667355a5c086076a44a7 /NEWS | |
parent | 08deb7470450627eb669d10e5359b7c36ac3f848 (diff) | |
download | monitoring-plugins-8b8a30716a85206941d96b1a40b5966432a0ddb0.tar.gz |
check_ifoperstatus is now more user friendly in case of missing arguments
Added proper usage messages in case of missing arguments.
Removed accidently committed Data::Dumper call.
Minor whitespace fixes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ This file documents the major additions and syntax changes between releases. check_snmp now supports standard threshold ranges and doubles (floating numbers) in thresholds check_fping now supports passing target timeout and interval to fping (#2347686 - Martin Foster) Fixed SNMPv3 behaviour of check_ifoperstatus. Added -x to define privprotocol (#2343438 - Robin Schroeder) + check_ifoperstatus is now more userfriendly in case of missing arguments 1.4.13 25th Sept 2008 Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) |