[Nagiosplug-checkins] nagiosplug NEWS,1.33,1.34

Matthias Eble psychotrahe at users.sourceforge.net
Tue Jul 10 22:18:57 CEST 2007


Update of /cvsroot/nagiosplug/nagiosplug
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13110

Modified Files:
	NEWS 
Log Message:
Check_disk now calls stat() for all filesystems to check.
Check_disk prints an strerror() message if the call of stat() fails.


Index: NEWS
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/NEWS,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- NEWS	20 Jun 2007 11:00:15 -0000	1.33
+++ NEWS	10 Jul 2007 20:18:55 -0000	1.34
@@ -4,6 +4,8 @@
 	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





More information about the Commits mailing list