INSTALL INSTRUCTIONS for check_lexprn


Files and Directories:

INSTALL.TXT		install instructions
LICENSE.TXT		license (GPL v2)
check_lexprn		check_lexprn - perl program

Autor: Bernd Krumbck (b.krumboeck@billa.co.at)
Date: 2004-02-10

--------------------------------------------------------------------------------
Installation:


1. Copy check_lexprn into your Nagios plugin directory (something like /usr/lib/nagios/plugins).
   Set permissions so that nagios can execute the script (chmod 755 check_lexprn).
   Open check_lexprn with your favourite Text Editor and change the lib path to your nagios plugin directory.


2. Append following code to checkcommands.cfg from nagios:

# 'nagios_lexprn' command definition
define command{
        command_name    check_lexprn
        command_line    $USER1$/check_lexprn -H $HOSTADDRESS$ -C $ARG1$
}

3. The check checkcommand for your services.cfg file should look like:

"check_command	check_lexprn!<snmp-community>"

short example:

define service {
....
check_command	check_lexprn!public
....
}

--------------------------------------------------------------------------------

If you find some bugs in the code, please mail them (b.krumboeck@billa.co.at).


Thats all.
