grafana-zabbix
grafana-zabbix copied to clipboard
Cannot configure in offline mode
Describe the bug Cannot configure on a server without internet access.
Expected behavior Ability to configure offline using Grafana Web Console.
Screenshots
Network data it's not related to metric data visualization
Software versions
Grafana | Zabbix | Grafana-Zabbix Plugin |
---|---|---|
9.0.6 | 5.0.22 | 4.2.9 |
I'm also having this issue. I was able to fix the connection to grafana.com by adding the following to my /etc/default/grafana-server file:
HTTP_PROXY='http://calamar.uwaterloo.ca:3128' HTTPS_PROXY='http://calamar.uwaterloo.ca:3128'
However, I'm still seeing the same as you at the config. The Grafana logs show:
logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-09-02T13:16:31.328560694-04:00 level=info msg="Request Completed" method=GET path=/admin/plugins/alexanderzobnin-zabbix-app status=404 remote_addr=127.0.0.1 time_ms=6 duration=6.952172ms size=36157 referer= traceID=00000000000000000000000000000000 logger=context traceID=00000000000000000000000000000000 userId=1 orgId=1 uname=admin t=2022-09-02T13:17:49.608795743-04:00 level=info msg="Request Completed" method=GET path=/admin/plugins/alexanderzobnin-zabbix-app status=404 remote_addr=127.0.0.1 time_ms=4 duration=4.144741ms size=36157 referer="https://iss-graph.private.uwaterloo.ca/admin/plugins/alexanderzobnin-zabbix-app?page=config" traceID=00000000000000000000000000000000
I figured it out, and I feel silly. @sebelk, I think you will too :)
After enabling the plugin, there's nothing more to do in this screen. You need to go to Configuration > Data sources (instead of Configuration > Plugins) to continue.
@JordanBarnartt Thanks, but that was not the problem. In fact, I had to ask access to internet to configure it...
The plugin page has been stuck on "Loading results," preventing me from enabling Zabbix. Can someone tell me what to do?