Search found 2 matches
- Tue Sep 24, 2024 10:47 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE agent on Nagios Core server
- Replies: 2
- Views: 8032
Re: NRPE agent on Nagios Core server
Ensure the NRPE configuration file (/etc/nagios/nrpe.cfg) is set up correctly. Pay attention to the following geometry dash parameters: allowed_hosts: Make sure the IP address of your Nagios server is included in the allowed_hosts line. allowed_hosts=127.0.0.1,<NAGIOS_SERVER_IP> server_port: Confirm...
- Sun Dec 24, 2023 4:54 am
- Forum: Open Source Nagios Projects
- Topic: Active Check Following a Non-OK Check Occurs Too Soon
- Replies: 6
- Views: 31137
Re: Active Check Following a Non-OK Check Occurs Too Soon
Thank you for your assistancegwesterman wrote: ↑Thu Nov 02, 2023 9:36 am Hi @DStackley,
basket random
It would help to get a look at your service cfg file itself and your main configuration file (nagios.cfg). In the meantime, this article that covers host and service check scheduling might be of assistance.
Thank you!