Hello,<br><br>I have run into a small problem when tried to set up Nagios on a new system from scratch and can't figure out whats wrong. Everything looks to be kinda ok but maybe im overseeing something :)<br><br>Nagios is returning NULL when checking load on a remote machine.<br>
<br>I defined service:<br>define service {<br>        use                             generic-service<br>        hostgroup_name                  linux-servers<br>        service_description             load<br>        check_command                check_remote_load!$_HOSTLOADWARNING$!$_HOSTLOADCRITICAL$<br>
        servicegroups                   +load<br>        first_notification_delay        10<br>        contact_groups<br>}<br><br>and i defined a command in command.cfg<br>define command{<br>        command_name    check_remote_load<br>
        command_line    $USER1$/<a href="http://check_munin.pl">check_munin.pl</a> -H $HOSTADDRESS$ -M load -w $ARG1$ -c $ARG2$<br>}<br><br>Check_munin.pl is added on a remote machine.<br>Munin is installed on the same machine as Nagios and the IP is in ALLOW list on munin remote node.<br>
Also munin.conf contains the entry for the remote host.<br><br>But for some reason i still get back null when forcing nagios to check the load.<br><br>Any thoughts on what wrong or how to debug this? :)<br><br>Best wishes,<br>
Tõnis<br>