Page 1 of 1

Nagios XI Hosts show as Down after Windows time sync

Posted: Wed Jul 25, 2018 1:15 pm
by crrussell3
We are having an issue on occasion, where the following happens:

- We are checking the Host for up/down via check_xi_host_ping
- When the Windows machine performs a time sync and alters its time, the next time the check command occurs, it marks the host as Down, even though it is not. Another check will clear up the down host.

Is this something that others have seen? Is there an easy way around this from happening?

Re: Nagios XI Hosts show as Down after Windows time sync

Posted: Wed Jul 25, 2018 4:16 pm
by scottwilkerson
I've never seen the ping command fail when a time update occurs on a remote server. It should only fail if the server isn't responding to pings(which I suppose could happen depending on the server), and if it isn't responding properly to the ping, then it should fail.

I would set the max check attempts on the hosts to a higher number if it is set to 1 which would eliminate any notifications

Re: Nagios XI Hosts show as Down after Windows time sync

Posted: Tue Jul 31, 2018 1:44 pm
by crrussell3
Scott,
Sorry for the late reply.

We currently have everything set to:

Interval: 5
Retry: 1
Attempts: 2

Re: Nagios XI Hosts show as Down after Windows time sync

Posted: Tue Jul 31, 2018 2:29 pm
by scottwilkerson
crrussell3 wrote:Scott,
Sorry for the late reply.

We currently have everything set to:

Interval: 5
Retry: 1
Attempts: 2
If this persists you may want to bump the attempts to 3-5 on these checks to give it some time to come around before sending notifications.