aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2014-01-29 03:40:11 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2014-01-29 03:40:11 -0500
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 3a91d75d..3ed99670 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ This file documents the major additions and syntax changes between releases.
ENHANCEMENTS
check_ide_smart now defaults to plugin output, original output appended with -v
Extra-Opts are now enabled by default
+ check_swap now supports a configurable state when there is no swap
FIXES
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.
been disabled because they were broken
State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been
renamed MP_STATE_DIRECTORY. The old variable will continue to work in v1.6.x
+ check_swap used to allow returning OK on a system without swap when only percent thresholds
+ were used. This is no longer the case and one must now use -n/--no-swap=<state>
1.5 2nd October 2013
ENHANCEMENTS