diff options
author | Holger Weiss <hweiss@users.sourceforge.net> | 2008-08-25 11:42:57 (GMT) |
---|---|---|
committer | Holger Weiss <hweiss@users.sourceforge.net> | 2008-08-25 11:42:57 (GMT) |
commit | c349438e32a99d1d3171bb4cef6c70815c138c45 (patch) | |
tree | c966452dcd503dad1909ca6ff86e504db04f57e3 /NEWS | |
parent | e61022df19da2c1b1ab02cd8cc2a6932b4ef9413 (diff) | |
download | monitoring-plugins-c349438e32a99d1d3171bb4cef6c70815c138c45.tar.gz |
The "-e" option now accepts a comma-delimited list of expected status
lines (Sven Nierlein - 1894496).
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2046 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ This file documents the major additions and syntax changes between releases. | |||
10 | check_snmp now only prints perfdata for non numeric values (#1867716) | 10 | check_snmp now only prints perfdata for non numeric values (#1867716) |
11 | check_icmp now supports packet size modification | 11 | check_icmp now supports packet size modification |
12 | check_http now sends the Host header first to fix 301s on servers with vitrual hosts (Michael Harris). | 12 | check_http now sends the Host header first to fix 301s on servers with vitrual hosts (Michael Harris). |
13 | check_http -e now accepts a comma-delimited list of expected status codes | ||
13 | libtap now included with this distribution for easier testing. Run ./configure with --enable-libtap | 14 | libtap now included with this distribution for easier testing. Run ./configure with --enable-libtap |
14 | 15 | ||
15 | 1.4.12 27th May 2008 | 16 | 1.4.12 27th May 2008 |