aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-02-05 00:08:54 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2009-02-05 00:47:07 -0500
commitd00a53dd1e4b818f36dd8ef0ee9245445b0ee8e9 (patch)
tree0f048546c9faedf89285d35e494237821d35e978 /NEWS
parent8aa65b21eb06492a3c6af3b14de3122ab96c7254 (diff)
downloadmonitoring-plugins-d00a53dd1e4b818f36dd8ef0ee9245445b0ee8e9.tar.gz
check_http --onredirect=sticky follows using the same IP address (sf.net #2550208).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ba47584..743857f5 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ This file documents the major additions and syntax changes between releases.
Re-bundled libtap as a built-in library (--enable-libtap): detects system library as pre-1.4.13 and does not install the built-in library anymore
Fixed check_mrtg returning UNKNOWN instead of OK (bug #2378068)
Fixed check_http behaviour: all check are now performed as long as a valid response is returned (sf.net #1460312)
+ check_http --onredirect=sticky follows using the same IP address (sf.net #2550208).
1.4.13 25th Sept 2008
Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen)