Skip to content
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

Alarm descriptions (#125) #126

Merged
merged 1 commit into from
Mar 6, 2018
Merged

Alarm descriptions (#125) #126

merged 1 commit into from
Mar 6, 2018

Conversation

tomhaigh
Copy link
Contributor

@tomhaigh tomhaigh commented Mar 6, 2018

We are having problems identifying the environment an alarm comes from. This lets you add a description to the alerting group and includes that (and the group name) in the alarm name.


var description = $"{AwsConstants.DefaultDescription}. Alerting group: {groupParameters.Name}{suffix}";

return description;
Copy link
Contributor

@AnthonySteele AnthonySteele Mar 6, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 We need the default text to identify that this alarm was created by Watchman.
Adding the alerting group name looks useful.
Adding custom text if it's present is also good.
Fine by me

@tomhaigh tomhaigh merged commit 99e8ccc into justeattakeaway:master Mar 6, 2018
@tomhaigh tomhaigh deleted the alarm-descriptions branch March 6, 2018 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants