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 @@ This file documents the major additions and syntax changes between releases. 1.6 ... + ENHANCEMENTS + check_ide_smart now defaults to plugin output, original output appended with -v + FIXES Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified 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 + but accepted for backward-compatibility 1.5 2nd October 2013 ENHANCEMENTS |