Custom cron expression

Is it possible within one alert to set up multiple cron expressions? I want my alert to run during a certain timeframe during the days of the week (Mon-Fri) and then run at a different time on the weekend (Sat-Sun). Is it possible to do that within one monitor or would I have to create two monitors, one for the week and the other for the weekend?

Hi @jberto78,

I don’t believe that’s possible, but someone can correct me if I’m wrong. You most likely will need to set up two different monitors for that.

Hi @jberto78 and @dbbaughe,

You can try this expression → 0 9 * * 6,0

expression means → alert fired on 9:00 pm on only saturday and sunday

regards,

Cem