Hi everyone, I’m running Grafana inside a Docker container, already installed the Zabbix plugin (PLUGIN) and successfully connected the datasource. However, when adding items to the dashboard I cannot edit query to display data on the panel.
I was on 8.3.1 version inside docker, I made a new container with the 8.2.0 oss version and now it’s working, same 4.2.4 version of the plugin.
Probably something is wrong with the latest version
Roll back to a previous version of Grafana
Unfortunately this is not a good option. I want to keep this in the latest version so that security is up to date. Maybe I have to just wait for the next version if this is fixed in it…
Hi,
I’ve the same problem.
I solved this temporarly in this way:
I’ve created an subfolder “datasource-zabbix” under “/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix” and than a symbolic-link to partials:
ln -s /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/partials partials
Hello, has anyone updated to Grafana 8.3.6 if problem still exist?
I wouldn’t want to change the file structure because a future Grafana update will change this back…