Skip to content

Commit

Permalink
[#IOPID-2180] Add Runbook link into the descr of fn-elt Alets (#1354)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal authored Dec 9, 2024
1 parent 541675f commit 2ad9bbc
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions src/domains/elt/_modules/function_apps/monitor.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "service_preferences_f
location = var.location

scopes = [data.azurerm_storage_account.function_elt_internal_storage.id]
description = "Permanent failures processing Service Preferences export to PDND. REQUIRED MANUAL ACTION"
description = <<-EOT
Permanent failures processing Service Preferences export to PDND. REQUIRED MANUAL ACTION.
For more info see runbook
https://pagopa.atlassian.net/wiki/spaces/IAEI/pages/1417412755/Fallimenti+ingestion+data-lake
EOT
severity = 1
auto_mitigation_enabled = false

Expand Down Expand Up @@ -59,7 +63,11 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "profiles_failure_aler
location = var.location

scopes = [data.azurerm_storage_account.function_elt_internal_storage.id]
description = "Permanent failures processing Profiles export to PDND. REQUIRED MANUAL ACTION"
description = <<-EOT
Permanent failures processing Profiles export to PDND. REQUIRED MANUAL ACTION.
For more info see runbook
https://pagopa.atlassian.net/wiki/spaces/IAEI/pages/1417412755/Fallimenti+ingestion+data-lake
EOT
severity = 1
auto_mitigation_enabled = false

Expand Down Expand Up @@ -93,7 +101,11 @@ resource "azurerm_monitor_scheduled_query_rules_alert_v2" "profile_deletion_fail
location = var.location

scopes = [data.azurerm_storage_account.function_elt_internal_storage.id]
description = "Permanent failures processing Profiles export to PDND. REQUIRED MANUAL ACTION"
description = <<-EOT
Permanent failures processing Profiles deletions export to PDND. REQUIRED MANUAL ACTION.
For more info see runbook
https://pagopa.atlassian.net/wiki/spaces/IAEI/pages/1417412755/Fallimenti+ingestion+data-lake
EOT
severity = 1
auto_mitigation_enabled = false

Expand Down

0 comments on commit 2ad9bbc

Please sign in to comment.