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 notifications #4

Open
franksc opened this issue Apr 17, 2022 · 1 comment
Open

Alarm notifications #4

franksc opened this issue Apr 17, 2022 · 1 comment

Comments

@franksc
Copy link
Collaborator

franksc commented Apr 17, 2022

Any monitoring resource on entering an alarm/alert status should generate a notification to subscribed/interested entities. This could be sending email, posting to a webhook, etc.

@franksc
Copy link
Collaborator Author

franksc commented Apr 28, 2022

The OpenStack way of doing this would be for alarms to post to a Zaqar queue, to which email addresses and other things are subscribed; however, Zaqar component currently not available on Nectar.

OS::Aodh::LBMemberHealthAlarm property 'alarm_actions' can be used to POST to arbitrary URLs/webhooks when resource enters alarm state. It looks like you can't customise the JSON body it sends so target URL would need to know how to parse this.

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

1 participant