summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 28 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 153080d..42ac42a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,31 @@
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_mailq now supports auto detection of qmail, postfix, exim and nullmailer with
6 fallback to sendmail
7 check_ide_smart now defaults to plugin output, original output appended with -v
8 Extra-Opts are now enabled by default
9 check_swap now supports a configurable state when there is no swap
10
11 FIXES
12 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified
13 check_ide_smart could disable offline auto tests but could not re-enable them.
14 For this reason all SMART command modes have been disabled.
15 check_dig: fix wrong IPv6 arguments order (Stéphane Bortzmeyer)
16
17 WARNINGS
18 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
19 utils.sh no longer defines ECH
20 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated
21 but accepted for backward-compatibility
22 check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have
23 been disabled because they were broken
24 State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been
25 renamed MP_STATE_DIRECTORY. The old variable will continue to work in v1.6.x
26 check_swap used to allow returning OK on a system without swap when only percent thresholds
27 were used. This is no longer the case and one must now use -n/--no-swap=<state>
28
31.5 2nd October 2013 291.5 2nd October 2013
4 ENHANCEMENTS 30 ENHANCEMENTS
5 New check_dbi plugin for checking an (SQL) database using DBI 31 New check_dbi plugin for checking an (SQL) database using DBI
@@ -288,7 +314,7 @@ This file documents the major additions and syntax changes between releases.
288 check_icmp fix for *BSD when running for long time 314 check_icmp fix for *BSD when running for long time
289 check_ping times out 1 second quicker if host is unreachable 315 check_ping times out 1 second quicker if host is unreachable
290 Root plugins installed with world executable 316 Root plugins installed with world executable
291 check_sybase from contrib now maintained in NagiosExchange 317 check_sybase from contrib now maintained in MonitoringExchange
292 --with-nagios-user/group reinstated ./configure option 318 --with-nagios-user/group reinstated ./configure option
293 New --without-world-permissions ./configure option 319 New --without-world-permissions ./configure option
294 320
@@ -312,7 +338,7 @@ This file documents the major additions and syntax changes between releases.
312 New C based check_ntp. The perl version is now deprecated. 338 New C based check_ntp. The perl version is now deprecated.
313 New check_apt plugin 339 New check_apt plugin
314 Notice: plugins in contrib/ will start to be removed from this distribution. 340 Notice: plugins in contrib/ will start to be removed from this distribution.
315 Please check at http://www.nagiosexchange.org for contributed plugins 341 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. 342 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 343 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 344 check_mailq now errors if the sub-program run returns non-zero return code. This would appear