So if a host goes down, it actively runs a check on the parent, if it returns a good ping, it sends an alert, if it returns a bad ping it tries again until it either gets a good ping or reaches max_check_attempts. If it reaches max_check_attempts without a good response, then it suppresses the notification?scottwilkerson wrote:DOWN after it goes HARD down (down for max_check_attempts * retry_interval)
UP after a check attempt comes back UP
I want to make sure that it does actively check to see if the parent is alive and not just use the current status in Nagios. Can you confirm that it _should_ actively run a check against the host?