I'm trying to get alerting working on nabox 3.5 and have hit a few issues.
- the nabox email settings UI forces password entry as per attached when credentials are not required in many instances.
Editing the HTML to delete the required tag resolved this issue for me.
- I cannot get firing Prometheus alerts to trigger notifications but Grafana alerts work fine.
The logs show entries like:
grafana | logger=ngalert.sender.router rule_uid=a398aec6-b41f-4629-b775-70cb3c1327d6 org_id=1 t=2024-03-15T05
05.031707624Z level=info msg="Sending alerts to local notifier" count=1
but nothing happens.
Any ideas on how to track down the rootcause?