diff options
| author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 02:21:13 -0500 |
|---|---|---|
| committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2014-01-23 02:41:26 -0500 |
| commit | b5cc2928e261c550e7304e3f8244c62b4a707c5f (patch) | |
| tree | 56946832492a2178149daf7385516e0916a86e67 /NEWS | |
| parent | 82033b35b162c1b8a64a4b8be36c1c9c87ef9555 (diff) | |
| download | monitoring-plugins-b5cc2928e261c550e7304e3f8244c62b4a707c5f.tar.gz | |
Make check_ide_smart default to nagios output
check_ide_smart was originally a smard control utility later converted
to a monitoring plugin. the -n option (Nagios check) should therefore be
the default.
This patch deprecates the -n and -q switches, and make the other
switches return nagios-compatible output (they are most likely used in
eventhandlers, but returning nagios-compatible output makes it clear and
easy to handle the return status)
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,12 +1,17 @@ | |||
| 1 | This file documents the major additions and syntax changes between releases. | 1 | This file documents the major additions and syntax changes between releases. |
| 2 | 2 | ||
| 3 | 1.6 ... | 3 | 1.6 ... |
| 4 | ENHANCEMENTS | ||
| 5 | check_ide_smart now defaults to plugin output, original output appended with -v | ||
| 6 | |||
| 4 | FIXES | 7 | FIXES |
| 5 | 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 |
| 6 | 9 | ||
| 7 | WARNINGS | 10 | WARNINGS |
| 8 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells | 11 | check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells |
| 9 | utils.sh no longer defines ECHO | 12 | utils.sh no longer defines ECHO |
| 13 | check_ide_smart -q (quiet) and -n (Nagios-compatile output) are now deprecated | ||
| 14 | but accepted for backward-compatibility | ||
| 10 | 15 | ||
| 11 | 1.5 2nd October 2013 | 16 | 1.5 2nd October 2013 |
| 12 | ENHANCEMENTS | 17 | ENHANCEMENTS |
