How to send continuous Slack alerts? #296
-
@TwiN Is it possible to send continuous Slack alerts for failures? Right now it is sending an alert one time and sends another one only after it's resolved. It would be good to continuously send alerts for failures until its resolved. Your thoughts, please... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's not currently possible, and it's by design: Lines 32 to 37 in 829a9c2 The reason behind this choice is that spam tends to lead to people ignoring alerts, and I built Gatus in a way that minimizes the number of alert to keep them meaningful. That being said, if that's a feature you're interested in, I wouldn't be against adding something like |
Beta Was this translation helpful? Give feedback.
That's not currently possible, and it's by design:
gatus/watchdog/alerting.go
Lines 32 to 37 in 829a9c2
The reason behind this choice is that spam tends to lead to people ignoring alerts, and I built Gatus in a way that minimizes the number of alert to keep them meaningful.
That being said, if that's a feature you're interested in, I wouldn't be against adding something like
alert.trigger-repeatedly
.