summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-09-22 17:40:35 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-09-22 17:40:35 (GMT)
commitd23b17e6567d8eb983956b36b31a383f3cc639d2 (patch)
tree19ba67a6555bb609875f819af5c4b9c479101820 /NEWS
parent520f297fa931d391f81af672b5b0e34db71b8c73 (diff)
downloadmonitoring-plugins-d23b17e6567d8eb983956b36b31a383f3cc639d2.tar.gz
Added -i/-I to ignore pathes/partitions based on regular expressions
Added check_disk -A selecting all filesystems -E option must now be passed before -p or -r/-R Passing -E after -p or -r results in UNKNOWN state Fixed bug when mixing case sensitive and insensitive regexes git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1786 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7572b59..2ef3915 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,12 @@ This file documents the major additions and syntax changes between releases.
20 - stop evaluating command line options through shell twice 20 - stop evaluating command line options through shell twice
21 - enforce a full path for the command to run 21 - enforce a full path for the command to run
22 The "negate" utility can now remap custom states 22 The "negate" utility can now remap custom states
23 New check_disk -i/-I option to ignore pathes/partitions based on regular expressions
24 New check_disk -A option to select all filesystems explicitly
25 WARNING: check_disk's -E option must now be passed before -p or -r/-R arguments
26 Passing -E after -p or -r results in UNKNOWN state, now
27 This is needed due to the new ignore feature
28 Fix bug when mixing case sensitive and case insensitive regex arguments
23 29
241.4.9 4th June 2006 301.4.9 4th June 2006
25 Inclusion of contrib/check_cluster2 as check_cluster with some improvements 31 Inclusion of contrib/check_cluster2 as check_cluster with some improvements