Hello,
I am experiencing a problem with Grafana OnCall (OSS Hobby version running with docker-compose), where demo alerts are not appearing in the “Alert Groups” despite successful messages. I have successfully set up the system and can access the Grafana OnCall interface. Integrations have been created, including a basic webhook integration with the following HTTP endpoint: https://grafana-oncall.example.com/integrations/v1/grafana_alerting/xxxxxxxx/
. Below this endpoint, it prompts to “send a demo alert.” When I send a demo alert, I receive a success confirmation saying, “Demo alert was generated. Find it on the ‘Alert Groups’ page and make sure it didn’t freak out your colleagues ”. However, no alert shows up in the Alert Groups.
This feature works as expected in the cloud version of Grafana OnCall, but not in my OSS hobby setup. Interestingly, demo alerts functioned correctly in my setup a week ago. Since then, I have made some changes and attempted to revert to my original configuration by deleting and redoing everything, yet the issue persists.
Key Points:
- Configuration appears correct, and I can access the Oncall interface on my Grafana.
- Sending a demo alert confirms success, but alerts do not appear in Alert Groups.
- The same process works without issues on the Grafana OnCall cloud version.
- Logs do not show any errors when sending demo alerts.
- This functionality worked once before I made changes to the setup.
I’m stumped as to why demo alerts are not working and would greatly appreciate any assistance or insights from the community. Is there something I might be missing, or are there specific logs or configurations I should double-check?
Thank you in advance for your help!