Skip to content

Commit

Permalink
Merge pull request #14230 from MinaProtocol/alert/add-testworld-2-0
Browse files Browse the repository at this point in the history
add testworld-2-0
  • Loading branch information
deepthiskumar authored Oct 4, 2023
2 parents eb8f634 + 3161db6 commit 87ba719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automation/terraform/monitoring/o1-testnet-alerts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
module "o1testnet_alerts" {
source = "../modules/testnet-alerts"

rule_filter = "{testnet!~\"^(berkeley|it-|ci-net|test-).+\"}" # omit testnets deployed by integration/CI tests and also omit berkeley network
rule_filter = "{testnet!~\"^(berkeley|testworld-2-0|it-|ci-net|test-).+\"}" # omit testnets deployed by integration/CI tests and also omit berkeley network and testworld-2-0
alert_timeframe = "1h"
alert_duration = "10m"
pagerduty_alert_filter = "devnet2|mainnet"
berkeley_testnet = "testnet=\"berkeley\""
berkeley_testnet = "testnet=\"(berkeley|testworld-2-0)\""
synced_status_filter = "syncStatus=\"SYNCED\""
}

Expand Down

0 comments on commit 87ba719

Please sign in to comment.