Ad Widget

Collapse

Installing plugin within Docker Compose help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • G0nz0uk
    Member
    • Apr 2021
    • 46

    #1

    Installing plugin within Docker Compose help

    Hello,

    I'm trying to add the Zabbix plugin to Grafana, but it doesn't appear to be working, but other plugins are fine. Can you see anything wrong with this?

    Pluging - https://grafana.com/grafana/plugins/...in-zabbix-app/

    My conf.env file

    Code:
    GF_INSTALL_PLUGINS=alexanderzobnin-zabbix-app
    GF_INSTALL_PLUGINS=grafana-clock-panel
    GF_INSTALL_PLUGINS=marcusolsson-csv-datasource
    GF_SERVER_PROTOCOL=https
    The other 2 plugins load and work, but the Zabbix one doesn't seem to appear under plugins or datasources.

    Any ideas?
Working...