summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS52
1 files changed, 49 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 6c01776..575cbda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,51 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
3... 32.0 ...
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, see:
9 https://www.monitoring-plugins.org/doc/extra-opts.html
10 check_swap now supports a configurable state when there is no swap
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
17
18 FIXES
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
21 check_ide_smart could disable offline auto tests but could not re-enable them.
22 For this reason all SMART command modes have been disabled.
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
30
31 WARNINGS
32 New default installation prefix: /usr/local instead of /usr/local/nagios
33 check_procs now ignores its parent process to avoid unexpected results when invoked via certain shells
34 utils.sh no longer defines ECH
35 check_ide_smart -q/--quiet and -n/--nagios (Nagios-compatile output) are now deprecated
36 but accepted for backward-compatibility
37 check_ide_smart -0/--auto-off, -1/--auto-on and -i/--immediate: options have
38 been disabled because they were broken
39 State retention: the NAGIOS_PLUGIN_STATE_DIRECTORY environment variable has been
40 renamed MP_STATE_PATH. The old variable will continue to work in v1.6.x
41 Add the UID of the invoking user to the state retention file path. This helps solving
42 permission issues when different users run the same plugin
43 check_swap used to allow returning OK on a system without swap when only percent thresholds
44 were used. This is no longer the case and one must now use -n/--no-swap=<state>
45 The Perl and Shell plugins now use the PATH specified via ./configure's --trusted-path
46 option, or "/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin" by default
47
481.5 2nd October 2013
4 ENHANCEMENTS 49 ENHANCEMENTS
5 New check_dbi plugin for checking an (SQL) database using DBI 50 New check_dbi plugin for checking an (SQL) database using DBI
6 Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page) 51 Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page)
@@ -46,6 +91,7 @@ This file documents the major additions and syntax changes between releases.
46 WARNINGS 91 WARNINGS
47 check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead. 92 check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead.
48 check_http's --proxy_authorization option is now called --proxy-authorization (it was always documented this way) 93 check_http's --proxy_authorization option is now called --proxy-authorization (it was always documented this way)
94 The contrib directory has been removed from this distribution
49 95
501.4.16 27th June 2012 961.4.16 27th June 2012
51 ENHANCEMENTS 97 ENHANCEMENTS
@@ -287,7 +333,7 @@ This file documents the major additions and syntax changes between releases.
287 check_icmp fix for *BSD when running for long time 333 check_icmp fix for *BSD when running for long time
288 check_ping times out 1 second quicker if host is unreachable 334 check_ping times out 1 second quicker if host is unreachable
289 Root plugins installed with world executable 335 Root plugins installed with world executable
290 check_sybase from contrib now maintained in NagiosExchange 336 check_sybase from contrib now maintained in MonitoringExchange
291 --with-nagios-user/group reinstated ./configure option 337 --with-nagios-user/group reinstated ./configure option
292 New --without-world-permissions ./configure option 338 New --without-world-permissions ./configure option
293 339
@@ -311,7 +357,7 @@ This file documents the major additions and syntax changes between releases.
311 New C based check_ntp. The perl version is now deprecated. 357 New C based check_ntp. The perl version is now deprecated.
312 New check_apt plugin 358 New check_apt plugin
313 Notice: plugins in contrib/ will start to be removed from this distribution. 359 Notice: plugins in contrib/ will start to be removed from this distribution.
314 Please check at http://www.nagiosexchange.org for contributed plugins 360 Please check at http://www.monitoringexchange.org for contributed plugins
315 Major bug fixes to check_disk where values were incorrectly calculated and alerted on. 361 Major bug fixes to check_disk where values were incorrectly calculated and alerted on.
316 check_udp2 removed. check_udp is now linked to check_tcp.c 362 check_udp2 removed. check_udp is now linked to check_tcp.c
317 check_mailq now errors if the sub-program run returns non-zero return code. This would appear 363 check_mailq now errors if the sub-program run returns non-zero return code. This would appear