Skip to content

How to send continuous Slack alerts? #296

Answered by TwiN
mani9223-oss asked this question in Q&A
Discussion options

You must be logged in to vote

That's not currently possible, and it's by design:

if endpointAlert.Triggered {
if debug {
log.Printf("[watchdog][handleAlertsToTrigger] Alert for endpoint=%s with description='%s' has already been TRIGGERED, skipping", endpoint.Name, endpointAlert.GetDescription())
}
continue
}

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.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TwiN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area/alerting Related to alerting
2 participants