Dear Team, pls confirm the maximum time that can be set for pinging one host in Nagios.
regards
Pinging time
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Pinging time
Do you mean using the check_ping plugin with the -t flag? I don't believe there is a limit, you can add the -t flag and specify however many seconds you want.
One thing to note, if you have many machines that aren't responding, it will not return a response to Nagios until the number of seconds set by -t
This could cause high load if you have a very high time.
Additionally, you cannot exceed the time in seconds you have specified in nagios.cfg for these values
One thing to note, if you have many machines that aren't responding, it will not return a response to Nagios until the number of seconds set by -t
This could cause high load if you have a very high time.
Additionally, you cannot exceed the time in seconds you have specified in nagios.cfg for these values
Code: Select all
host_check_timeout=30
service_check_timeout=60