Solution: Install zabbix plug-in in Grafana7.x version, add data source cannot be found

1. Problem description

After installing the zabbix plugin, enable
Insert picture description here
it in Plugins and then add the data source, you will find that zabbix cannot be found
Insert picture description here

2. Solution

Modify the configuration of grafana to allow the zabbix plugin configuration to
find the " ;allow_loading_unsigned_plugins = " item, delete " ; " and add " alexanderzobnin-zabbix-datasource "

vim /etc/grafana/grafana.ini
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource

Restart the grafana service

systemctl restart grafana-server

Reopen the grafana page, add the data source, you can find the zabbix source
Insert picture description here

Guess you like

Origin blog.csdn.net/u013956462/article/details/108616739