Skip to content

Commit

Permalink
Update StatusCake alarms to 40, 20, 5
Browse files Browse the repository at this point in the history
What is the change?
We're increasing our alarm rates to higher number of days

Why do we need the change?
By doing this means we'll renew TLS certs earlier before InfraOps's Resource Health alert starts emailing them daily until the problem is resolved.

Azure DevOps Ticket
155430
  • Loading branch information
olivia-work committed Feb 6, 2024
1 parent 5d39a7c commit 5aceac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/statuscake-tls-monitor.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module "statuscake-tls-monitor" {

statuscake_monitored_resource_addresses = local.statuscake_monitored_resource_addresses
statuscake_alert_at = [ # days to alert on
14, 7, 3
40, 20, 5
]
statuscake_contact_group_name = local.statuscake_contact_group_name
statuscake_contact_group_integrations = local.statuscake_contact_group_integrations
Expand Down

0 comments on commit 5aceac1

Please sign in to comment.