version 1.1, 2006/05/03 22:56:06 |
version 1.4, 2006/10/26 00:30:23 |
|
|
check_hw_sensors plugin for Nagios monitors sysctl hw.sensors on OpenBSD |
check_hw_sensors plugin for Nagios monitors sysctl hw.sensors on OpenBSD |
check_hw_sensors (-f [<FILENAME>]|(-s <hw.sensors id> -w limit -c limit)) |
check_hw_sensors [-i] (-f [<FILENAME>]|(-s <hw.sensors id> [-w limit] [-c limit])) |
|
|
Usage: |
Usage: |
|
-i, --ignore-status |
|
Don't check the status of sensors that report it. |
-f, --filename=FILE |
-f, --filename=FILE |
FILE to load checks from (defaults to /etc/sensorsd.conf) |
FILE to load checks from (defaults to /etc/sensorsd.conf) |
-s, --sensor=ID |
-s, --sensor=ID |
ID of a single sensor. "-s 0" means hw.sensors.0. |
ID of a single sensor. "-s 0" means hw.sensors.0. |
-w, --warning=RANGE or single ENTRY |
-w, --warning=RANGE or single ENTRY |
Exit with WARNING status if outside of RANGE or if != ENTRY |
Exit with WARNING status if outside of RANGE or if != ENTRY |
-c, --critical=INTEGER |
-c, --critical=RANGE or single ENTRY |
Exit with CRITICAL status if outside of RANGE or if != ENTRY |
Exit with CRITICAL status if outside of RANGE or if != ENTRY |
|
|
-h (--help) usage help |
FILE is in the same format as sensorsd.conf(5) plus some additional |
|
entries. These additional entries in the file are ignored by |
|
sensorsd(8). |
|
|
FILE is in the same format as sensorsd.conf(5). These additional |
|
entries in the file are ignored by sensorsd(8). |
|
|
|
check_hw_sensors understands the following entries: |
check_hw_sensors understands the following entries: |
|
|
low, high, crit, warn, crit.low, crit.high, warn.low, warn.high |
low, high, crit, warn, crit.low, crit.high, warn.low, warn.high, |
|
ignore, status |
|
|
An ENTRY depends on the type. The descriptions in sensorsd.conf(5) |
An ENTRY depends on the type. The descriptions in sensorsd.conf(5) |
can be used when appropriate, or you can use the following: |
can be used when appropriate, or you can use the following: |
|
|
It can also be low: or :high with the other side left blank to only |
It can also be low: or :high with the other side left blank to only |
make the single check.. |
make the single check.. |
|
|
check_hw_sensors (nagios-plugins 1.4.2) 1.12 |
An entry marked "ignore" will cause that sensor to be skipped. |
|
Generally used with status checking of all sensors to ignore sensors you |
|
don't care about or that report incorrectly. |
|
|
|
If you are using --ignore-status, you can still check the status of |
|
individual sensors with a status entry. |
|
|
|
check_hw_sensors (nagios-plugins 1.4.2) 1.17 |
The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute |
The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute |
copies of the plugins under the terms of the GNU General Public License. |
copies of the plugins under the terms of the GNU General Public License. |
For more information about these matters, see the file named COPYING. |
For more information about these matters, see the file named COPYING. |
|
|
|
$RedRiver$ |