We use icingaweb2 with the Grafana module which works great. I wanted to use Grafana alerts to trigger a passive Icinga check, however, it does not appear an icinga notification channel exists. Has anyone found a solution to this ?
Possible options to my knowledge:
get notification from Icinga using Grafana api
2)some grafana webhook conversion tool to convert Grafana json data into icinga format.
You could build some middleware to receive the webhook grafana does support and hit the icinga2 API or submit a passive check result? The PR itself may offer some direction on how to build something; it just incorporates that into grafana itself and uses some helper methods from that API. Icinga2 already supports it.