Multiple interval exclusion in Sentinl

Hi,
I'm trying to configure sentinl watcher with trigger scheduled at "every 5 minutes" which is working fine. But now i need to exclude night hours (after 20th hour) and morning hours (before 5th hour) as well. So i want to do something like "every 5 minutes except after 20th hour and before 5th hour", but it's not working for any of the exlusive time interval. On the other hand it works for single exclusion like "every 5 minutes except after 20th hour" or "every 5 minutes except after 5th hour".
Correct me if my syntax is wrong or do share any other workaround for the same.

Can you clarify what sentinl watcher is?

SENTINL extends Kibi/Kibana with Alerting and Reporting functionality to monitor, notify and report on data series changes using standard queries, programmable validators and a variety of configurable actions - Think of it as a free an independent "Watcher" and "Reporting" alternative, further extended and expanded by the unique Kibi features.
for more : https://sentinl.readthedocs.io/en/docs/

Ok, I am not sure we can provide support for that ourselves sorry. It seems like asking the makers of that might get a solution.

1 Like

Solution : every 5 minutes after 20th hour before 5th hour
https://bunkat.github.io/later/parsers.html#text

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.