diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-02-03 10:10:06 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-02-03 10:14:00 (GMT) |
commit | 8aa65b21eb06492a3c6af3b14de3122ab96c7254 (patch) | |
tree | c6ecaa40ae28d04d893f66413e70919e664bf3b3 /NEWS | |
parent | 0d781712d7c8405460ab9f2bd9e262d49fe42a3f (diff) | |
download | monitoring-plugins-8aa65b21eb06492a3c6af3b14de3122ab96c7254.tar.gz |
Add NEWS entry for last commit
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,7 +2,7 @@ This file documents the major additions and syntax changes between releases. | |||
2 | 2 | ||
3 | 1.4.14 ... | 3 | 1.4.14 ... |
4 | check_http has options to specify the HTTP method (#2155152) | 4 | check_http has options to specify the HTTP method (#2155152) |
5 | check_users thresholds were not working excatly as documented (>= rather than >) | 5 | check_users thresholds were not working exactly as documented (>= rather than >) |
6 | Updated tinderbox_build script to point to new tinderbox server | 6 | Updated tinderbox_build script to point to new tinderbox server |
7 | check_ifoperstatus -n flag now works as expected (sf.net #1569488) | 7 | check_ifoperstatus -n flag now works as expected (sf.net #1569488) |
8 | check_ifoperstatus now supports ifType based lookup for ifIndex | 8 | check_ifoperstatus now supports ifType based lookup for ifIndex |
@@ -15,10 +15,11 @@ This file documents the major additions and syntax changes between releases. | |||
15 | Add missing long options for check_nt (for use with extra-opts) | 15 | Add missing long options for check_nt (for use with extra-opts) |
16 | check_icmp now reports min and max round trip time perfdata (Steve Rader) | 16 | check_icmp now reports min and max round trip time perfdata (Steve Rader) |
17 | Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) | 17 | Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) |
18 | check_disk: make autofs mount paths specified with -p before we determing the mount list (Erik Welch) | 18 | check_disk: make autofs mount paths specified with -p before we determine the mount list (Erik Welch) |
19 | Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) | 19 | Fixed buffer overflow in check_ntp/check_ntp_peer (#1999319, Ubuntu #291265) |
20 | 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 | 20 | 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 |
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 | 23 | ||
23 | 1.4.13 25th Sept 2008 | 24 | 1.4.13 25th Sept 2008 |
24 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 25 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) |