Does anyone make extensive use of delay_flex.
I am trying to have the existance of processes monitored at different intervals througout the week ie.eg. every minute between 7 am and 7 pm Monday to Friday, once (actually never) overnight and during weekends.
The delay flex settings are either overwritten by the default (if the <delay> tag does not exist) or the delay setting if the delay tag does exist. Therefore the <delay_flex> never kicks in eg.
<delay_flex>60/1-5,07:00-19:00;18000/1-7,19:00-24:00;25200/1-7,00:00-07:00;43200/6-7,07:00-19:00</delay_flex>
I have written scripts to run under cron that disables the monitoring during these times directly in the database. However this is not sustainable.
I am running 1.6.2 Server on CentOS (Linux)
I am trying to have the existance of processes monitored at different intervals througout the week ie.eg. every minute between 7 am and 7 pm Monday to Friday, once (actually never) overnight and during weekends.
The delay flex settings are either overwritten by the default (if the <delay> tag does not exist) or the delay setting if the delay tag does exist. Therefore the <delay_flex> never kicks in eg.
<delay_flex>60/1-5,07:00-19:00;18000/1-7,19:00-24:00;25200/1-7,00:00-07:00;43200/6-7,07:00-19:00</delay_flex>
I have written scripts to run under cron that disables the monitoring during these times directly in the database. However this is not sustainable.
I am running 1.6.2 Server on CentOS (Linux)