From 2857e8382b163061eeec6dd62e33833de77c11c9 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 29 Nov 2016 09:53:12 +0100 Subject: Publish the 2.2 release diff --git a/web/input/news/release-2-2.md b/web/input/news/release-2-2.md new file mode 100644 index 0000000..b7ae1a6 --- /dev/null +++ b/web/input/news/release-2-2.md @@ -0,0 +1,62 @@ +title: Version 2.2 Released +author: Holger Weiß +date: 2016-11-29 +--- + +The Monitoring Plugins Development Team is proud to announce version 2.2 of the +Monitoring Plugins! This release comes with various enhancements and fixes +provided by more than thirty contributors. Many thanks to all of you! + + +For the list of notable changes in this release, see below. + +You can get the tarball from our [download page][download]. + +## Enhancements + +* The `check_http` `-S`/`--ssl` option now accepts the arguments `1.1` and + `1.2` to force TLSv1.1 and TLSv1.2 connections, respectively +* The `check_http` `-S`/`--ssl` option now allows for specifying the desired + protocol with a `+` suffix to also accept newer versions +* Let `check_http` check HTTPS web sites via proxies +* `check_http`: add timeout to performance data as max value +* `check_http`: report certificate expiry date in UTC +* `check_snmp`: add IPv6 support +* `check_snmp`'s performance data now also includes warning/critical + thresholds +* New `check_snmp` `-N` option to specify SNMPv3 context name +* Let `check_smtp`'s `-D` option imply `-S` +* Let `check_smtp`'s `-e` option match against the full SMTP response +* `check_dig`: expected response is now case-insensitive +* New `check_mailq` `-s` option which tells the plugin to use `sudo(8)` +* New `check_nt` `-l` parameters: `seconds`|`minutes`|`hours`|`days` +* New `-W`/`-C` option for `check_ldap` to check number of entries +* `check_users`: add support for range thresholds +* `check_fping` now auto-detects IPv6 addresses +* `check_radius` now supports the radcli library +* Support OpenSSL 1.1 + +## Fixes + +* `check_http`: fix host header port handling +* Let `check_real` terminate lines with CRLF when talking to the server, as + mandated by RFC 2326 +* Fix `check_procs` on HP-UX +* `check_smtp`'s `-e`/`--expect` option can now be combined with + `-S`/`--starttls` +* Fix incorrect performance data thresholds emitted by `check_ups` +* Don't let `check_procs` miss some processes on busy Solaris systems + +## Warnings + +* The format of the performance data emitted by `check_mrtgtraf` has been + changed to comply with the development guidelines +* `check_ssh` now returns CRITICAL for protocol/version errors +* If a plugin is invoked with `-h`/`--help` or `-V`/`--version`, the exit + status is now `UNKNOWN` +* The superseeded `check_ntp.pl` was removed, please use `check_ntp_peer` or + `check_ntp_time` instead + +[download]: /download.html + + diff --git a/web/macros.py b/web/macros.py index 0ecdd7e..17df5e3 100644 --- a/web/macros.py +++ b/web/macros.py @@ -2,7 +2,7 @@ import email.utils import os.path import time -plugins_release = '2.1.2' +plugins_release = '2.2' mib_release = '1.0.1' release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') site_url = 'https://www.monitoring-plugins.org/' -- cgit v0.10-9-g596f