Hello,
I will maybe try to create a Zabbix extensions for GNOME Shell.
This extension would display an icon on the top bar, showing the worst current trigger severity in Zabbix ; clicking on the icon would open a browser window with the Zabbix frontend.
Is there an API method that would simply return the worst current trigger severity ?
In a second version, I would like to display a list of triggers when clicking on the icon - I think I've already found information I need in the API doc for this part.
If there is no API method to simply get the worst current severity, I will directly switch to this second version - but I may need way more time before I have something working.
(please note I don't promise I will do that : I have never developed GNOME extensions, I need to learn it and can't tell for the moment if I will be able to maintain it)
I will maybe try to create a Zabbix extensions for GNOME Shell.
This extension would display an icon on the top bar, showing the worst current trigger severity in Zabbix ; clicking on the icon would open a browser window with the Zabbix frontend.
Is there an API method that would simply return the worst current trigger severity ?
In a second version, I would like to display a list of triggers when clicking on the icon - I think I've already found information I need in the API doc for this part.
If there is no API method to simply get the worst current severity, I will directly switch to this second version - but I may need way more time before I have something working.
(please note I don't promise I will do that : I have never developed GNOME extensions, I need to learn it and can't tell for the moment if I will be able to maintain it)
Comment