Skip to content

Commit 1f898a0

Browse files
committed
IPS-2209 Update slack notifications
1 parent 68eb8b4 commit 1f898a0

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

deploy/template.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,9 +1671,9 @@ Resources:
16711671
- RunbookUrl: !FindInMap [ Constants, Urls, pagerDutyRunbook]
16721672
ActionsEnabled: true
16731673
AlarmActions:
1674-
- !ImportValue sns-topics-AlarmTopic
1674+
- !ImportValue di-ipv-core-notifications-PagerDutySNSTopicArn
16751675
OKActions:
1676-
- !ImportValue sns-topics-AlarmTopic
1676+
- !ImportValue di-ipv-core-notifications-PagerDutySNSTopicArn
16771677
InsufficientDataActions: []
16781678
EvaluationPeriods: 2
16791679
DatapointsToAlarm: 2
@@ -1708,9 +1708,9 @@ Resources:
17081708
- RunbookUrl: !FindInMap [ Constants, Urls, pagerDutyRunbook]
17091709
ActionsEnabled: true
17101710
AlarmActions:
1711-
- !ImportValue sns-topics-AlarmTopic
1711+
- !ImportValue di-ipv-core-notifications-PagerDutySNSTopicArn
17121712
OKActions:
1713-
- !ImportValue sns-topics-AlarmTopic
1713+
- !ImportValue di-ipv-core-notifications-PagerDutySNSTopicArn
17141714
InsufficientDataActions: []
17151715
EvaluationPeriods: 5
17161716
DatapointsToAlarm: 2
@@ -1799,9 +1799,9 @@ Resources:
17991799
- RunbookUrl: !FindInMap [ Constants, Urls, pagerDutyRunbook]
18001800
ActionsEnabled: true
18011801
OKActions:
1802-
- !ImportValue sns-topics-AlarmTopic
1802+
- !ImportValue di-ipv-core-notifications-PagerDutySNSTopicArn
18031803
AlarmActions:
1804-
- !ImportValue sns-topics-AlarmTopic
1804+
- !ImportValue di-ipv-core-notifications-PagerDutySNSTopicArn
18051805
EvaluationPeriods: 5
18061806
DatapointsToAlarm: 2
18071807
Threshold: 10
@@ -1852,9 +1852,9 @@ Resources:
18521852
AlarmDescription: "Trigger an alarm when Fatal Error occurs"
18531853
ActionsEnabled: true
18541854
OKActions:
1855-
- !ImportValue alarm-alerts-topic
1855+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
18561856
AlarmActions:
1857-
- !ImportValue alarm-alerts-topic
1857+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
18581858
InsufficientDataActions: []
18591859
MetricName: FatalErrorMessage
18601860
Namespace: !Sub "${AWS::StackName}/LogMessages"
@@ -1875,9 +1875,9 @@ Resources:
18751875
AlarmDescription: Trigger the alarm if less than 95% of requests has a latency of less than 1 second with a minimum of 25 invocations in 2 out of the last 5 minutes
18761876
ActionsEnabled: true
18771877
OKActions:
1878-
- !ImportValue alarm-alerts-topic
1878+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
18791879
AlarmActions:
1880-
- !ImportValue alarm-alerts-topic
1880+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
18811881
InsufficientDataActions: []
18821882
EvaluationPeriods: 5
18831883
DatapointsToAlarm: 2
@@ -1920,9 +1920,9 @@ Resources:
19201920
AlarmDescription: Trigger the alarm if less than 99% of requests has a latency of less than 2.5 second with a minimum of 150 invocations in 2 out of the last 5 minutes
19211921
ActionsEnabled: true
19221922
OKActions:
1923-
- !ImportValue alarm-alerts-topic
1923+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
19241924
AlarmActions:
1925-
- !ImportValue alarm-alerts-topic
1925+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
19261926
InsufficientDataActions: []
19271927
EvaluationPeriods: 5
19281928
DatapointsToAlarm: 2
@@ -1965,7 +1965,7 @@ Resources:
19651965
AlarmDescription: Trigger a warning if the running container task count drops below 2
19661966
ActionsEnabled: true
19671967
AlarmActions:
1968-
- !ImportValue alarm-alerts-topic
1968+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
19691969
InsufficientDataActions: []
19701970
EvaluationPeriods: 1
19711971
DatapointsToAlarm: 1
@@ -1995,7 +1995,7 @@ Resources:
19951995
AlarmDescription: Trigger a critical alert if the running container task count drops below 1
19961996
ActionsEnabled: true
19971997
AlarmActions:
1998-
- !ImportValue alarm-alerts-topic
1998+
- !ImportValue di-ipv-core-notifications-WarningAlertsTopicArn
19991999
InsufficientDataActions: []
20002000
EvaluationPeriods: 1
20012001
DatapointsToAlarm: 1

0 commit comments

Comments
 (0)