Code

Added examples for new features to check_disk
[nagiosplug.git] / NEWS
diff --git a/NEWS b/NEWS
index 81e1bfb50441e8b00d8bb62146f27fac3e2010bb..79c427235e9095e465baf4974d411bf64155a5a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ 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.
+       Check_disk's --help now prints some examples for the new features introduced in 1.4.8
 
 1.4.9 4th June 2006
        Inclusion of contrib/check_cluster2 as check_cluster with some improvements