[nagiosplug] updated news and thanks file
Nagios Plugin Development
nagios-plugins at users.sourceforge.net
Thu Aug 15 13:30:15 CEST 2013
Module: nagiosplug
Branch: master
Commit: 7cc8cf912576ec91aad847ab430f530379c53e3d
Author: Sven Nierlein <sven at nierlein.de>
Date: Thu Aug 15 13:22:29 2013 +0200
URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=7cc8cf9
updated news and thanks file
---
NEWS | 7 +++++++
THANKS.in | 2 ++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index 70c6353..41ea0a2 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ This file documents the major additions and syntax changes between releases.
New check_disk -N/--include-type option to limit the filesystem types to check
Allow for building the plugins in parallel
Add --without-{dbi,ldap,radius} options to ./configure
+ Made Verbose output of check_sensors compliant (Gabriele Tozzi)
FIXES
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.
Fix check_snmp reversed threshold ranges (backward-compatibility)
Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors)
Fix check_apt security regular expression (Alex Bradley)
+ Fix check_http handling extra header (-k) containing semicolons (Richard Leitner)
+ Fix check_apt handling unknown exit codes from apt-get (Richard Leitner)
+ Fix deprecated imports of check_nmap.py (Fabio Rueda)
+
+ WARNINGS
+ check_http behaviour of -k/--header changed since it does not seperate multiple headers by semicolons anymore. Use multiple -k switches instead.
1.4.16 27th June 2012
ENHANCEMENTS
diff --git a/THANKS.in b/THANKS.in
index 9fdd882..08c5bcc 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -282,3 +282,5 @@ Richard Leitner
Diego Elio Pettenò
Vaclav Ovsik
Roman Fiedler
+Fabio Rueda
+Gabriele Tozzi
More information about the Commits
mailing list