Hi,<br><br>The installation of nrpe on most Unices is pretty easy and outlined in the README of the source code tarball. Once the nrpe is installed or binraies downloaded from <a href="http://www.bennyvision.com/projects/nagios/index.php" target="_blank">http://www.bennyvision.com/projects/nagios/index.php</a> or nagiosexchange site, you need to follow these things<br>

<br>The common way is to have nrpe started by inetd.<br><br>Add a line like this to your service:<br><br># grep nrpe /etc/services<br>nrpe        5666/tcp                 # Nagios Remote Plug-in Executor<br><br><br>Then configure your inetd similar to this.<br>
Make sure that the paths to the nrpe binary and nrpe.cfg file are correct and make a choice under what user nrpe should be run.<br><br># grep nrpe /etc/inetd.conf<br>nrpe    stream tcp nowait nagios /usr/local/nagios/libexec/nrpe nrpe -c /usr/local/nagios/libexec/nrpe.cfg -i<br>
<br>If all looks correct make inetd reload its conf.<br><br># /usr/sbin/inetd -c<br><br>and check that it registered the new service<br><br># tail /var/adm/syslog/syslog.log<br><br># netstat -an -f inet|grep LISTEN|grep 5666<br>
<br>The most configuration part involves adapting nrpe.cfg to your needs and checks that work on hpux.<br><br>You can start trying with some of the more common ones like<br><br>$ /opt/iexpress/nagios/libexec/check_nrpe -H 127.0.0.1 -c check_total_procs<br>
PROCS CRITICAL: 369 processes<br><br>hope this helps<br><br>-Shankar<br><br><br><div class="gmail_quote">On Mon, Jan 5, 2009 at 10:43 PM, Christian Iñiguez <span dir="ltr"><<a href="mailto:challenger_joseph@yahoo.com.mx">challenger_joseph@yahoo.com.mx</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi All!<br>
<br>
I have 2 machines with Unix HP UX, and I'd like to monitoring them installing nrpe, but I haven't found documentation or how to's about it.<br>
<br>
On Linux plataform is working very well, but it's a kind of difficult to do it on UNIX (HP UX)<br>
<br>
Does any body know how can perform this?<br>
<br>
Thanks in advance<br>
<br>
<br>
      ¡Todo sobre Amor y Sexo!<br>
La guía completa para tu vida en Mujer de Hoy.<br>
<a href="http://mx.mujer.yahoo.com/" target="_blank">http://mx.mujer.yahoo.com/</a><br>
<br>
------------------------------------------------------------------------------<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>
</blockquote></div><br><br clear="all"><br>-- <br>Shankar Asam<br>