diff options
author | Sven Nierlein <sven@nierlein.de> | 2013-08-15 11:22:29 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.de> | 2013-08-15 11:22:59 (GMT) |
commit | 7cc8cf912576ec91aad847ab430f530379c53e3d (patch) | |
tree | 71f16de4dba6dc2ce82cb931140adb8d0344a660 | |
parent | 2493c15c285cc2785a43cefc91124292790cd8f7 (diff) | |
download | monitoring-plugins-7cc8cf912576ec91aad847ab430f530379c53e3d.tar.gz |
updated news and thanks file
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | THANKS.in | 2 |
2 files changed, 9 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 |
@@ -282,3 +282,5 @@ Richard Leitner | |||
282 | Diego Elio Pettenò | 282 | Diego Elio Pettenò |
283 | Vaclav Ovsik | 283 | Vaclav Ovsik |
284 | Roman Fiedler | 284 | Roman Fiedler |
285 | Fabio Rueda | ||
286 | Gabriele Tozzi | ||