No i cant able to see still<br><br>my config file looks like this<br><br><br>[root@remotehost ~]# cat /etc/xinetd.d/nrpe<br># default: on<br># description: NRPE (Nagios Remote Plugin Executor)<br>service nrpe<br>{<br>        disable = no<br>
        flags           = REUSE<br>        socket_type     = stream<br>        port            = 5666<br>        wait            = no<br>        user            = nagios<br>        group           = nagios<br>        server       &nbsp
 ;  = /opt/nagios/bin/nrpe<br>
        server_args     = -c /opt/nagios/etc/nrpe.cfg --inetd<br>        log_on_failure  += USERID<br>        only_from       = <a href="http://127.0.0.1">127.0.0.1</a><br>}<br><br>i restarted xinetd too soo many times...<br>
<br>thanks<br>manju<br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 10:30 PM, Marc Powell <<a href="mailto:marc@ena.com">marc@ena.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
<br>
> -----Original Message-----<br>
> From: nagios nagios [mailto:<a href="mailto:amanju123@gmail.com">amanju123@gmail.com</a>]<br>
> Sent: Thursday, April 24, 2008 11:45 AM<br>
> To: Marc Powell<br>
> Cc: <a href="mailto:nagios-users@lists.sourceforge.net">nagios-users@lists.sourceforge.net</a><br>
> Subject: Re: [Nagios-users] monitor any process/service which runs on<br>
linuxbox<br>
> using nagios<br>
><br>
</div><div class="Ih2E3d">> Hi,<br>
><br>
<br>
> yes i added in the remote host under xinetd n restart the xinetd<br>
service still<br>
> i cant able to see the nrpe running!!!!!!!!!!!<br>
<br>
</div>Well, you won't see nrpe 'running' unless xinetd is actively handling a<br>
request. That's what xinetd does. Do you still see the xinetd error<br>
after restarting xinetd? Can you telnet to port 5666 of your remote box?<br>
Have you considered running nrpe in daemon mode if you can't figure out<br>
the nuances of xinetd?<br>
<div><div></div><div class="Wj3C7c"><br>
--<br>
Marc!!!!!!!!!!!!!<br>
<br>
-------------------------------------------------------------------------<br>
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference<br>
Don't miss this year's exciting event. There's still time to save $100.<br>
Use priority code J8TL2D2.<br>
<a href="http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone" target="_blank">http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone</a><br>
_______________________________________________<br>
Nagios-users mailing list<br>
<a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/nagios-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>
::: Messages without supporting info will risk being sent to /dev/null<br>
</div></div></blockquote></div><br>