mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
fix falling edge monitoring of loadbalancer 5XX alarm (#6346)
This commit is contained in:
parent
c8e07fdc6f
commit
65c0c39edf
1 changed files with 1 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ resource "aws_cloudwatch_metric_alarm" "httpcode_elb_5xx_count" {
|
|||
statistic = "Sum"
|
||||
threshold = "25"
|
||||
alarm_description = "This alarm indicates there are an abnormal amount of load balancer 5XX responses i.e it cannot talk with the Fleet backend target"
|
||||
treat_missing_data = "notBreaching"
|
||||
alarm_actions = [aws_sns_topic.cloudwatch_alarm_topic.arn]
|
||||
ok_actions = [aws_sns_topic.cloudwatch_alarm_topic.arn]
|
||||
dimensions = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue