Solaris 10 initial install NRPE config help

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jomalloy
Posts: 4
Joined: Mon Nov 24, 2014 10:59 am

Solaris 10 initial install NRPE config help

Post by jomalloy »

I have a Solaris 10 initial install of NRPE using Xinetd
I am getting Return code of 255 on all of my checks (except Ping).
I may not have configured NRPE properly.
I am not sure what to look at .
Any advice would be appreciated. Thanks!
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Solaris 10 initial install NRPE config help

Post by slansing »

What version of Solaris is this? From what Tmcdonald told me, you are unsure of how you installed it or what guides you may have followed, correct?

Does this look familiar to you?:

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

What is the output of:

Code: Select all

ls /etc/nagios

Code: Select all

ls /opt/nagios/

Code: Select all

ls /etc/init.d/nrpe
If you have none of those, it's likely you did not install NRPE, or not properly at least, and the above guide could be used, based on what version of Solaris you are running on.

Also, what is the output of:

Code: Select all

find / -name nrpe.cfg -print

find / -name nrpe -print
Alternatively, you could use check_by_ssh as an agent-less solution to active checking, or SNMP GET requests if you would like to.

http://assets.nagios.com/downloads/nagi ... ng_SSH.pdf
Locked