=================================================================== RCS file: /cvs/nagios/check_hw_sensors/check_hw_sensors,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- nagios/check_hw_sensors/check_hw_sensors 2006/10/25 19:36:46 1.16 +++ nagios/check_hw_sensors/check_hw_sensors 2006/10/26 00:30:23 1.17 @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $RedRiver: check_hw_sensors,v 1.15 2006/10/25 18:35:59 andrew Exp $ +# $RedRiver: check_hw_sensors,v 1.16 2006/10/25 18:36:46 andrew Exp $ ######################################################################## # check_hw_sensors *** A nagios check for OpenBSD hw.sensors # @@ -62,7 +62,7 @@ } if ($opt_V) { - print_revision($PROGNAME,'$Revision: 1.16 $ '); + print_revision($PROGNAME,'$Revision: 1.17 $ '); exit $ERRORS{'OK'}; } @@ -424,8 +424,7 @@ Usage: -i, --ignore-status - Whether to check the "status" of the sensors that report it. - Normally enabled, pass this + 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 @@ -435,8 +434,6 @@ -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). @@ -480,6 +477,6 @@ EOL - print_revision($PROGNAME, '$Revision: 1.16 $'); + print_revision($PROGNAME, '$Revision: 1.17 $'); }