I installed Grafana 10.2.0 on a RHEL9 using the instructions of the official documentaton. After that I installed the alexanderzobnin plugin, using the instructions of this link: Zabbix plugin for Grafana | Grafana Labs.
This is the status of the server:
Tue Nov 07 16:13 root@pxl1cfg00013:grafana [0] # systemctl status grafana-server
● grafana-server.service - Grafana instance
Loaded: loaded (/usr/lib/systemd/system/grafana-server.service; enabled; preset: disabled)
Active: active (running) since Tue 2023-11-07 16:13:09 -03; 1min 5s ago
Docs: http://docs.grafana.org
Main PID: 580065 (grafana)
Tasks: 23
Memory: 109.7M
CPU: 3.365s
CGroup: /system.slice/grafana-server.service
├─580065 /usr/share/grafana/bin/grafana server --config=/etc/grafana/grafana.ini --pidfile=/var/run/grafana/grafana-server>
└─580076 /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/gpx_zabbix-plugin_linux_amd64
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=ngalert.state.manager t=2023-11-07T16:13:09.451383608-03:00>
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=ngalert.scheduler t=2023-11-07T16:13:09.451499874-03:00 lev>
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=ticker t=2023-11-07T16:13:09.451576227-03:00 level=info msg>
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=ngalert.multiorg.alertmanager t=2023-11-07T16:13:09.4515624>
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=ngalert.migration t=2023-11-07T16:13:09.457528197-03:00 lev>
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=ngalert.migration t=2023-11-07T16:13:09.457900853-03:00 lev>
Nov 07 16:13:09 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=grafana.update.checker t=2023-11-07T16:13:09.766947959-03:0>
Nov 07 16:13:10 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=context userId=1 orgId=1 uname=admin t=2023-11-07T16:13:10.>
Nov 07 16:13:22 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=context userId=1 orgId=1 uname=admin t=2023-11-07T16:13:22.>
Nov 07 16:13:22 pxl1cfg00013.dispositivos.bb.com.br grafana[580065]: logger=context userId=1 orgId=1 uname=admin t=2023-11-07T16:13:22.
After install the plugin I modified the grafana.ini file to permit unsigned plugins:
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
I proceed to the console to activate the plugin and start the configuration. But when I open the plugin tab on the adminstration section the page under the search bar only show “Loading results” and nothing is load.
I verified the Grafana directory tree permissions and authorization and all is like described in the documentation. I can´t continue with the configuration because I can’t find the plugin to activate.
If anyone can help i appreciate.