Home
Name Modified Size InfoDownloads / Week
nagios_snmp_plugins 2016-12-13
README.txt 2016-12-13 792 Bytes
Totals: 2 Items   792 Bytes 3
All plugins i tested on my nagiosbox "Nagios® Core™ 4.2.4 - www.nagios.org"

How to install plugin:
1. Create or copy file to -> /usr/local/nagios/libexec
2. Define command, add to -> /usr/local/nagios/etc/objects/commands.cfg
Example:   
	define command{
        command_name    check_blabla_command
        command_line    $USER1$/check_blabla -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$ -p $ARG3$
        }

3. Define service added to some_host.cfg
Example:
	define service{
        use                     generic-service
        host_name               blabla-host-name
        service_description     some-service
		check_command			check_blabla_command!192.168.0.1!80!90!public
		}

4. Restart nagios with command "/etc/init.d/nagios" restart or "service nagios restart".
Source: README.txt, updated 2016-12-13