Skip to content

Commit

Permalink
Review StatusCake alerts
Browse files Browse the repository at this point in the history
- Replace with the new infra team contact group
- Only alert in production to avoid spamming the infra team
  • Loading branch information
saliceti committed Apr 17, 2024
1 parent fa5024c commit 0553730
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion terraform/aks/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"alert": {
"website_url": [ "https://get-a-teacher-relocation-payment.education.gov.uk/healthcheck/all" ],
"ssl_url": [ "https://get-a-teacher-relocation-payment.education.gov.uk" ],
"contact_group": [282783]
"contact_group": [282453]
}
}
}
8 changes: 1 addition & 7 deletions terraform/aks/config/qa.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@
"gov_uk_host_names": [
"qa.get-a-teacher-relocation-payment.education.gov.uk"
],
"azure_enable_backup_storage": false,
"statuscake_alerts": {
"alert": {
"website_url": [ "https://qa.get-a-teacher-relocation-payment.education.gov.uk/healthcheck/all" ],
"contact_group": [282783]
}
}
"azure_enable_backup_storage": false
}
8 changes: 1 addition & 7 deletions terraform/aks/config/staging.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,5 @@
"gov_uk_host_names": [
"staging.get-a-teacher-relocation-payment.education.gov.uk"
],
"azure_enable_backup_storage": false,
"statuscake_alerts": {
"alert": {
"website_url": [ "https://staging.get-a-teacher-relocation-payment.education.gov.uk/healthcheck/all" ],
"contact_group": [282783]
}
}
"azure_enable_backup_storage": false
}

0 comments on commit 0553730

Please sign in to comment.