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

Check a Socomec Sicom NetVision UPS. The application provides you with
information about:

- temperature (perf data)
- output voltage (perf data)
- output load percentage (perf data)

And will verify whether

- any alarms are present (with specifying, only counted)
- output load is exceeded (defaults to 95%)
- output voltage is below a limit (defaults to 200 volts)


USAGE
=====

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


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

Please update the 'lib' path at the top of check_netvision, since the script
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 [...]".

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


==
$Id$
