summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 23 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 153080d..3a91d75 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,26 @@
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 ...
4 ENHANCEMENTS
5 check_ide_smart now defaults to plugin output, original output appended with -v
6 Extra-Opts are now enabled by default
7
8 FIXES
9 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified
10 check_ide_smart could disable offline auto tests but could not re-enable them.
11 For this reason all SMART command modes have been disabled.
12 check_dig: fix wrong IPv6 arguments order (Stéphane Bortzmeyer)
13
14 WARNINGS
15 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
16 utils.sh no longer defines ECH
17 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated
18 but accepted for backward-compatibility
19 check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have
20 been disabled because they were broken
21 State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been
22 renamed MP_STATE_DIRECTORY. The old variable will continue to work in v1.6.x
23
31.5 2nd October 2013 241.5 2nd October 2013
4 ENHANCEMENTS 25 ENHANCEMENTS
5 New check_dbi plugin for checking an (SQL) database using DBI 26 New check_dbi plugin for checking an (SQL) database using DBI
@@ -288,7 +309,7 @@ This file documents the major additions and syntax changes between releases.
288 check_icmp fix for *BSD when running for long time 309 check_icmp fix for *BSD when running for long time
289 check_ping times out 1 second quicker if host is unreachable 310 check_ping times out 1 second quicker if host is unreachable
290 Root plugins installed with world executable 311 Root plugins installed with world executable
291 check_sybase from contrib now maintained in NagiosExchange 312 check_sybase from contrib now maintained in MonitoringExchange
292 --with-nagios-user/group reinstated ./configure option 313 --with-nagios-user/group reinstated ./configure option
293 New --without-world-permissions ./configure option 314 New --without-world-permissions ./configure option
294 315
@@ -312,7 +333,7 @@ This file documents the major additions and syntax changes between releases.
312 New C based check_ntp. The perl version is now deprecated. 333 New C based check_ntp. The perl version is now deprecated.
313 New check_apt plugin 334 New check_apt plugin
314 Notice: plugins in contrib/ will start to be removed from this distribution. 335 Notice: plugins in contrib/ will start to be removed from this distribution.
315 Please check at http://www.nagiosexchange.org for contributed plugins 336 Please check at http://www.monitoringexchange.org for contributed plugins
316 Major bug fixes to check_disk where values were incorrectly calculated and alerted on. 337 Major bug fixes to check_disk where values were incorrectly calculated and alerted on.
317 check_udp2 removed. check_udp is now linked to check_tcp.c 338 check_udp2 removed. check_udp is now linked to check_tcp.c
318 check_mailq now errors if the sub-program run returns non-zero return code. This would appear 339 check_mailq now errors if the sub-program run returns non-zero return code. This would appear