summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-23 07:21:13 (GMT)
committerThomas Guyot-Sionnest <dermoth@aei.ca>2014-01-23 07:41:26 (GMT)
commitb5cc2928e261c550e7304e3f8244c62b4a707c5f (patch)
tree56946832492a2178149daf7385516e0916a86e67 /NEWS
parent82033b35b162c1b8a64a4b8be36c1c9c87ef9555 (diff)
downloadmonitoring-plugins-b5cc292.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--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6e1d76c..0cdcec7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,17 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
31.6 ... 31.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
111.5 2nd October 2013 161.5 2nd October 2013
12 ENHANCEMENTS 17 ENHANCEMENTS