-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
AWX Grafana notification is not working #6137
Comments
since the custom notification template refactor, grafana notification support has been broken; this is largely because grafana functions more like the webhooks, and needs to send JSON in its notification body see: ansible#6137
since the custom notification template refactor, grafana notification support has been broken; this is largely because grafana functions more like the webhooks, and needs to send JSON in its notification body see: ansible#6137
Set up grafana locally and pointed my awx to it, reproduced error on old version, and then updated to newest code that contains fixes and now able to test notifications and confirmed events arrive. Closing. |
I do want to mention there is the remote possibility that we could deploy grafana to k8s like we are doing for some services, and then we would need to integrate w/ grafana API to generate an api key and set up ability to verify the arrival of events. If that were ever to be desired, I estimate it would take several days to figure it all out. |
ISSUE TYPE
SUMMARY
The system is not able to send a notification to Grafana. Every time I receiving "Failed to start". Logs of awx_task container there are logs likes this:
ENVIRONMENT
STEPS TO REPRODUCE
EXPECTED RESULTS
Notification will be send to Grafana
ACTUAL RESULTS
TEST Grafana: Notification failed.
'started'
ADDITIONAL INFORMATION
as above
The text was updated successfully, but these errors were encountered: