You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the use case where customer VM starts to scan the whole filesystem at a given time each week. Currently, we have a Kubernetes based shell script which does this for us. However it would be nice to have a other kind like RecurringSilence which creates a Silence based on a cronjob expression and spec.template.
Hi, thanks for your work! I appreciate it.
I have the use case where customer VM starts to scan the whole filesystem at a given time each week. Currently, we have a Kubernetes based shell script which does this for us. However it would be nice to have a other kind like RecurringSilence which creates a Silence based on a cronjob expression and spec.template.
For cron, I may recommend https://github.com/aptible/supercronic/tree/master/cronexpr. It extends the cron expression to fulfill requirements like "the nearest business day to the 15th of the month."
The text was updated successfully, but these errors were encountered: