Pinging time

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Pinging time

Post by wiproltdwiv »

Dear Team, pls confirm the maximum time that can be set for pinging one host in Nagios.

regards
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Pinging time

Post by scottwilkerson »

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

Code: Select all

host_check_timeout=30
service_check_timeout=60
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked