Page 2 of 2

Re: nrpe for solaris 8 and 9?

Posted: Tue Jul 14, 2015 7:25 am
by jdalrymple
From the nagioa server:

Code: Select all

nmap -p 5666 <IP of Solaris server>

Re: nrpe for solaris 8 and 9?

Posted: Tue Jul 14, 2015 7:31 am
by edoRaul
jdalrymple wrote:From the nagioa server:

Code: Select all

nmap -p 5666 <IP of Solaris server>

I obtain:

Host is up (0.00052s latency).
PORT STATE SERVICE
5666/tcp open nrpe

Re: nrpe for solaris 8 and 9?

Posted: Tue Jul 14, 2015 9:05 am
by jdalrymple
Interesting - here we go with logging on Solaris.

In your nrpe.cfg on the Solaris box set the following:

Code: Select all

log_facility=daemon
debug=1
Let's see what comes out in your logs on your Solaris box.

on my Solaris 9 box nrpe logs to /var/adm/messages - seems to never be consistent across boxes though.

Re: nrpe for solaris 8 and 9?

Posted: Tue Jul 14, 2015 11:14 am
by edoRaul
allowed_host param can't contain spaces after the coma. It resolves the problem.

Thanks.