summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 293bd9dc..dde9676e 100644
--- a/NEWS
+++ b/NEWS
@@ -4,12 +4,32 @@ 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
9 Added -4/-6 options to check_dig (Ville Mattila)
10 New check_oracle --connect option to perform real login
11 New check_nagios -t option to override the default timeout
12 New check_disk -N/--include-type option to limit the filesystem types to check
13 Allow for building the plugins in parallel
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 Add support for executing queries to check_pgsql
18 Let check_pgsql accept a UNIX socket directory as hostname
19 New check_pgsql -o option to specify additional connection parameters
8 20
9 FIXES 21 FIXES
10 Change the MAIL FROM command generated by check_smtp to be RFC compliant 22 Change the MAIL FROM command generated by check_smtp to be RFC compliant
11 Fix compilation of check_http without SSL support 23 Fix compilation of check_http without SSL support
12 Fix check_snmp reversed threshold ranges (backward-compatibility) 24 Fix check_snmp reversed threshold ranges (backward-compatibility)
25 Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors)
26 Fix check_apt security regular expression (Alex Bradley)
27 Fix check_http handling extra header (-k) containing semicolons (Richard Leitner)
28 Fix check_apt handling unknown exit codes from apt-get (Richard Leitner)
29 Fix deprecated imports of check_nmap.py (Fabio Rueda)
30
31 WARNINGS
32 check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead.
13 33
141.4.16 27th June 2012 341.4.16 27th June 2012
15 ENHANCEMENTS 35 ENHANCEMENTS