diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 08:17:55 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 08:17:55 (GMT) |
commit | d080c3ad9772c9d5ec64802f377d924ea8cd0a28 (patch) | |
tree | ae9e7e2b3d1565448ddf2cf62bdb07c161938bea /NEWS | |
parent | fd20a72ad63c54baa32b89774a723b4c246056f7 (diff) | |
download | monitoring-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-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -6,12 +6,16 @@ This file documents the major additions and syntax changes between releases. | |||
6 | 6 | ||
7 | FIXES | 7 | FIXES |
8 | Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified | 8 | Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified |
9 | check_ide_smart could disable offline auto tests but could not re-enable them. | ||
10 | For this reason all SMART command modes have been disabled. | ||
9 | 11 | ||
10 | WARNINGS | 12 | WARNINGS |
11 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells | 13 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells |
12 | utils.sh no longer defines ECHO | 14 | utils.sh no longer defines ECH |
13 | check_ide_smart -q (quiet) and -n (Nagios-compatile output) are now deprecated | 15 | check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated |
14 | but accepted for backward-compatibility | 16 | but accepted for backward-compatibility |
17 | check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have | ||
18 | been disabled because they were broken | ||
15 | 19 | ||
16 | 1.5 2nd October 2013 | 20 | 1.5 2nd October 2013 |
17 | ENHANCEMENTS | 21 | ENHANCEMENTS |