Ad Widget

Collapse

Zabbix plugin for Grafana

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • alexanderzobnin
    Junior Member
    • Jul 2015
    • 23

    #61
    Have you seen zabbix directory in /var/lib/grafana/data/plugins ? If no, remove plugin using grafana-cli and try to use implicit plugin dir option:
    --pluginsDir "/var/lib/grafana/data/plugins"

    Comment

    • adamdcorus
      Junior Member
      • May 2016
      • 11

      #62
      That is apparently not a valid usage. I've tried numerous re-workings of where to put that parameter in the command and it always returns this:

      HTML Code:
      grafana-cli plugins install alexanderzobnin-zabbix-app --pluginsDir '/var/lib/grafana/data/plugins/'
      Incorrect Usage.
      
      NAME:
         Grafana cli plugins install - install <plugin id> <plugin version (optional)>
      
      USAGE:
         Grafana cli plugins install [arguments...]
      Why is this so different on this server? We have the latest install of Grafana in place.

      ad

      Comment

      • adamdcorus
        Junior Member
        • May 2016
        • 11

        #63
        Update:

        I figured it out

        We installed Grafana a while ago. At that time it used /var/lib/grafana/data/plugins as the plugins directory.

        I edited the grafana.ini file to modify that to remove "/data" from that path.

        Restarted grafana

        Reinstalled the plugin
        Restarted grafana again

        Now the plugin appears, and Zabbix again appears as a data source.

        Thanks for your help. This is a great plugin. The effort is worth it.

        ad

        Comment

        • alexanderzobnin
          Junior Member
          • Jul 2015
          • 23

          #64
          That's great!

          Comment

          Working...