Closed jacksonsystems closed 1 year ago
Add: the plugin does not appear under Data Sources.
Any Ideas? Thanks
I've run into the same issue, but I've been using this plugin for a few years now and seems to be a problem with the 4.0.1 update. After the update the Zabbix datasource that I already had setup now throws an error saying that the plugin doesn't exist. This was present when running Grafana version 7.2.1 and Zabbix 5.0.4. I've had to roll back my versions Grafana and the plugin in order to get it working.
This is due to #1075
This is due to #1075
I had looked into that possibility, but in the new version it was showing up as signed where as the working version is unsigned but still working.
Same here, Zabbix 5.0.4 with Grafana 7.2.1 and the Plugin 4.0.1 - the datasource ’Zabbix’ is not showing up. Any suggestions ?
Edit: @SettonRA what version worked in your case ?
What you're seeing is that alexanderzobnin-zabbix-app
is signed, but alexanderzobnin-zabbix-datasource
is not. One of the other threads suggests whitelisting alexanderzobnin-zabbix-datasource
.
Can you please link the thread ? No idea how to whitelist a plugin/datasource
Ok got it, just add allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
to the grafana.ini
Edit: @SettonRA what version worked in your case ?
Been using version 3.12.4 you can install with grafana-cli plugins install alexanderzobnin-zabbix-app 3.12.4
However I did figure out why the ini changes didn't work for me. Looking in the /admin/settings noticed it wasn't picking up the config change. It was because it wasn't under the [plugins] section of my config. My config didn't have that section. Once I added one then it started working.
OK I have the latest versions of Grafana and the Zabbix plugin? So I need to enable third party plugins in my config file?
Thanks
On Mon, 19 Oct 2020 at 17:51, SettonRA notifications@github.com wrote:
Edit: @SettonRA https://github.com/SettonRA what version worked in your case ?
Been using version 3.12.4 you can install with grafana-cli plugins install alexanderzobnin-zabbix-app 3.12.4
However I did figure out why the ini changes didn't work for me. Looking in the /admin/settings noticed it wasn't picking up the config change. It was because it wasn't under the [plugins] section of my config. My config didn't have that section. Once I added one then it started working.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/alexanderzobnin/grafana-zabbix/issues/1076#issuecomment-712295658, or unsubscribe https://github.com/notifications/unsubscribe-auth/AML4PJA26C5ZJTQPZIDRMN3SLRU7ZANCNFSM4SQKKUCQ .
--
Got Facebook? Check out my other business: Cleveland Audio.
https://www.facebook.com/clevelandaudiohull/
Many Thanks
Kind Regards,
Chris Jackson
Email: support@jacksonsystems.co.uk
Website: www.jacksonsystems.co.uk
Office Phone: 01482 935101
Business IT Services:
-
VoIP / Communications Services
OK I have the latest versions of Grafana and the Zabbix plugin? So I need to enable third party plugins in my config file? Thanks
Just add this to your grafana.ini file:
[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
If you don't have a [plugins] section already then just add it to the bottom.
Hi
I have installed the latest version of Grafana and have download and enabled the Zabbix plugin using the command in the readme,
The plugin gives me two options under plugins, Update, and Remove. Nothing else.
Wondering if I have missed something?
Thanks