<div>I have one sun machine with Solaris 9. I have installed nagios and nrpe. Nrpe works perfect on command prompt.</div>
<div> </div>
<div><a href="mailto:root@localhost">root@localhost</a># ./check_nrpe -H localhost -c check_load<br>OK - load average: 0.08, 0.19, 0.20|load1=0.082;15.000;30.000;0; load5=0.188;10.000;25.000;0; load15=0.195;5.000;20.000;0;
<br> </div>
<div>but on gui it shows "No output returned from plugin" .Also it doesn't show any thing in logs.</div>
<div> </div>
<div>nrpe.cfg:</div>
<div> </div>
<div>command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20</div>
<div> </div>
<div>services.cfg</div>
<div> </div>
<div>define service{<br> use generic-service<br> host_name localhost<br> service_description NRPE - check_load<br> is_volatile 0
<br> check_period 24x7<br> max_check_attempts 4<br> normal_check_interval 5<br> retry_check_interval 5<br> contact_groups nagios
<br> notification_options w,u,c,r<br> notification_interval 960<br> notification_period 24x7<br> check_command check_nrpe!check_load<br> }
<br> </div>
<div>I am not getting the problem.my nagios version is 1.3 and nrpe 2.6</div>
<div> </div>
<div>Thanks</div>
<div>Chandresh</div>