mjaepel / ZbxWallboard

Wallboard with active triggers/problems of Zabbix Monitoring
19 stars 10 forks source link

Acknowledge text not appearing #1

Closed reginfo closed 6 years ago

reginfo commented 6 years ago

Hi,

When I try to acknowledge a problem with some text it`s not appearing. capture

mjaepel commented 6 years ago

Which Zabbix Version do you use? Seems to be related to the known issue with acks on Zabbix >= 4.0.

I prepared it for 4.0, so it sends an api param that doesn't exists in < 4.0.

reginfo commented 6 years ago

I`m using Zabbix 4.0.0.

mjaepel commented 6 years ago

Fixed in 8fcf7341c53931e0b98c582f41506a00a71142ca

There was only the wrong action used. All known acknowledge issues with Zabbix 4.0 solved by this change. I am unsure what happens with Versions < 4.0 now. I will test it later.

mjaepel commented 6 years ago

Compatibility for version < 4.0 added in e264003fde487f920e4b830412d4c23dfe14cfe1 All done. :)

reginfo commented 6 years ago

Thanks! It works!