Hello,<br><br>Munin is a <strong style="font-weight: normal;">networked resource monitoring tool. Its installed on 0.5 machine as a client.<br>The script </strong>/usr/local/nagios/libexec/<a href="http://check_munin.pl/" target="_blank">check_munin.pl</a> is located on 0.1 machine and it should make the connection to 0.5 to fetch the information.<br>

<br>Well as far as i understand Use_node_name has to be set to YES. Thats atleast what all the howto-s on the web are telling.<br>Didn't sound very logical for me aswell, but example cases i checked had it always on YES.<br>
<br>Tġnis<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><font color="#888888"><br><br></font><div class="gmail_quote">
<div class="im">2011/6/8 Andreas Ericsson <span dir="ltr"><<a href="mailto:ae@op5.se" target="_blank">ae@op5.se</a>></span><br></div><div><div></div><div class="h5"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div>On 06/08/2011 04:27 PM, Tġnis Trei wrote:<br>
> Hello,<br>
><br>
</div><div>> Yeah, i started to look through my explanation and seems i didn't explained<br>
> it good enough while misunderstanding few things myself :)<br>
> So thanks for pointing it out.<br>
><br>
> I have one sever with address 192.168.0.5 that runs linux, has installed<br>
> munin-node and i want to monitor its load.<br>
> Munin-node has the load plugin.<br>
><br>
<br>
</div>I assume Munin is some system where "plugin" has a different<br>
meaning than it does in Nagios. Bear in mind that I have no<br>
idea what munin is or what it does.<br>
<div><br>
> Then i have another server with the ip 192.168.0.1 that has installed both<br>
> Nagios and Munin Server.<br>
> Now instead of checking the Munin server for graphs, i want Nagios to<br>
> trigger a plugin that checks the load on the machine.<br>
><br>
> I even changed few things in config to test, but no luck.<br>
><br>
> So Nagios has in command.cfg the following def:<br>
> define command{<br>
>          command_name    check_remote_load<br>
>          command_line    /usr/local/nagios/libexec/<a href="http://check_munin.pl" target="_blank">check_munin.pl</a> -H<br>
> $HOSTADDRESS$ -M $ARG1$ -w $ARG2$ -c $ARG3$<br>
> }<br>
><br>
<br>
</div>Is the script /usr/local/nagios/libexec/<a href="http://check_munin.pl" target="_blank">check_munin.pl</a> located<br>
on 192.168.0.1 or on 192.168.0.5? It should reside on 192.168.0.1,<br>
and the script itself should connect to 192.168.0.1 with the<br>
correct parameters to fetch the data from that particular node.<br>
<div><br>
> And i have specified the following host with the service:<br>
> define host {<br>
>          use             linux-server<br>
>          host_name       Remote_Server<br>
>          address         192.168.0.5<br>
>          alias           RS<br>
>          contacts        admin<br>
> }<br>
><br>
> define service {<br>
>          use                             generic-service<br>
>          hostgroup_name                  linux-servers<br>
>          service_description             load<br>
>          check_command                   check_remote_load!load!8!10!<br>
>          servicegroups                   +load<br>
>          first_notification_delay        10<br>
>          contact_groups<br>
> }<br>
><br>
> Munin-node.conf on 192.168.0.5 has the "allow ^192\.168\.0\.1$"<br>
><br>
> And munin.congf on 192.168.0.1 has the following entry:<br>
> [application;Remote_Server]<br>
>      address 192.168.0.5<br>
>      use_node_name yes<br>
><br>
> So as i understand nagios should be triggering the <a href="http://check_munin.pl" target="_blank">check_munin.pl</a> script<br>
> towards the host Remote_Server. Munin node there should return the load<br>
> parameters and nagios will return warning on 8 and critical on 10.<br>
><br>
> Please correct me if i got something wrong :)<br>
><br>
<br>
</div>You say "use_node_name" in the munin.conf on 192.168.0.1 but<br>
still connect via ip address. I don't know anything about<br>
Munin, but that seems like one possible source of error if<br>
<a href="http://check_munin.pl" target="_blank">check_munin.pl</a> expects you to pass it a munin node-name.<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div>Andreas Ericsson                   <a href="mailto:andreas.ericsson@op5.se" target="_blank">andreas.ericsson@op5.se</a><br>
OP5 AB                             <a href="http://www.op5.se" target="_blank">www.op5.se</a><br>
Tel: +46 8-230225                  Fax: +46 8-230231<br>
<br>
Considering the successes of the wars on alcohol, poverty, drugs and<br>
terror, I think we should give some serious thought to declaring war<br>
on peace.<br>
</div></div></blockquote></div></div></div><br>
</blockquote></div><br>