diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -12,6 +12,7 @@ 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) | ||
15 | 16 | ||
16 | FIXES | 17 | FIXES |
17 | Change the MAIL FROM command generated by check_smtp to be RFC compliant | 18 | Change the MAIL FROM command generated by check_smtp to be RFC compliant |
@@ -19,6 +20,12 @@ This file documents the major additions and syntax changes between releases. | |||
19 | Fix check_snmp reversed threshold ranges (backward-compatibility) | 20 | Fix check_snmp reversed threshold ranges (backward-compatibility) |
20 | Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors) | 21 | Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors) |
21 | Fix check_apt security regular expression (Alex Bradley) | 22 | Fix check_apt security regular expression (Alex Bradley) |
23 | Fix check_http handling extra header (-k) containing semicolons (Richard Leitner) | ||
24 | Fix check_apt handling unknown exit codes from apt-get (Richard Leitner) | ||
25 | Fix deprecated imports of check_nmap.py (Fabio Rueda) | ||
26 | |||
27 | WARNINGS | ||
28 | check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead. | ||
22 | 29 | ||
23 | 1.4.16 27th June 2012 | 30 | 1.4.16 27th June 2012 |
24 | ENHANCEMENTS | 31 | ENHANCEMENTS |