summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-07-10 20:18:55 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-07-10 20:18:55 (GMT)
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 81e1bfb..7085e5c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ This file documents the major additions and syntax changes between releases.
4 Fix check_http buffer overflow vulnerability when following HTTP redirects 4 Fix check_http buffer overflow vulnerability when following HTTP redirects
5 Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect) 5 Check_ldaps' guessing which secure method to use (starttls vs. ssl on connect)
6 is now deprecated. See --help for further information. 6 is now deprecated. See --help for further information.
7 Check_disk now calls stat() on all filesystems to check. (Old: only the ones selected using -p)
8 A meaningful error message (eg "Stale NFS Handle") is printed if stat fails.
7 9
81.4.9 4th June 2006 101.4.9 4th June 2006
9 Inclusion of contrib/check_cluster2 as check_cluster with some improvements 11 Inclusion of contrib/check_cluster2 as check_cluster with some improvements