Grafana - Zabbix trigger acknowledgement problem

Hi,

I am tring to use trigger ack and i get an error message in a box when I hit Acknowledge button: “Zabbix API Error Incorrect arguments passed to function.”

Does somebody have an idea about that ?

Thanks a lot

Hi! Which Zabbix version do you use?

Hi

Zabbix V 3.0.7 and I tried with plugin V 3.3.0 & 3.4.0 with the same message.

Thanks,
Philippe

Can you check network request in browser dev tools (Network tab)? Would be great if you can post here request and response to Zabbix API (event.acknowledge).

Alexander,

I’m a newbie for browser debugging. I use Firefox and I find Firefox Dev Tools. But I don’t know where to find event.acknowledge. Could you help me to find it ?

Thanks

Press F12, go to Network tab, filter requests by XHR, then find zabbix request with “event.acknowledge” param.

Hi,

The request :
[cid:image001.png@01D2EF29.58E0A2A0]
The answer :
[cid:image002.png@01D2EF29.58E0A2A0]

Thanks,
Philippe

Hm, seems, eventid wasn’t passed into params. I’ll try to finf a reason.