Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated description to include service name
Browse files Browse the repository at this point in the history
Co-authored-by: Sylvie <sschuresko@flexion.us>
pluckyswan and somesylvie committed Oct 24, 2024
1 parent 1164670 commit 6bdd32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/template/alert.tf
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@ resource "azurerm_monitor_metric_alert" "low_instance_count_alert" {
name = "cdc-rs-sftp-${var.environment}-azure-low-instance-count-alert"
resource_group_name = data.azurerm_resource_group.group.name
scopes = [azurerm_monitor_autoscale_setting.sftp_autoscale.id]
description = "The instance count in ${var.environment} is too low"
description = "The SFTP Ingestion Service instance count in ${var.environment} is too low"
severity = 2 // warning
frequency = "PT1M" // Checks every 1 minute
window_size = "PT15M" // Every Check, looks back 15 minutes in history

0 comments on commit 6bdd32b

Please sign in to comment.