summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 24 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 70c6353..1668dc4 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,24 @@ This file documents the major additions and syntax changes between releases.
12 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
13 Allow for building the plugins in parallel 13 Allow for building the plugins in parallel
14 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 New check_http -J/-K options for client certificate authentication support
19 Add support for executing queries to check_pgsql
20 Let check_pgsql accept a UNIX socket directory as hostname
21 New check_pgsql -o option to specify additional connection parameters
22 New check_fping -S option to specify the source IP address
23 New check_fping -I option to specify the interface to bind to
24 Let check_fping support IPv6
25 New check_procs -k option to ignore kernel threads (on Linux)
26 Let check_procs use /proc/<PID>/exe (if available) instead of getpid(2), unless -T is specified
27 Let check_mysql support SSL
28 Let check_mysql add perfromance metrics for all checks
29 New check_mysql -f option to specify a client options file
30 New check_mysql -g option to specify a client options group
31 New check_snmp --offset option to allow for adding/substracting an offset value to sensor data
32 Let check_ide_smart support NetBSD
15 33
16 FIXES 34 FIXES
17 Change the MAIL FROM command generated by check_smtp to be RFC compliant 35 Change the MAIL FROM command generated by check_smtp to be RFC compliant
@@ -19,6 +37,12 @@ This file documents the major additions and syntax changes between releases.
19 Fix check_snmp reversed threshold ranges (backward-compatibility) 37 Fix check_snmp reversed threshold ranges (backward-compatibility)
20 Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors) 38 Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors)
21 Fix check_apt security regular expression (Alex Bradley) 39 Fix check_apt security regular expression (Alex Bradley)
40 Fix check_http handling extra header (-k) containing semicolons (Richard Leitner)
41 Fix check_apt handling unknown exit codes from apt-get (Richard Leitner)
42 Fix deprecated imports of check_nmap.py (Fabio Rueda)
43
44 WARNINGS
45 check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead.
22 46
231.4.16 27th June 2012 471.4.16 27th June 2012
24 ENHANCEMENTS 48 ENHANCEMENTS