Re: Service checks keep postponing
Posted: Fri Jun 12, 2015 11:40 am
Try editing /usr/local/nagios/etc/nagios.cfg file
Change this from
to
Then run the following.
See if that starts the checks.
Change this from
Code: Select all
auto_rescheduling_window=180Code: Select all
auto_rescheduling_window=45Code: Select all
/etc/init.d/nagios stop
/etc/init.d/ndo2db restart
/etc/init.d/nagios start