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.
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.