summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-15 20:15:29 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-15 20:15:29 (GMT)
commitaa53f182fc56d35f964bb1590da04e48eb6d5f2d (patch)
tree03244421594eaacf02c41cef3d486eac80a20280
parent5e651400abf1e87dbfed9fde9ded18eec8bbcd87 (diff)
downloadsite-aa53f182fc56d35f964bb1590da04e48eb6d5f2d.tar.gz
Import 1.4.16 release notes from old web site
-rw-r--r--web/input/news/release-1-4-16.md45
1 files changed, 45 insertions, 0 deletions
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 @@
1title: Version 1.4.16 Released
2date: 2013-06-27
3---
4
5The Nagios Plugins Development Team is proud to announce a new release of the
6Nagios Plugins! This release contains several enhancements and bug fixes.
7Many thanks to all the contributors who raised issues or provided patches.
8<end-of-teaser>
9
10You can get the tarball from:
11<https://sourceforge.net/projects/nagiosplug/files/>
12
13## Enhancements
14
15* `check_nt` `UPTIME` accepts warning/critical thresholds
16* `check_disk_smb` now allows spaces in share names
17* `check_http` now uses standard threshold functions (enables floating point and ranges)
18* `check_http` now checks for and prints the certificate cn (hostname) in SSL certificate checks
19* `check_http` now supports an optional `-S/--ssl` value to choose the SSL protocol version
20* Add perfdata to `check_ssh`
21* New option to `check_smtp` to ignore failures when sending `QUIT`
22* New `check_by_ssh` `-F` option which allows for specifying an alternative `ssh_config(5)` file
23* `check_sensors` now detects faulty sensors unless `--ignore-fault` is specified
24* utils.sh now provides a `check_range` function
25* Improved the performance of `check_users`
26* Add perfdata to `check_disk_smb`
27* Updated Nagios::Plugin perl module
28* Add warning threshold to certificate expiration checks of `check_tcp`/`http`/`smtp`
29* Add `--perf-oids` option for `check_snmp`
30
31## Fixes
32
33* Fix `check_disk` free space calculation if blocksizes differ within a disk group
34* `check_disk_smb` now handles `NT_STATUS_ACCESS_DENIED` properly
35* Make `check_snmp` work more like v1.4.14 with regard to using special values (Timeticks, STRING) as numeric thresholds
36* Fix `check_ldap` overriding the port when `--ssl` was specified after -p
37* Fix `check_procs` where regex input of '|' would get displayed in output - now replaced with ','
38* Fix segfault in `check_host` when hostname returns multiple IP addresses
39* Fix `check_smtp` and `check_tcp` where duplicate messages were displayed for certificate errors
40* Fix `check_ping`'s parsing of `ping6(1)` output
41* Fix a `check_dhcp` bug which was triggered by checking Windows 2003 DHCP servers
42* Disable RFC4507 support, to work around SSL negotiation issues with (at least) some Tomcat versions
43* Fix performance data label containing spaces in `check_snmp`
44
45<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->