summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2016-11-28 20:42:54 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2016-11-28 20:42:54 (GMT)
commita12105c559021ef4f83f62b17245ea0bec8a0742 (patch)
tree8eb70e3725d124ba006d1100e6bcec2be459a3f8
parentf49ad0d576daf9fd8ec563e49a78f4234c6dd497 (diff)
downloadmonitoring-plugins-a12105c.tar.gz
NEWS: Add missing entries
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8a8df6a..bd354fc 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,14 @@ This file documents the major additions and syntax changes between releases.
16 check_snmp: add ipv6 support (abrist) 16 check_snmp: add ipv6 support (abrist)
17 check_http: report certificate expire date in UTC (pirtoo / ylfingr) 17 check_http: report certificate expire date in UTC (pirtoo / ylfingr)
18 check_radius now supports the radcli library 18 check_radius now supports the radcli library
19 Let check_fping auto-detect IPv6 addresses
20 Let check_http check HTTPS web sites via proxies
21 Let check_smtp's "-D" option imply "-S"
22 Let check_smtp's "-e" option match against the full SMTP response
23 check_http: Add timeout to performance data as max value
24 check_dig: Expected response is now case-insensitive
25 Let check_http support the concept of "virtual ports"
26 Support OpenSSL 1.1
19 27
20 FIXES 28 FIXES
21 Let check_real terminate lines with CRLF when talking to the server, as 29 Let check_real terminate lines with CRLF when talking to the server, as
@@ -24,6 +32,7 @@ This file documents the major additions and syntax changes between releases.
24 check_smtp's -e/--expect option can now be combined with -S/--starttls 32 check_smtp's -e/--expect option can now be combined with -S/--starttls
25 Fix incorrect performance data thresholds emitted by check_ups 33 Fix incorrect performance data thresholds emitted by check_ups
26 check_http: fix host header port handling (odenbach) 34 check_http: fix host header port handling (odenbach)
35 Fix check_procs's unclosed filehandle in pst3 on Solaris
27 36
28 WARNINGS 37 WARNINGS
29 The format of the performance data emitted by check_mrtgtraf has been 38 The format of the performance data emitted by check_mrtgtraf has been
@@ -47,7 +56,6 @@ This file documents the major additions and syntax changes between releases.
47 Fix check_apt's handling of invalid regular expressions 56 Fix check_apt's handling of invalid regular expressions
48 Fix check_real's server response processing 57 Fix check_real's server response processing
49 Fix backslash escaping in check_tcp's --help output 58 Fix backslash escaping in check_tcp's --help output
50 Fix check_procs's unclosed filehandle in pst3 on Solaris
51 59
522.1 15th October 2014 602.1 15th October 2014
53 ENHANCEMENTS 61 ENHANCEMENTS