Page 2 of 2
Re: retry interval
Posted: Wed Jun 26, 2013 10:33 am
by paul.jobb
Screen shot Just after it failed
sql-101-failed.png
screenshot after refresh of failure
sql-101-failed-2.png
screen shot of status
sql-101-failed-3.PNG
Re: retry interval
Posted: Wed Jun 26, 2013 4:04 pm
by abrist
Yep, you are not crazy. It looks like this check runs every 10 minutes, but on failure retries every 10 seconds, is that correct?
We may want to move this to a remote session, is that possible in your environment? If so, send an email to:
[email protected]
Re: retry interval
Posted: Wed Jun 26, 2013 4:52 pm
by paul.jobb
Im a dummy lol....
It ended up being time drift on my mod_gearman worker, It was running close to 3 minutes behind the nagios server scheduling the checks. We were using vmtools to sync the time but somewhere along the way that got disabled, so I am going to go back to using ntp for that function. Its working as expected now, I appreciate your help.