-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM version of alexanderzobnin-zabbix-app not available #1028
Comments
Yes, ARM build is not included in the bundle. I'll try to add it in the next release. |
thanks Alexander! And thanks for making and maintaining this nice plugin! |
When is the next release? |
+1 - Thank you.. |
And: if there are instructions somewhere perhaps I can help in generating the ARM version? |
+1 |
+1 |
Meanwhile, I could get the yarn build step done successfully on my pi4, after several modifications to the source files - these mainly relate to compatibilty problems with the node module versions available for the pi. I'm now trying to get the golang toolchain running on my pi4 so hopefully I will be able to recreate the final plugin using the makefile. |
I could now successfully create the plugin for linux_arm for the pi4 using |
Nice work @milprog ! |
...for your convenience, find attached the finished plugin - maybe it will suffice to copy that one to the grafana plugin directory without going through the entire pain of building it again. |
Thanks a lot for the complied plugin file! Indeed I can manage to install a plugin manually. Compiling is another thing... |
Hi LazyLama
Before doing the command line install, I first had to modify /etc/grafana/grafana.ini:
plugins = /var/lib/grafana/plugins
[plugins]
allow_loading_unsigned_plugins = alexanderzobnin-zabbix-datasource
My grafana was installed from /etc/apt/sources.list.d/grafana.list containing
deb https://packages.grafana.com/oss/deb stable main
Then I first installed the plugin. Then the plugin appears in the grafana frontend, but it cannot be configured. During startup of grafana, I got the message that the plugin file is missing (including the path to the missing file "zabbix-plugin_linux_arm").
After copying the compiled plugin to this location, everything now seems to work.
However, I currently do not use the panels provided by the plugin. I merely use the plugin to configure zabbix as data sources for my own grafana panels.
Best regards
Marcel
>> LazyLama ***@***.***> 10.10.2020 08:12 >>>
Hi milprog,
I'm not really sure how to get this to work. This is what I tried so far.
```
grafana-cli plugins install alexanderzobnin-zabbix-app
wget https://github.com/alexanderzobnin/grafana-zabbix/files/5340546/zabbix-plugin_linux_arm.zip
unzip zabbix-plugin_linux_arm.zip
cp zabbix-plugin_linux_arm /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/
service grafana-server restart
```
Then via the browser I installed the zabbix plugin, then created the datasource and got a plugin not available error.
Grafana logs show this, which I have no clue.
t=2020-10-10T01:57:50-0400 lvl=info msg="Request Completed" logger=context userId=1 orgId=1 uname=admin method=POST path=/api/datasources/1/resources/zabbix-api status=503 remote_addr=10.0.0.190 time_ms=113
size=32 referer=http://10.0.0.250:3000/datasources/edit/1/
I verified the zabbix service is running.
Any help would be much appreciated.
…--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
#1028 (comment)
|
Hi Milprog, |
+1 - I updated from 3.10.5 to 4.0.1 and the plugin stopped working. |
Somehow it still not working for me. I'm not sure what I am doing wrong... :( |
Hi, ls and Mainfest file: bash-5.0$ cat MANIFEST.txt -----BEGIN PGP SIGNED MESSAGE----- { wqAEARMKAAYFAl+ulw0ACgkQfk0ManCIZucdMgIHRA3yOXKIZI/lzYnHtcFr |
|
@flashbyte @softxiang I put the plugin in a separate file see my post from oct 14 above, the file is https://github.com/alexanderzobnin/grafana-zabbix/files/5340546/zabbix-plugin_linux_arm.zip mostly because this is still experimental; especially I had to change quite a few things to make it compile. The whole thing depends heavily of the versions installed. |
can i use it for arm64? |
I've just made a build, you can test it out (it contains ARMv6 and ARM64 binaries): |
@alexanderzobnin I installed the plugin from this package and it works.
|
thank you |
Describe the bug
When the plugin is loading on a Raspberry Pi I get the error:
t=2020-08-27T15:38:41+0200 lvl=eror msg="Failed to start plugin" logger=plugins.backend pluginId=alexanderzobnin-zabbix-datasource error="fork/exec /var/lib/grafana/plugins/alexanderzobnin-zabbix-app/zabbix-plugin_linux_arm: no such file or directory"
Expected behavior
an ARM version of th eplugin must be available.
Software versions
Grafana v7.1.5 running inside Home Assistant hass.io
Grafana-Zabbix plugin
Full log:
The text was updated successfully, but these errors were encountered: