diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2011-09-07 11:55:53 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2011-09-07 11:55:53 (GMT) |
commit | 276c5b98bf619eabd8b0bd5fc3ff60c0a59489a7 (patch) | |
tree | fb55ae9e259321d7256affcef2791b2cd3bb64a8 /NEWS | |
parent | f917244ab55917094bfe3bead0e905baad385821 (diff) | |
download | monitoring-plugins-276c5b98bf619eabd8b0bd5fc3ff60c0a59489a7.tar.gz |
check_sensors: Detect FAULT status
Return an UNKNOWN status if a faulty sensor is detected. This can be
suppressed with the new "--ignore-fault" option.
(Fixes Debian bug #615133, patch suggested by Jan Wagner.)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ This file documents the major additions and syntax changes between releases. | |||
8 | check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski) | 8 | check_http now checks for and prints the certificate cn (hostname) in SSL certificate checks (Stéphane Urbanovski) |
9 | Add perfdata to check_ssh (#3244097 - Marco Beck) | 9 | Add perfdata to check_ssh (#3244097 - Marco Beck) |
10 | New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson) | 10 | New option to check_smtp to ignore failures when sending QUIT (#3358348 - Duncan Ferguson) |
11 | check_sensors now detects faulty sensors unless --ignore-fault is specified (Jan Wagner) | ||
11 | 12 | ||
12 | FIXES | 13 | FIXES |
13 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) | 14 | Fix check_disk free space calculation if blocksizes differ within a disk group (Bekar - #2973603) |