summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 5c4b190..6e1d76c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
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 FIXES 4 FIXES
5 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified 5 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified
6 6
7 WARNINGS
8 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
9 utils.sh no longer defines ECHO
10
71.5 2nd October 2013 111.5 2nd October 2013
8 ENHANCEMENTS 12 ENHANCEMENTS
9 New check_dbi plugin for checking an (SQL) database using DBI 13 New check_dbi plugin for checking an (SQL) database using DBI
@@ -292,7 +296,7 @@ This file documents the major additions and syntax changes between releases.
292 check_icmp fix for *BSD when running for long time 296 check_icmp fix for *BSD when running for long time
293 check_ping times out 1 second quicker if host is unreachable 297 check_ping times out 1 second quicker if host is unreachable
294 Root plugins installed with world executable 298 Root plugins installed with world executable
295 check_sybase from contrib now maintained in NagiosExchange 299 check_sybase from contrib now maintained in MonitoringExchange
296 --with-nagios-user/group reinstated ./configure option 300 --with-nagios-user/group reinstated ./configure option
297 New --without-world-permissions ./configure option 301 New --without-world-permissions ./configure option
298 302
@@ -316,7 +320,7 @@ This file documents the major additions and syntax changes between releases.
316 New C based check_ntp. The perl version is now deprecated. 320 New C based check_ntp. The perl version is now deprecated.
317 New check_apt plugin 321 New check_apt plugin
318 Notice: plugins in contrib/ will start to be removed from this distribution. 322 Notice: plugins in contrib/ will start to be removed from this distribution.
319 Please check at http://www.nagiosexchange.org for contributed plugins 323 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. 324 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 325 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 326 check_mailq now errors if the sub-program run returns non-zero return code. This would appear