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

Skip alerts for some Issue Types #14

Closed
benrobinsonsonos opened this issue Sep 29, 2021 · 3 comments
Closed

Skip alerts for some Issue Types #14

benrobinsonsonos opened this issue Sep 29, 2021 · 3 comments

Comments

@benrobinsonsonos
Copy link

benrobinsonsonos commented Sep 29, 2021

In the case of noisy alerts, looking for a way to reduce the noise by excluding some event types from generating alerts (e.g. AWS_VPN_SINGLE_TUNNEL_NOTIFICATION,AWS_VPN_REDUNDANCY_LOSS).

Forked the repo and added an attempt at:
https://github.com/benrobinsonsonos/aws-health-aware/blob/b60138a73b8ba3dea2695eafa503b140324c190a/handler.py#L48
https://github.com/benrobinsonsonos/aws-health-aware/blob/b60138a73b8ba3dea2695eafa503b140324c190a/handler.py#L120

@jordanaroth
Copy link
Contributor

You can select certain event types from the CFN.

@benrobinsonsonos
Copy link
Author

@jordanaroth I may have mislabeled this issue by using EventType, which in the context of AHA accepts the values "issue | accountNotification | scheduledChange". Within the AHA EventType, "issue" category, there are many noisy issues. This is about picking which ones to squelch, (e.g. AWS_VPN_SINGLE_TUNNEL_NOTIFICATION, AWS_DS_OPERATIONAL_ISSUE). **Nothing against AD Connector, just don't need to know about those issues.

@benrobinsonsonos benrobinsonsonos changed the title Skip alerts for some Event Types Skip alerts for some Issue Types Nov 23, 2021
@wellermann
Copy link

You can select certain event types from the CFN.

@jordanaroth Can you elaborate on this? The noise from these VPN notifications prevent me from using AHA. I see that we can select AWSHealthEventType but that's not really the same. We want everything except the same as @benrobinsonsonos (AWS_VPN_SINGLE_TUNNEL_NOTIFICATION,AWS_VPN_REDUNDANCY_LOSS)

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

No branches or pull requests

3 participants