Link to home
Start Free TrialLog in
Avatar of marceloNYC
marceloNYCFlag for United States of America

asked on

Nagios NTP freaking out

Dear experts,

I have no idea where to begin checking in Nagios to troubleshoot for this wave of NTP erros coming from the stores tand the nagios server.

Screen-shot attached.

It says:

      NTP CRITICAL: Server not synchronized, Offset unknown
Avatar of Wayne88
Wayne88
Flag of Canada image

No attachment.
As Wayne mentioned, there is no attachment and we really need more to go off of.  I have seen this in the past and commenting out these lines fixed it for me as well as other that have had the issue where the server reports back stratum 0.

if ( slist[cserver].stratum == 0){
			if (verbose) printf("discarding peer %d: stratum=%d\n", cserver, slist[cserver].stratum);
			continue;
		}

Open in new window

Avatar of marceloNYC

ASKER

Sorry here is the image:
Screenshot-from-2015-07-29-14-39-46.png
Let me check on that Jtstear
Where do I comment that out?
Look in the check_ntp_time plugin.
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial