I want receive two separate host alarms

Hello, I’d appreciate it if you could help me.

Currently connected using grafana zabix plug-in.

I want to get an alarm for each host.
However, if the cpu of hosts 10.0.0.119 and 10.0.0.20 are alarmed at the same time, the alarm only occurs one of the two alarms.
The alarm template is using default title, default messagesage.

If the alarm is generated at the same time, I would like to receive two separate host alarms.

Please help me


image (3)


I’d try a few things in your case.

First try change your labels to the full information of the Item. The Grafana-Zabbix plug-in ASFAIK will output to the alert only the full metric name from the query, not the hostname or the item name. So try to add the “CPU utilization to the end of the host label”.

Second, don’t use match all regex “/.*/” and create one query for each host. Grafana alerting works with queries and keep it summarized on the query scope.

Third… don’t use Grafana Alerting at all… If you already got Zabbix with your monitoring of the metrics, the Zabbix Triggers and Actions for messaging will be quite more organized and powerful than letting Grafana Alerting handle it.

Hope it helps.

1 Like

Oh, thank you for your kind reply.

1 Like