[BACK]Return to README CVS log [TXT][DIR] Up to [local] / nagios / check_hw_sensors

Diff for /nagios/check_hw_sensors/README between version 1.3 and 1.4

version 1.3, 2006/05/04 02:31:29 version 1.4, 2006/10/26 00:30:23
Line 1 
Line 1 
 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
Line 11 
Line 13 
     -c, --critical=RANGE or single ENTRY      -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  FILE is in the same format as sensorsd.conf(5) plus some additional
 entries.  These additional entries in the file are ignored by  entries.  These additional entries in the file are ignored by
 sensorsd(8).  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:
Line 46 
Line 47 
 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) 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  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$

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>