Skip to content

Commit eeaadca

Browse files
committed
Adjusted the Watchdog threshold to alert properly.
1 parent c27f1cf commit eeaadca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Monitoring/monitor-ontap-services/cloudformation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ Resources:
235235
Condition: CreateWatchdogAlarm
236236
Properties:
237237
AlarmName: !Sub "monitor-ontap-services-watchdog-${AWS::StackName}"
238-
AlarmDescription: "Watchdog alarm for the monitor-ontap-services Lambda function."
238+
AlarmDescription: !Sub "Watchdog alarm for the monitor-ontap-services-${AWS::StackName} Lambda function."
239239
Namespace: "AWS/Lambda"
240240
MetricName: "Errors"
241241
Dimensions:
@@ -245,7 +245,7 @@ Resources:
245245
Period: 300
246246
EvaluationPeriods: 1
247247
TreatMissingData: "ignore"
248-
Threshold: 1
248+
Threshold: 0.5
249249
ComparisonOperator: "GreaterThanThreshold"
250250
AlarmActions:
251251
- !Ref snsTopicArn

0 commit comments

Comments
 (0)