Grafana (in docker) & Zabbix

Hi all,

This is my first time posting here and I am happy to join you all.
I have been using Zabbix for years now (without any problems). It runs on one of my web-servers. Recently, I decided to check out Grafana. Started reading on guides, etc and saw that everything have been already done for - there is a plugin (lexanderzobnin-zabbix-app), which I have to install and then select it from a drop-down menu. So I installed the Grafana docker image like that:
“docker run -d
-p 3000:3000
–name=grafana
-e “GF_INSTALL_PLUGINS=alexanderzobnin-zabbix-app”
grafana/grafana”

I can see the Zabbix plugin into “plugins” - I can enable or disable it. I have restarted the Grafana container. However - the Zabbix plugin does not appear in the Data sources menu.
In the Grafana container, there is a folder with the plugin (so I guess it is installed-plus the fact that i see it in the GUI - just not in the data sources one):
/var/lib/grafana/plugins/alexanderzobnin-zabbix-app

So any help on how to make this work would be appreciated.

Thank you in advance.

zabbix is a grafana unsigned plugin, you must enable “Use unsigned plugins in grafana.ini first”