Page 2 of 2

Re: UNIX / Nagios server not talking

Posted: Thu Jan 05, 2012 4:01 am
by fao
niebais wrote:What package did you use to install NRPE? We have several HPUX systems where I work and we monitor them with NRPE. Did you compile NRPE?

I'll see if I can find some documentation on the NRPE package. I know that HPUX has some special requirements when you compile it, otherwise it fails to work unless you use the --no-ssl option.
I can't exclude ssl, it's a security requirement.

We tried to exclude ssl protocol at start. The problem is that even with the connection test positive, the data streaming can't reach the Nagios server machine.

The NRPE has been compiled. If you can be so kind to supply indications about NRPE installation by compiling it, I would greatly appreciate.

There is any indication how to configurate Nagios monitoring through SNMP?

Re: UNIX / Nagios server not talking

Posted: Mon Jan 09, 2012 4:15 pm
by yancy
regarding SNMP:

For unix or linux monitoring, you can use net-snmp. We have documentation here:

http://assets.nagios.com/downloads/nagi ... g_SNMP.pdf

if your using a unix system, you'll probably also need to compile net-snmp from source:

http://sourceforge.net/projects/net-snm ... /net-snmp/

Re: UNIX / Nagios server not talking

Posted: Mon Jan 23, 2012 3:07 pm
by niebais
This was the way I compiled NRPE on HPUX, and it seemed to solve the SSL issue as well as work rather well.

http://cyruspy.wordpress.com/2010/05/11 ... ux-11-31-2. I like NRPE a lot more than SNMP.