From aa53f182fc56d35f964bb1590da04e48eb6d5f2d Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 15 Oct 2013 22:15:29 +0200 Subject: Import 1.4.16 release notes from old web site diff --git a/web/input/news/release-1-4-16.md b/web/input/news/release-1-4-16.md new file mode 100644 index 0000000..65cda74 --- /dev/null +++ b/web/input/news/release-1-4-16.md @@ -0,0 +1,45 @@ +title: Version 1.4.16 Released +date: 2013-06-27 +--- + +The Nagios Plugins Development Team is proud to announce a new release of the +Nagios Plugins! This release contains several enhancements and bug fixes. +Many thanks to all the contributors who raised issues or provided patches. + + +You can get the tarball from: + + +## Enhancements + +* `check_nt` `UPTIME` accepts warning/critical thresholds +* `check_disk_smb` now allows spaces in share names +* `check_http` now uses standard threshold functions (enables floating point and ranges) +* `check_http` now checks for and prints the certificate cn (hostname) in SSL certificate checks +* `check_http` now supports an optional `-S/--ssl` value to choose the SSL protocol version +* Add perfdata to `check_ssh` +* New option to `check_smtp` to ignore failures when sending `QUIT` +* New `check_by_ssh` `-F` option which allows for specifying an alternative `ssh_config(5)` file +* `check_sensors` now detects faulty sensors unless `--ignore-fault` is specified +* utils.sh now provides a `check_range` function +* Improved the performance of `check_users` +* Add perfdata to `check_disk_smb` +* Updated Nagios::Plugin perl module +* Add warning threshold to certificate expiration checks of `check_tcp`/`http`/`smtp` +* Add `--perf-oids` option for `check_snmp` + +## Fixes + +* Fix `check_disk` free space calculation if blocksizes differ within a disk group +* `check_disk_smb` now handles `NT_STATUS_ACCESS_DENIED` properly +* Make `check_snmp` work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds +* Fix `check_ldap` overriding the port when `--ssl` was specified after -p +* Fix `check_procs` where regex input of '|' would get displayed in output - now replaced with ',' +* Fix segfault in `check_host` when hostname returns multiple IP addresses +* Fix `check_smtp` and `check_tcp` where duplicate messages were displayed for certificate errors +* Fix `check_ping`'s parsing of `ping6(1)` output +* Fix a `check_dhcp` bug which was triggered by checking Windows 2003 DHCP servers +* Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions +* Fix performance data label containing spaces in `check_snmp` + + -- cgit v0.10-9-g596f