Page 4 of 4

Re: Service checks keep postponing

Posted: Fri Jun 12, 2015 11:40 am
by tgriep
Try editing /usr/local/nagios/etc/nagios.cfg file
Change this from

Code: Select all

auto_rescheduling_window=180
to

Code: Select all

auto_rescheduling_window=45
Then run the following.

Code: Select all

/etc/init.d/nagios stop
/etc/init.d/ndo2db restart
/etc/init.d/nagios start
See if that starts the checks.

Re: Service checks keep postponing

Posted: Fri Jun 12, 2015 1:08 pm
by rkymtnhigh
tgriep,

You just made my weekend. Changing that value and bouncing those services has worked.

All my pending checks began checking and all out of date checks have resumed.

You guys are awesome!

Thank you!!

Re: Service checks keep postponing

Posted: Fri Jun 12, 2015 1:15 pm
by tgriep
Glad that fixed it. I can't take all of the credit.
Shall I close the post?

Re: Service checks keep postponing

Posted: Fri Jun 12, 2015 1:52 pm
by rkymtnhigh
Yeah, big thanks for everyone!

You can close this!