qk4l / zabbix-cachet

Python script which sync Zabbix IT Services with Cachet
MIT License
80 stars 32 forks source link

Support Zabbix 5.X #66

Closed fauust closed 3 years ago

fauust commented 3 years ago

Hi! Is there any plan to support Zabbix 5.X versions (maybe it's already the case?).

Also, FYI, it seems that Cachet is now actively maintained on this fork https://github.com/fiveai/Cachet/ and so, I am not sure if zabbix-cachet could work with new releases from that fork?

Cheers!

dR3b commented 3 years ago

I think there were no API changes in Zabbix or Cachet (2.5 - fiveai), so everything works as it should. A quick test confirms that:

CET INFO: (MainThread) Zabbix ver: 5.0.9. Cachet ver: 2.5.0
CET INFO: (MainThread) Successfully synced Cachet components with Zabbix Services
fauust commented 3 years ago

Indeed and I can confirm that it works perfectly with the new fork (Cachet 2.5 version) and also with Zabbix 5.2 versions.

qk4l commented 3 years ago

Thanks for testing, guys!