aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2014-01-23 03:17:55 -0500
committerGravatar Thomas Guyot-Sionnest <dermoth@aei.ca> 2014-01-23 03:17:55 -0500
commitd080c3ad9772c9d5ec64802f377d924ea8cd0a28 (patch)
treeae9e7e2b3d1565448ddf2cf62bdb07c161938bea /NEWS
parentfd20a72ad63c54baa32b89774a723b4c246056f7 (diff)
downloadmonitoring-plugins-d080c3ad9772c9d5ec64802f377d924ea8cd0a28.tar.gz
Disable SMART test commands in check_ide_smart
check_ide_smart could disable offline auto tests but could not re-enable them. For this reason all SMART command modes have been disabled The disabled commands are -0/--auto-off, -1/--auto-on and -i/--immediate
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0cdcec77..23f1fa76 100644
--- a/NEWS
+++ b/NEWS
@@ -6,12 +6,16 @@ This file documents the major additions and syntax changes between releases.
FIXES
Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified
+ check_ide_smart could disable offline auto tests but could not re-enable them.
+ For this reason all SMART command modes have been disabled.
WARNINGS
check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
- utils.sh no longer defines ECHO
- check_ide_smart -q (quiet) and -n (Nagios-compatile output) are now deprecated
+ utils.sh no longer defines ECH
+ check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated
but accepted for backward-compatibility
+ check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have
+ been disabled because they were broken
1.5 2nd October 2013
ENHANCEMENTS