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

Use SNMP to check whether a Windows service is running or not.


USAGE
=====

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


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

You will need the Net::SNMP package. 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 the "check" script
itself. The MIBs folder is purely for your information.


OUTPUT
======

Please do not misread the "-d" parameter, which stands for "DEBUG" and is not
intended for production use!


==
$Id: README 8 2015-02-10 13:48:21Z gunny $
