summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-29 08:40:11 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-29 08:40:11 (GMT)
commit7afbca0b8c6f98bf6349bc8dc854d50e760ce8e1 (patch)
treea4f45b486f5a4d7403a4c1d1a4bcaf1d169038b8 /NEWS
parent8fc9e5ac4b3a699f8d6b78471829692f0c92d5fa (diff)
downloadmonitoring-plugins-7afbca0b8c6f98bf6349bc8dc854d50e760ce8e1.tar.gz
check_swap: add supports for a configurable state when there is no swap
Check_swap used to allow no swap when thresholds were only specified in percent. This is no longer the case and the state now must be specified explicitly. The default is to always return CRITICAL when the swap is absent regardless of thresholds.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3a91d75..3ed9967 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ This file documents the major additions and syntax changes between releases.
4 ENHANCEMENTS 4 ENHANCEMENTS
5 check_ide_smart now defaults to plugin output, original output appended with -v 5 check_ide_smart now defaults to plugin output, original output appended with -v
6 Extra-Opts are now enabled by default 6 Extra-Opts are now enabled by default
7 check_swap now supports a configurable state when there is no swap
7 8
8 FIXES 9 FIXES
9 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified 10 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified
@@ -20,6 +21,8 @@ This file documents the major additions and syntax changes between releases.
20 been disabled because they were broken 21 been disabled because they were broken
21 State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been 22 State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been
22 renamed MP_STATE_DIRECTORY. The old variable will continue to work in v1.6.x 23 renamed MP_STATE_DIRECTORY. The old variable will continue to work in v1.6.x
24 check_swap used to allow returning OK on a system without swap when only percent thresholds
25 were used. This is no longer the case and one must now use -n/--no-swap=<state>
23 26
241.5 2nd October 2013 271.5 2nd October 2013
25 ENHANCEMENTS 28 ENHANCEMENTS