summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-06-22 23:20:37 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-06-22 23:20:37 (GMT)
commitf52efd00bfc747cca182f51d61fdd65b94c1d58a (patch)
treee55bcc366ae2ea7aea4ac26b981f682f70f897b4
parentd67a293db2d9894e76b5a523153c17082b165f71 (diff)
downloadmonitoring-plugins-f52efd0.tar.gz
NEWS: Add missing entries for the upcoming release
-rw-r--r--NEWS18
1 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 726376c..575cbda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,21 +1,35 @@
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 ... 32.0 ...
4 ENHANCEMENTS 4 ENHANCEMENTS
5 check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with 5 check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with
6 fallback to sendmail 6 fallback to sendmail
7 check_ide_smart now defaults to plugin output, original output appended with -v 7 check_ide_smart now defaults to plugin output, original output appended with -v
8 Extra-Opts are now enabled by default 8 Extra-Opts are now enabled by default, see:
9 https://www.monitoring-plugins.org/doc/extra-opts.html
9 check_swap now supports a configurable state when there is no swap 10 check_swap now supports a configurable state when there is no swap
10 check_radius now supports the FreeRADIUS Client library 11 check_radius now supports the FreeRADIUS Client library
12 New check_mysql_query -f option to specify a client options file
13 New check_mysql_query -g option to specify a client options group
14 Add performance data to check_mysql_query
15 New check_file_age -i/--ignore-missing option to return OK on nonexistent files
16 Make check_ping, check_users, and check_disk work on Windows
11 17
12 FIXES 18 FIXES
13 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified 19 Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified
20 Don't have check_http's -N option expect an argument
14 check_ide_smart could disable offline auto tests but could not re-enable them. 21 check_ide_smart could disable offline auto tests but could not re-enable them.
15 For this reason all SMART command modes have been disabled. 22 For this reason all SMART command modes have been disabled.
16 check_dig: fix wrong IPv6 arguments order (Stéphane Bortzmeyer) 23 check_dig: fix wrong IPv6 arguments order (Stéphane Bortzmeyer)
24 check_dig: make sure not to give up too early when a timeout is specified with -t
25 check_log: don't stumble over log lines that include a "%" character
26 check_nt: add UPTIME to perfdata
27 Handle negative values properly with check_snmp
28 Handle SNMPv3 noAuthNoPriv properly with check_snmp
29 Fix compilation with GnuTLS
17 30
18 WARNINGS 31 WARNINGS
32 New default installation prefix: /usr/local instead of /usr/local/nagios
19 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells 33 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
20 utils.sh no longer defines ECH 34 utils.sh no longer defines ECH
21 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated 35 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated