[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.4 and 1.5

version 1.4, 2006/10/26 00:30:23 version 1.5, 2006/12/05 00:21:25
Line 25 
Line 25 
 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:
   
     volts_dc, fanrpm or raw - Anything that includes digits.      fanrpm, volts_dc, amps, watthour, amphour, integer (raw), percent,
     Both the value of the check and the value of the sensor      lux or timedelta - Anything that includes digits.  Both the value of
     response that are not either a digit or period are stripped      the check and the value of the sensor response that are not either a
     and then the two resultant values are compared.      digit or period are stripped and then the two resultant values are
       compared.
   
     temp - Can be as above, but if the entry has an F in it,      temp - Can be as above, but if the entry has an F in it,
     it compares farenheit, otherwise it uses celcius.      it compares farenheit, otherwise it uses celcius.
   
     indicator or drive - does a case sensitive match of each      indicator or drive - does a case sensitive match of each
     entry in the comma separated list and if it does not match      entry in the comma separated list and if it does not match
     any of the entries, it matches the status.      any of the entries, it sets the status.
   
 The entries 'crit' or 'warn' (or the -c or -w on the command line)  The entries 'crit' or 'warn' (or the -c or -w on the command line)
 may be a RANGE or a comma separated list of acceptable values.  may be a RANGE or a comma separated list of acceptable values.
Line 48 
Line 49 
 make the single check..  make the single check..
   
 An entry marked "ignore" will cause that sensor to be skipped.  An entry marked "ignore" will cause that sensor to be skipped.
 Generally used with status checking of all sensors to ignore sensors you  Generally used with state checking of all sensors to ignore sensors you
 don't care about or that report incorrectly.  don't care about or that report incorrectly.
   
 If you are using --ignore-status, you can still check the status of  If you are using --ignore-status, you can still check the status of
 individual sensors with a status entry.  individual sensors with a status entry.
   
 check_hw_sensors (nagios-plugins 1.4.2) 1.17  check_hw_sensors (nagios-plugins 1.4) 1.20
 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.

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

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