WHAT DOES IT DO
===============

This simple script checks the temperature provided by a comet web sensor
(model T0510) using SNMP. I haven't tried it with other models of the same
manufacturer, so please let me know if those work the same (I guess not since
the MIB-table is T0510-specific!).


USAGE
=====

Make sure you have all REQUIREMENTS in place (see below), then simply run
"./check_comet --help" for more details.


REQUIREMENTS
============

Please verify the 'lib' path at the top of check_comet, since it needs to
locate the utils.pm library that comes with nagios-plugins.

You will need the Net::SNMP package as well. In most distributions this is
available as a package named "libsnmp-perl" - so make sure to install it if you
stumble accross an error starting with "Can't locate Net/SNMP.pm in @INC [...]".

Please pay attention to include at least one parameter in the nagios/icinga
configuration or you may stumble over an "**ePN" error complaining about using
an uninitialized value $opt. This could be due to a know issue, for more details
see:

  http://tracker.nagios.org/view.php?id=88

You do not need anything else from this package other than "check_comet" script
itself. The MIBs folder is purely for your information.


==
$Id$
