Page 1 of 1

Re: [Nagios-devel] Strange service scheduling

Posted: Mon Mar 30, 2009 7:13 pm
by Guest
Hello,

----- Bernd Arnold wrote:
> Please try my patch and check if the services are re-scheduled
> properly then. If the re-scheduling isn't working correctly though
> you're running Nagios with this patch, please tell me too.

Regarding your patch, I though in another solution, why we don't call the function:

get_next_valid_time(preferred_time,&next_valid_time,svc->check_period_ptr);

as

get_next_valid_time(current_time,&next_valid_time,svc->check_period_ptr);


The problem occurs when preferred_time( that is current_time + svc->check_interval in case of error on call run_async_service_check) is inside timeperiod configuration.


-rm





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]