From b5cc2928e261c550e7304e3f8244c62b4a707c5f Mon Sep 17 00:00:00 2001 From: Thomas Guyot-Sionnest Date: Thu, 23 Jan 2014 02:21:13 -0500 Subject: 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) --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6e1d76cf..0cdcec77 100644 --- a/NEWS +++ b/NEWS @@ -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 -- cgit v1.2.3-74-g34f1