Have tired many a time to get nrpe running on aix but never have had a
smooth experience.  Aix n HpUX have always been issues to get up
and running on.<br>
<br>
We ended up writing our own plugins on the older *nix boxes. But now
even those are outdated and have be to redone for AIX5L. Some of us
needs(probably i will sometime soon) to take ownership on the aix
front. This is the only way we will ever get stable plugins for
aix/hpux/solaris.<br>
<br>
Is there a plugin roadmap on the risc front?.<br>
<br>
Trevor<br><br><div><span class="gmail_quote">On 7/14/06, <b class="gmail_sendername">Alexander Harvey</b> <<a href="mailto:alexh19740110@gmail.com">alexh19740110@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Sorry, should have done my research first but I discovered this in the archives: <a href="http://sourceforge.net/mailarchive/message.php?msg_id=6818296" title="http://sourceforge.net/mailarchive/message.php?msg_id=6818296" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://sourceforge.net/mailarchive/message.php?msg_id=6818296</a><br>
<br>Does anyone know if there was ever a patch released? Am I on the
wrong track? Has anyone made NRPE work on AIX such that when we run the
following test on the host instead of getting:</div><div><span class="q"><br><br>/usr/local/nagios/libexec/check_nrpe -H grenados
<br>CHECK_NRPE: Received 0 bytes.  Are we allowed to connect to the host?<br><br></span></div><div>we get<br><br>/usr/local/nagios/libexec/check_nrpe -H cairns<br>NRPE v1.9<br><br>as expected?</div><div><span class="e" id="q_10c6bc22fe937bb6_3">
<br><br><br><div><span class="gmail_quote">On 7/14/06, 
<b class="gmail_sendername">Alexander Harvey</b> <<a href="mailto:alexh19740110@gmail.com" title="mailto:alexh19740110@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">alexh19740110@gmail.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi,<br><br>I found some more information:<br><br>The following message gets written to syslog:<br><br>/var/log/daemon:Jul 14 16:20:09 ausyd-dw01 daemon:err|error nrpe[876772]: Error: Request packet had invalid CRC32.
<br>/var/log/daemon:Jul 14 16:20:09 ausyd-dw01 daemon:err|error nrpe[876772]: Client request was invalid, bailing out...
<br><br>I see this happens in the following code fragment:<br><br>        /***** DECRYPT REQUEST ******/<br><br><br>        /* check the crc 32 value */<br>        packet_crc32=ntohl(pkt->crc32_value);<br>        pkt->crc32_value=0L;
<br>        calculated_crc32=calculate_crc32((char *)pkt,sizeof(packet));<br>        if(packet_crc32!=calculated_crc32){<br>               
syslog(LOG_ERR,"Error: Request packet had invalid CRC32.");<br>                return ERROR;
<br>                }<br><br>Anyone have any idea why this would happen? (My configure options etc were given in previous post).<br><br>Thanks,<br>Alex</div><div><span><br><br><br><br>
<div><span class="gmail_quote">On 7/13/06, <b class="gmail_sendername">
Alexander Harvey</b> <<a href="mailto:alexh19740110@gmail.com" title="mailto:alexh19740110@gmail.com (mailto:alexh19740110@gmail.com)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">alexh19740110@gmail.com
</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi List,<br><br>I am having a lot of grief trying to make NRPE 2.5.2 (and I've tried 2.5.1 and 2.5 as well) work in AIX5.3.<br><br>From the Nagios host I'm getting:<br><br># /usr/local/nagios/libexec/check_nrpe -H grenados
<br>CHECK_NRPE: Received 0 bytes.  Are we allowed to connect to the host?<br><br>and on the client I just see the following in the syslog:<br><br>Jul 11 06:49:04 ns1 nrpe[29329]: [ID 927837 <a href="http://mail.info" title="http://mail.info (http://mail.info) (http://mail.info)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">


mail.info
</a>] connect from <a href="http://202.139.122.88" title="http://202.139.122.88 (http://202.139.122.88) (http://202.139.122.88)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">202.139.122.88</a><br>
<br>(Aside: why's the logging going to "
<a href="http://mail.info" title="http://mail.info (http://mail.info) (http://mail.info)" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mail.info</a>"??)<br><br>I'm building nrpe using:<br><br># ./configure --disable-ssl
<br><br># make all<br><br>Then<br><br># grep nrpe /etc/services<br>nrpe           
5666/tcp               
# NRPE<br><br># grep nrpe /etc/inetd.conf<br>nrpe   
stream  tcp     nowait  nagios 
/usr/local/bin/tcpd /usr/local/nagios/libexec/nrpe -c
/usr/local/nagios/etc/nrpe.cfg -i
<br><br># cat /etc/hosts.allow<br>nrpe: <IPnumberhere>: ALLOW<br><br>I
tried trussing it without finding anything much. If anyone can help I'd
be most appreciative; I'm out of ideas as to how to troubleshoot this
any further. <br><br>Thanks in advance,<br>Alex<br>

</div></blockquote></div><br>

</span></div></blockquote></div><br>

</span></div><br><br>-------------------------------------------------------------------------<br>Using Tomcat but need to do more? Need to support web services, security?<br>Get stuff done quickly with pre-integrated technology to make your job easier
<br>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642" target="_blank">
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a><br><br><br>_______________________________________________<br>Nagios-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Nagios-users@lists.sourceforge.net">
Nagios-users@lists.sourceforge.net</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" 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><br></blockquote></div><br><br clear="all"><br>-- 
<br>         ___________________________________    <br>(
>-   /  Scaling FreeSoftware &
OpenSource        \  
-< ) <br>/~\  
/                  
In the
Enterprise                      
\   /~\ <br>|  \)
\      | <a href="http://www.fsf.org">www.fsf.org</a> | <a href="http://www.opensource.org">www.opensource.org</a>
|         /  (/ |<br>|_|_   \____________________________________/  _|_|<br><br> An eye for an eye will soon turn the world blind - MKG<br><br>"You
cannot see me, yet I am the light you see by. You cannot hear me, yet I
speak through your voice. You cannot feel me, yet I am the power at
work in your hands. I am at work, though you do not understand my ways.
I am not strange visions. I am not mysteries.<br>Only in absolute
stillness, beyond self, can you know me as I am, and then but as a
feeling and a faith. Yet I am here. Yet I hear. Yet I answer. -anon "