=================================================================== RCS file: /cvs/nagios/check_hw_sensors/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nagios/check_hw_sensors/README 2006/05/04 02:31:29 1.3 +++ nagios/check_hw_sensors/README 2006/10/26 00:30:23 1.4 @@ -1,7 +1,9 @@ check_hw_sensors plugin for Nagios monitors sysctl hw.sensors on OpenBSD - check_hw_sensors (-f []|(-s -w limit -c limit)) + check_hw_sensors [-i] (-f []|(-s [-w limit] [-c limit])) Usage: + -i, --ignore-status + Don't check the status of sensors that report it. -f, --filename=FILE FILE to load checks from (defaults to /etc/sensorsd.conf) -s, --sensor=ID @@ -11,15 +13,14 @@ -c, --critical=RANGE or single 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). 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) can be used when appropriate, or you can use the following: @@ -46,7 +47,16 @@ It can also be low: or :high with the other side left blank to only make the single check.. -check_hw_sensors (nagios-plugins 1.4) 1.14 +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 copies of the plugins under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. + +$RedRiver$