aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2007-12-08 16:34:05 +0000
committerGravatar Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> 2007-12-08 16:34:05 +0000
commitdbc22e1acd813433c44dd5e1c0a20f04793f0603 (patch)
tree84559d2fb1499d6e94d8b49aae626671dad96b5a /NEWS
parentee748cd343bdb74a2073e512189942d71ba4200d (diff)
downloadmonitoring-plugins-dbc22e1acd813433c44dd5e1c0a20f04793f0603.tar.gz
Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746).
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1848 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2de1538..6473ec89 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,8 @@ This file documents the major additions and syntax changes between releases.
Merge two new checks that deprecates check_ntp: check_ntp_peer and check_ntp_time.
You should read the --help output so see which one is suitable for you. check_ntp_peer
implement stratum thresholds support (feature request #1703823).
+ Fix check_disk reporting OK if disk usage grows over 100% (bug #1348746).
+ The problem happens to be in Gnulib but a workaround have been implemented in check_disk.c
1.4.10 28th September 2007
Fix check_http buffer overflow vulnerability when following HTTP redirects