grafana / grafana-zabbix

Zabbix plugin for Grafana dashboard
http://play.grafana-zabbix.org
Apache License 2.0
2.07k stars 458 forks source link

Fetch error: 404 Not Found Instantiating #1663

Open Jalabadze1 opened 1 year ago

Jalabadze1 commented 1 year ago

Hello, I have find out new issue about Zabbix Plugin for grafana

Zabbix Plugin Version: 4.3.1 Grafana Version: 10.0.3

I am getting following error:

Error: Fetch error: 404 Not Found Instantiating http://localhost:3000/public/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/module.js Loading plugins/alexanderzobnin-zabbix-app/datasource-zabbix/module

aaujon commented 1 year ago

Hello, I'm facing the same issue migration from 4.2.10 to 4.4.0. Error in the log is : logger=context userId=1 orgId=1 uname=admin t=2023-08-24T10:12:28.814241645+02:00 level=error msg="Plugin file not found" error="open /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/datasource-zabbix/img/icn-zabbix-datasource.svg: no such file or directory" traceID=

An very ugly fix :

cd /var/lib/grafana/plugins/alexanderzobnin-zabbix-app
cp -r datasource/ datasource-zabbix
/var/lib/grafana/plugins/alexanderzobnin-zabbix-app
chown grafana: -R datasource-zabbix/

looks like something hasn't been renamed, rename has been introduced in e3e896742bfd3f39a5ddce151cf39b2c5416c365

Thanks