-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New: [AEA-4488] - Adds NPPTS Slack Alerts #869
Conversation
SAMtemplates/alarms/main.yaml
Outdated
Type: AWS::CloudWatch::Alarm | ||
Properties: | ||
AlarmDescription: Count of CPSU FHIR Converter errors | ||
AlarmName: !Sub ${StackName}_CPSU_FHIR_Converter_Errors |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So i think the extra underscores in the alarm name will end up with the alarm name coming through to slack being a bit wrong, may need to concat the middle section so it ends up something like ${StackName}_CpsuFhirConverter_Errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -30,7 +30,7 @@ Parameters: | |||
EnableSplunk: | |||
Type: String | |||
|
|||
FihrValidatorStackName: | |||
FhirValidatorStackName: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awestruck that you spotted this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would take the credit but I only saw it when cloudformation kicked off when I tried to import it spelt correctly 😹
|
Summary
Details
Adds NPPTS Slack Alerts