Imported Upstream version 2.1.2

This commit is contained in:
Jan Wagner 2015-10-16 14:43:39 +02:00
parent 494a834dcf
commit 55c71a6fd3
14 changed files with 54 additions and 20 deletions

3
NEWS
View file

@ -1,6 +1,6 @@
This file documents the major additions and syntax changes between releases.
2.1.2 ...
2.1.2 16th October 2015
FIXES
Fix incorrect performance data thresholds emitted by check_ups
Fix check_dhcp's option parsing to not crash with certain arguments
@ -13,6 +13,7 @@ This file documents the major additions and syntax changes between releases.
Fix check_apt's handling of invalid regular expressions
Fix check_real's server response processing
Fix backslash escaping in check_tcp's --help output
Fix check_procs's unclosed filehandle in pst3 on Solaris
2.1 15th October 2014
ENHANCEMENTS