Service checks keep postponing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Service checks keep postponing

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
rkymtnhigh
Posts: 95
Joined: Tue May 12, 2015 11:53 am

Re: Service checks keep postponing

Post 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!!
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Service checks keep postponing

Post by tgriep »

Glad that fixed it. I can't take all of the credit.
Shall I close the post?
Be sure to check out our Knowledgebase for helpful articles and solutions!
rkymtnhigh
Posts: 95
Joined: Tue May 12, 2015 11:53 am

Re: Service checks keep postponing

Post by rkymtnhigh »

Yeah, big thanks for everyone!

You can close this!
Locked