diff options
| author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 09:53:12 +0100 |
|---|---|---|
| committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-11-29 09:53:12 +0100 |
| commit | 2857e8382b163061eeec6dd62e33833de77c11c9 (patch) | |
| tree | 562064d5217a92ef3ece0a38ede940bd4ac03255 | |
| parent | b7b640d273c0ebc1876778bc50d6f912c380e79a (diff) | |
| download | site-2857e8382b163061eeec6dd62e33833de77c11c9.tar.gz | |
Publish the 2.2 release
| -rw-r--r-- | web/input/news/release-2-2.md | 62 | ||||
| -rw-r--r-- | web/macros.py | 2 |
2 files changed, 63 insertions, 1 deletions
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 @@ | |||
| 1 | title: Version 2.2 Released | ||
| 2 | author: Holger Weiß | ||
| 3 | date: 2016-11-29 | ||
| 4 | --- | ||
| 5 | |||
| 6 | The Monitoring Plugins Development Team is proud to announce version 2.2 of the | ||
| 7 | Monitoring Plugins! This release comes with various enhancements and fixes | ||
| 8 | provided by more than thirty contributors. Many thanks to all of you! | ||
| 9 | <end-of-teaser> | ||
| 10 | |||
| 11 | For the list of notable changes in this release, see below. | ||
| 12 | |||
| 13 | You can get the tarball from our [download page][download]. | ||
| 14 | |||
| 15 | ## Enhancements | ||
| 16 | |||
| 17 | * The `check_http` `-S`/`--ssl` option now accepts the arguments `1.1` and | ||
| 18 | `1.2` to force TLSv1.1 and TLSv1.2 connections, respectively | ||
| 19 | * The `check_http` `-S`/`--ssl` option now allows for specifying the desired | ||
| 20 | protocol with a `+` suffix to also accept newer versions | ||
| 21 | * Let `check_http` check HTTPS web sites via proxies | ||
| 22 | * `check_http`: add timeout to performance data as max value | ||
| 23 | * `check_http`: report certificate expiry date in UTC | ||
| 24 | * `check_snmp`: add IPv6 support | ||
| 25 | * `check_snmp`'s performance data now also includes warning/critical | ||
| 26 | thresholds | ||
| 27 | * New `check_snmp` `-N` option to specify SNMPv3 context name | ||
| 28 | * Let `check_smtp`'s `-D` option imply `-S` | ||
| 29 | * Let `check_smtp`'s `-e` option match against the full SMTP response | ||
| 30 | * `check_dig`: expected response is now case-insensitive | ||
| 31 | * New `check_mailq` `-s` option which tells the plugin to use `sudo(8)` | ||
| 32 | * New `check_nt` `-l` parameters: `seconds`|`minutes`|`hours`|`days` | ||
| 33 | * New `-W`/`-C` option for `check_ldap` to check number of entries | ||
| 34 | * `check_users`: add support for range thresholds | ||
| 35 | * `check_fping` now auto-detects IPv6 addresses | ||
| 36 | * `check_radius` now supports the radcli library | ||
| 37 | * Support OpenSSL 1.1 | ||
| 38 | |||
| 39 | ## Fixes | ||
| 40 | |||
| 41 | * `check_http`: fix host header port handling | ||
| 42 | * Let `check_real` terminate lines with CRLF when talking to the server, as | ||
| 43 | mandated by RFC 2326 | ||
| 44 | * Fix `check_procs` on HP-UX | ||
| 45 | * `check_smtp`'s `-e`/`--expect` option can now be combined with | ||
| 46 | `-S`/`--starttls` | ||
| 47 | * Fix incorrect performance data thresholds emitted by `check_ups` | ||
| 48 | * Don't let `check_procs` miss some processes on busy Solaris systems | ||
| 49 | |||
| 50 | ## Warnings | ||
| 51 | |||
| 52 | * The format of the performance data emitted by `check_mrtgtraf` has been | ||
| 53 | changed to comply with the development guidelines | ||
| 54 | * `check_ssh` now returns CRITICAL for protocol/version errors | ||
| 55 | * If a plugin is invoked with `-h`/`--help` or `-V`/`--version`, the exit | ||
| 56 | status is now `UNKNOWN` | ||
| 57 | * The superseeded `check_ntp.pl` was removed, please use `check_ntp_peer` or | ||
| 58 | `check_ntp_time` instead | ||
| 59 | |||
| 60 | [download]: /download.html | ||
| 61 | |||
| 62 | <!--% # vim:set filetype=markdown textwidth=78 joinspaces expandtab: # %--> | ||
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 | |||
| 2 | import os.path | 2 | import os.path |
| 3 | import time | 3 | import time |
| 4 | 4 | ||
| 5 | plugins_release = '2.1.2' | 5 | plugins_release = '2.2' |
| 6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
| 7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') | 7 | release_notes = 'news/release-%s.html' % plugins_release.replace('.', '-') |
| 8 | site_url = 'https://www.monitoring-plugins.org/' | 8 | site_url = 'https://www.monitoring-plugins.org/' |
