diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-12 09:07:02 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2015-10-12 09:07:02 (GMT) |
commit | 11c5796d0a3ac3cb9ccbf004f67ebf6eabcc95bc (patch) | |
tree | 8ab31fe9b2e88319fe66155abb1ada2bad9a9641 /NEWS | |
parent | 813b3bd5a40a94ee46b2092357439756c960ae20 (diff) | |
download | monitoring-plugins-11c5796d0a3ac3cb9ccbf004f67ebf6eabcc95bc.tar.gz |
Revert "Don't let check_disk hang on hanging file systems"
This reverts commit 6986aa1d0a352d8d02eed4896034631fffd25a27. That
commit leads to issues on non-Linux systems, and it seems to not
(always) work as expected on Linux, either.
Conflicts:
plugins/Makefile.am
plugins/check_disk.c
Closes #1377 and closes #1329.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ This file documents the major additions and syntax changes between releases. | |||
6 | thresholds | 6 | thresholds |
7 | New check_snmp "-N" option to specify SNMPv3 context name | 7 | New check_snmp "-N" option to specify SNMPv3 context name |
8 | New check_nt "-l" parameters: seconds|minutes|hours|days | 8 | New check_nt "-l" parameters: seconds|minutes|hours|days |
9 | Make sure check_disk won't hang on hanging (network) file systems | ||
10 | New check_mailq -s option which tells the plugin to use sudo(8) | 9 | New check_mailq -s option which tells the plugin to use sudo(8) |
11 | New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) | 10 | New -W/-C option for check_ldap to check number of entries (Gerhard Lausser) |
12 | The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" | 11 | The check_http -S/--ssl option now accepts the arguments "1.1" and "1.2" |