NRPE easy question

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
SteveBeauchemin
Posts: 524
Joined: Mon Oct 14, 2013 7:19 pm

NRPE easy question

Post by SteveBeauchemin »

Using NRPE 4.x

What is the correct syntax for allowed_hosts in order to allow any connection, every connection.

I need to temporarily change to an open format.

Do you simply comment out the line?

Please advise.

Thanks

Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: NRPE easy question

Post by vtrac »

Hi,
Please comment out the line inside the "/usr/local/nagios/etc/nrpe.cfg" file:
Example
From:

Code: Select all

allowed_hosts=127.0.0.1,::1,192.168.233.61,192.168.233.62
To:

Code: Select all

#allowed_hosts=127.0.0.1,::1,192.168.233.61,192.168.233.62

Best Regards,
Vinh
SteveBeauchemin
Posts: 524
Joined: Mon Oct 14, 2013 7:19 pm

Re: NRPE easy question

Post by SteveBeauchemin »

Thanks. Please close...

Steve B
XI 5.7.3 / Core 4.4.6 / NagVis 1.9.8 / LiveStatus 1.5.0p11 / RRDCached 1.7.0 / Redis 3.2.8 /
SNMPTT / Gearman 0.33-7 / Mod_Gearman 3.0.7 / NLS 2.0.8 / NNA 2.3.1 /
NSClient 0.5.0 / NRPE Solaris 3.2.1 Linux 3.2.1 HPUX 3.2.1
User avatar
vtrac
Posts: 903
Joined: Tue Oct 27, 2020 1:35 pm

Re: NRPE easy question

Post by vtrac »

Great!! ... locking thread / ticket.
Locked