Skip to content

Commit

Permalink
TM: hmpps-oem: fix cert expiry alarm (#9208)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Jan 2, 2025
1 parent eeb8a13 commit 1c6141e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ locals {
module.baseline_presets.cloudwatch_metric_alarms.ec2_instance_cwagent_collectd_endpoint_monitoring["endpoint-cert-expires-soon"],
{
dimensions = {
type = "exitcode"
type = "gauge"
type_instance = value[0]
}
alarm_actions = [value[2]]
Expand Down

0 comments on commit 1c6141e

Please sign in to comment.