aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Matthias Eble <psychotrahe@users.sourceforge.net> 2007-07-10 20:18:55 +0000
committerGravatar Matthias Eble <psychotrahe@users.sourceforge.net> 2007-07-10 20:18:55 +0000
commit5e633124e4573c98d5457144e401fb0d22e45ae6 (patch)
tree4cd3e9085503cdc10719de3d09f0fa12b810e996 /NEWS
parent5d11612ecb23c6496d8faaedbcc1b9371628be53 (diff)
downloadmonitoring-plugins-5e633124e4573c98d5457144e401fb0d22e45ae6.tar.gz
Check_disk now calls stat() for all filesystems to check.
Check_disk prints an strerror() message if the call of stat() fails. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1754 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 81e1bfb5..7085e5c8 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ This file documents the major additions and syntax changes between releases.
Fix check_http buffer overflow vulnerability when following HTTP redirects
Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect)
is now deprecated. See --help for further information.
+ Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p)
+ A meaningful error message (eg "Stale NFS Handle") is printed if stat fails.
1.4.9 4th June 2006
Inclusion of contrib/check_cluster2 as check_cluster with some improvements