Page 1 of 1

NRPE easy question

Posted: Mon Apr 19, 2021 12:32 pm
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

Re: NRPE easy question

Posted: Mon Apr 19, 2021 4:36 pm
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

Re: NRPE easy question

Posted: Wed Apr 21, 2021 9:07 am
by SteveBeauchemin
Thanks. Please close...

Steve B

Re: NRPE easy question

Posted: Wed Apr 21, 2021 9:20 am
by vtrac
Great!! ... locking thread / ticket.