How to send alerts from Grafana to Zabbix?

  • What Grafana version and what operating system are you using?
    v9.2.2

  • What are you trying to achieve?
    Send alerts generated by Grafana to Zabbix

  • How are you trying to achieve it?
    Configuring alert rules, contact points and notification policies

  • What happened?
    I’m not sure if this is the way to go, and if you need some other layer to run a script

  • What did you expect to happen?
    That the webhook contact point sends the alert data (Json) directly to the zabbix API

  • Can you copy/paste the configuration(s) that you are having problems with?
    No, as they have sensitive data

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    I didn’t get any errors

  • Did you follow any online instructions? If so, what is the URL?
    Configure the webhook notifier for Alerting | Grafana documentation

Zabbix does not have a HTTP Event Receiver on it’s side, and the Grafana’s Webhook notifier needs a HTTP Event Receiver. Then they’re not compatible. You’re gonna need to develop Middleware between both to make it work.