Re: [Nagios-users] AIX NRPE v2.5.1

2007-06-13 Thread Jim Avery
On 11/06/07, Steven Fishback [EMAIL PROTECTED] wrote:
 Any idea as to the problem?

Not to the problem, no.  As to the solution, is nrpe for AIX available
on nagiosexchange.org?  I've certainly downloaded nsca and the plugins
from there most of which work fine on 5.3.  I don't use nrpe myself.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] AIX NRPE v2.5.1

2007-06-13 Thread Brian A. Seklecki
How about s/--inetd/-i/g in the command line?

Clearly it's sending the stdout from the command line flag syntax usage
error to the socket output of the client.

Also, why run it out of inetd?  It has a built in daemon mode.

There's a pattern here:

inetd  floppy drives  parallel ports  uucp  sendmail


~BAS

On Tue, 2007-06-12 at 19:34 -0400, Steven Fishback wrote:
 Nagios v2.5 with NRPE plug-in v2.5.1 on AIX v5.3 (ppc 64 processor)
 
 I've seen this thread before concerning AIX and NRPE but no resolution 
 or good suggestions as to what's going on.
 
 If I compile with openssl 0.9.7l-1 I get the SSL handshaking error.
 If I compile without openssl enabled I get the Response packet had 
 invalid CRC32 error.
 I've done all the normal FAQ checks.
 
 My /etc/services I have:
nrpe5666/tcp# NRPE
 My /etc/inetd.conf I have:
   nrpestream  tcp nowait  nagios /usr/sbin/nrpe -c /etc/nrpe.cfg 
 --inetd
 
 For testing purposes I have no tcp wrappers and SSL is not enabled.
 
 Logged into the local host:
 
 $ /usr/bin/telnet localhost 5666
 Trying...
 Connected to localhost.localdomain.
 Escape character is '^]'.
 
 NRPE - Nagios Remote Plugin Executor
 Copyright (c) 1999-2006 Ethan Galstad ([EMAIL PROTECTED])
 Version: 2.5.1
 Last Modified: 04-09-2006
 License: GPL v2 with exemptions (-l for more info)
 
 ***
 ** POSSIBLE SECURITY RISK - TCP WRAPPERS ARE NOT AVAILABLE!  **
 **  Read the NRPE SECURITY file for more information **
 ***
 
 Usage: nrpe [-n] -c config_file mode
 
 Options:
 -n= Do not use SSL
 config_file = Name of config file to use
 mode= One of the following two operating modes:
   -i  =Run as a service under inetd or xinetd
   -d  =Run as a standalone daemon
 
 Connection closed.
 
 $ /opt/local/bin/check_nrpe -H localhost
 CHECK_NRPE: Response packet had invalid CRC32.
 
 $ /opt/local/bin/check_nrpe -H localhost -p 5666 -n
 CHECK_NRPE: Response packet had invalid CRC32.
 
 Any idea as to the problem?



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null