Hi community. Is it possible to set an alert with conditions that will run in the morning with a different message if the condition was met or not? I am trying to get a slack message saying that the system automation run as expected during the night
Welcome @lambertmariana13 to the community
Grafana Alerting alone can’t do this exactly → it sends notifications based on alert state changes with configurable notification timing and optional repeat notifications, not on a fixed daily schedule, so a guaranteed morning success/failure message isn’t possible natively.
1 → Only notify when automation fails: Grafana can handle this directly with an alert rule on your metric.
2 → Send a morning success/failure message every day: Use an external scheduler (a cron job) that queries your metrics or the Grafana/Alertmanager API at 07:00 and posts the result to Slack.
Hello @lambertmariana13
I just wanted to know did you find the solution? I can help further if you’re still running into any issues.