[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.23 and 1.24

version 1.23, 2007/01/22 02:38:35 version 1.24, 2007/02/14 21:59:10
Line 1 
Line 1 
 #!/usr/bin/perl -T  #!/usr/bin/perl -T
 # $RedRiver: check_hw_sensors,v 1.22 2007/01/06 03:16:41 andrew Exp $  # $RedRiver: check_hw_sensors,v 1.23 2007/01/22 02:38:35 andrew Exp $
 ########################################################################  ########################################################################
 # check_hw_sensors *** A nagios check for OpenBSD hw.sensors  # check_hw_sensors *** A nagios check for OpenBSD hw.sensors
 #  #
Line 7 
Line 7 
 ########################################################################  ########################################################################
 # TODO:  # TODO:
 #   Really need real documentation.  #   Really need real documentation.
   #   allow checking of hw.sensors on a remote host with ssh somehow
 ########################################################################  ########################################################################
 use strict;  use strict;
 use warnings;  use warnings;
   
 %ENV = ();  %ENV = ();
   
 use constant NAGIOS_OUTPUT => 0;  use constant NAGIOS_OUTPUT => 1;
   
 use POSIX;  use POSIX;
 use Config;  use Config;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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