denisgolius / zabbix-to-gotify-alert

Gotify Notifications for Zabbix monitoring system
27 stars 5 forks source link

Move to a webhook template mode #2

Open williamdes opened 2 months ago

williamdes commented 2 months ago

I copied the Telegram integration and changed it for Gotify

Please let me know if you agree with this mode, as it is less complex than using a script. Then I can update the README

denisgolius commented 1 month ago

I copied the Telegram integration and changed it for Gotify

Please let me know if you agree with this mode, as it is less complex than using a script. Then I can update the README

From my experience, Zabbix can change their configuration as well as drop support Telegram alerting so users will need to read Zabbix SIA changelog and make changes whenever alerting via script should work anyway 😂 They changed the license for Zabbix 7.x btw, see:

image

As for your changes, you can add a new part of the description here and describe your way, so anyone can choose what to do independently.

williamdes commented 1 month ago

From my experience, Zabbix can change their configuration as well as drop support Telegram alerting

To clear this a bit, they would have to drop the scripting support. And a lot of alerting modules would have to be re-done. So we should be okay 😄

Thanks for the licence info, I did not know about it

As for your changes, you can add a new part of the description here and describe your way, so anyone can choose what to do independently.

Well, I am not sure what to write But mostly it cuts out the script first step and goes directly to creating an alert mode. And you paste the script And you import the YAML template from this PR, this will give you Gotify support image