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