nrpe for solaris 8 and 9?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: nrpe for solaris 8 and 9?

Post by jdalrymple »

From the nagioa server:

Code: Select all

nmap -p 5666 <IP of Solaris server>
edoRaul
Posts: 12
Joined: Wed Apr 15, 2015 5:14 am

Re: nrpe for solaris 8 and 9?

Post 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
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: nrpe for solaris 8 and 9?

Post 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.
edoRaul
Posts: 12
Joined: Wed Apr 15, 2015 5:14 am

Re: nrpe for solaris 8 and 9?

Post by edoRaul »

allowed_host param can't contain spaces after the coma. It resolves the problem.

Thanks.
Locked