check_gearman: version 1.4_nagios4 running on libgearman 0.25
We are having issues with getting nagios to execute checks at specific times.
Code: Select all
define timeperiod {
timeperiod_name esb_db_pcejrln_check
alias esb_db_pcejrln_check
monday 07:15-23:25
tuesday 07:15-23:25
wednesday 07:15-23:25
thursday 07:15-23:25
friday 07:15-23:25
saturday 07:15-23:25
sunday 07:15-23:25
}
It works fine if there is no interruption etc.
However if there is, and the check gets executed at 8:07am, it starts executing from that time onwards.
Eg: 8:07, 9:07 etc.
This check is for specific file at specific times so this behavior cannot be used.
Please advice on this. How to get Nagios to stick to the original execution time schedule.