diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-03-21 06:32:50 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-03-21 06:32:50 (GMT) |
commit | e7cdcfee2a6025b41f67ead5020df3965ef05a98 (patch) | |
tree | aa9e7122e32e952379fac068e773d29941db21d3 /NEWS | |
parent | 3fa3707b5752adfe348e101a194635cc11ace2af (diff) | |
download | monitoring-plugins-e7cdcfee2a6025b41f67ead5020df3965ef05a98.tar.gz |
check_http: add --onredirect=stickyport - also follow the same port
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ This file documents the major additions and syntax changes between releases. | |||
21 | Fixed check_mrtg returning UNKNOWN instead of OK (bug #2378068) | 21 | Fixed check_mrtg returning UNKNOWN instead of OK (bug #2378068) |
22 | Fixed check_http behaviour: all check are now performed as long as a valid response is returned (sf.net #1460312) | 22 | Fixed check_http behaviour: all check are now performed as long as a valid response is returned (sf.net #1460312) |
23 | check_http --onredirect=sticky follows using the same IP address (sf.net #2550208) | 23 | check_http --onredirect=sticky follows using the same IP address (sf.net #2550208) |
24 | check_http --onredirect=stickyport also follows the same port | ||
24 | Fixed coredump from check_nt when invalid drive is specified (#2179754 - Olli Hauer) | 25 | Fixed coredump from check_nt when invalid drive is specified (#2179754 - Olli Hauer) |
25 | Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch by John Barbuto) | 26 | Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch by John Barbuto) |
26 | Fixed check_http sending HTTP/1.0 with v1.1 headers (#2638765) | 27 | Fixed check_http sending HTTP/1.0 with v1.1 headers (#2638765) |