Page 1 of 1
Solaris 10 initial install NRPE config help
Posted: Tue Nov 25, 2014 10:43 am
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!
Re: Solaris 10 initial install NRPE config help
Posted: Tue Nov 25, 2014 11:36 am
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:
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