We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c27f1cf commit eeaadcaCopy full SHA for eeaadca
Monitoring/monitor-ontap-services/cloudformation.yaml
@@ -235,7 +235,7 @@ Resources:
235
Condition: CreateWatchdogAlarm
236
Properties:
237
AlarmName: !Sub "monitor-ontap-services-watchdog-${AWS::StackName}"
238
- AlarmDescription: "Watchdog alarm for the monitor-ontap-services Lambda function."
+ AlarmDescription: !Sub "Watchdog alarm for the monitor-ontap-services-${AWS::StackName} Lambda function."
239
Namespace: "AWS/Lambda"
240
MetricName: "Errors"
241
Dimensions:
@@ -245,7 +245,7 @@ Resources:
245
Period: 300
246
EvaluationPeriods: 1
247
TreatMissingData: "ignore"
248
- Threshold: 1
+ Threshold: 0.5
249
ComparisonOperator: "GreaterThanThreshold"
250
AlarmActions:
251
- !Ref snsTopicArn
0 commit comments