diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -4,6 +4,7 @@ This file documents the major additions and syntax changes between releases. | |||
4 | ENHANCEMENTS | 4 | ENHANCEMENTS |
5 | New check_dbi plugin for checking an (SQL) database using DBI | 5 | 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) | 6 | Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page) |
7 | Add performance data to check_apt | ||
7 | Add performance data to check_procs | 8 | Add performance data to check_procs |
8 | Added -4/-6 options to check_dig (Ville Mattila) | 9 | Added -4/-6 options to check_dig (Ville Mattila) |
9 | New check_oracle --connect option to perform real login | 10 | New check_oracle --connect option to perform real login |
@@ -11,6 +12,22 @@ This file documents the major additions and syntax changes between releases. | |||
11 | New check_disk -N/--include-type option to limit the filesystem types to check | 12 | New check_disk -N/--include-type option to limit the filesystem types to check |
12 | Allow for building the plugins in parallel | 13 | Allow for building the plugins in parallel |
13 | Add --without-{dbi,ldap,radius} options to ./configure | 14 | Add --without-{dbi,ldap,radius} options to ./configure |
15 | Made Verbose output of check_sensors compliant (Gabriele Tozzi) | ||
16 | New switch -E/--extended-perfdata for check_http to print additional performance data (Sebastian Nohn) | ||
17 | New check_http -d option to specify a string to expect within the response headers | ||
18 | Add support for executing queries to check_pgsql | ||
19 | Let check_pgsql accept a UNIX socket directory as hostname | ||
20 | New check_pgsql -o option to specify additional connection parameters | ||
21 | New check_fping -S option to specify the source IP address | ||
22 | New check_fping -I option to specify the interface to bind to | ||
23 | Let check_fping support IPv6 | ||
24 | New check_procs -k option to ignore kernel threads (on Linux) | ||
25 | Let check_procs use /proc/<PID>/exe (if available) instead of getpid(2), unless -T is specified | ||
26 | Let check_mysql support SSL | ||
27 | Let check_mysql add perfromance metrics for all checks | ||
28 | New check_mysql -f option to specify a client options file | ||
29 | New check_mysql -g option to specify a client options group | ||
30 | New check_snmp --offset option to allow for adding/substracting an offset value to sensor data | ||
14 | 31 | ||
15 | FIXES | 32 | FIXES |
16 | Change the MAIL FROM command generated by check_smtp to be RFC compliant | 33 | Change the MAIL FROM command generated by check_smtp to be RFC compliant |
@@ -18,6 +35,12 @@ This file documents the major additions and syntax changes between releases. | |||
18 | Fix check_snmp reversed threshold ranges (backward-compatibility) | 35 | Fix check_snmp reversed threshold ranges (backward-compatibility) |
19 | Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors) | 36 | Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors) |
20 | Fix check_apt security regular expression (Alex Bradley) | 37 | Fix check_apt security regular expression (Alex Bradley) |
38 | Fix check_http handling extra header (-k) containing semicolons (Richard Leitner) | ||
39 | Fix check_apt handling unknown exit codes from apt-get (Richard Leitner) | ||
40 | Fix deprecated imports of check_nmap.py (Fabio Rueda) | ||
41 | |||
42 | WARNINGS | ||
43 | check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead. | ||
21 | 44 | ||
22 | 1.4.16 27th June 2012 | 45 | 1.4.16 27th June 2012 |
23 | ENHANCEMENTS | 46 | ENHANCEMENTS |