Skip to content

Commit

Permalink
[#IOPID-2180] Add Runbook link into the descr of fn-elt Alets
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal committed Dec 9, 2024
1 parent 541675f commit 813bb28
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 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,13 @@ 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 +65,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 +103,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 813bb28

Please sign in to comment.