diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-06-23 01:20:37 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-06-23 01:20:37 +0200 |
commit | f52efd00bfc747cca182f51d61fdd65b94c1d58a (patch) | |
tree | e55bcc366ae2ea7aea4ac26b981f682f70f897b4 /NEWS | |
parent | d67a293db2d9894e76b5a523153c17082b165f71 (diff) | |
download | monitoring-plugins-f52efd00bfc747cca182f51d61fdd65b94c1d58a.tar.gz |
NEWS: Add missing entries for the upcoming release
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,21 +1,35 @@ This file documents the major additions and syntax changes between releases. -1.6 ... +2.0 ... ENHANCEMENTS check_mailq now supports auto detection of qmail, postfix, exim and nullmailer with fallback to sendmail check_ide_smart now defaults to plugin output, original output appended with -v - Extra-Opts are now enabled by default + Extra-Opts are now enabled by default, see: + https://www.monitoring-plugins.org/doc/extra-opts.html check_swap now supports a configurable state when there is no swap check_radius now supports the FreeRADIUS Client library + New check_mysql_query -f option to specify a client options file + New check_mysql_query -g option to specify a client options group + Add performance data to check_mysql_query + New check_file_age -i/--ignore-missing option to return OK on nonexistent files + Make check_ping, check_users, and check_disk work on Windows FIXES Don't let e.g. check_http's -C option reset SSL version if e.g. -S 1 -C 5 is specified + Don't have check_http's -N option expect an argument check_ide_smart could disable offline auto tests but could not re-enable them. For this reason all SMART command modes have been disabled. check_dig: fix wrong IPv6 arguments order (Stéphane Bortzmeyer) + check_dig: make sure not to give up too early when a timeout is specified with -t + check_log: don't stumble over log lines that include a "%" character + check_nt: add UPTIME to perfdata + Handle negative values properly with check_snmp + Handle SNMPv3 noAuthNoPriv properly with check_snmp + Fix compilation with GnuTLS WARNINGS + New default installation prefix: /usr/local instead of /usr/local/nagios check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells utils.sh no longer defines ECH check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated |