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

Diff for /nagios/check_hw_sensors/check_hw_sensors between version 1.12 and 1.13

version 1.12, 2006/05/03 22:54:43 version 1.13, 2006/05/03 23:16:42
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver: check_hw_sensors,v 1.11 2006/05/03 20:01:09 holligan Exp $  # $RedRiver: check_hw_sensors,v 1.12 2006/05/03 21:54:43 andrew Exp $
 ########################################################################  ########################################################################
 # check_hw_sensors *** A nagios check for OpenBSD hw.sensors  # check_hw_sensors *** A nagios check for OpenBSD hw.sensors
 #  #
Line 411 
Line 411 
         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      -h (--help)       usage help
   
 FILE is in the same format as sensorsd.conf(5).  These additional  FILE is in the same format as sensorsd.conf(5) plus some additional
 entries in the file are ignored by sensorsd(8).  entries.  These additional entries in the file are ignored by
   sensorsd(8).
   
 $PROGNAME understands the following entries:  $PROGNAME understands the following entries:
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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