Skip to content

Installed but invisible in the panel list  #134

@SunboTax

Description

@SunboTax

Hello,

I've followed steps in the build.md. Every step goes well but when I signed the plugin and move it into the dir /var/lib/grafana/plugins/, this plugin doesn't appear in the front-end website page, even after i restarted the container of grafana.

bfc3fee8f619:/usr/share/grafana$ grafana cli plugins ls
installed plugins:
globalnoc-networkmap-panel @ 1.1.4
satellogic-3d-globe-panel @ 0.1.1
flaminggoat-maptrack3d-panel @ 0.1.9
bfc3fee8f619:/var/lib/grafana/plugins/globalnoc-networkmap-panel$ cat plugin.json
{
  "type": "panel",
  "name": "Network Map",
  "id": "globalnoc-networkmap-panel",

  "info": {
    "description": "GlobalNOC Network Map Grafana Plugin",
    "author": {
      "name": "GlobalNOC",
      "url": "http://globalnoc.iu.edu"
    },
    "keywords": ["network-map", "map", "network"],
    "links": [
        {"name": "Github", "url": "https://github.com/GlobalNOC/globalnoc-networkmap-panel"},
        {"name": "Apache License", "url": "https://raw.githubusercontent.com/globalnoc/globalnoc-networkmap-panel/master/LICENSE"}
    ],
    "version": "1.1.4",
    "updated": "2019-09-03"
  },

  "dependencies": {
    "grafanaVersion": "3.x.x",
    "plugins": [ ]
  }
}

image

Any hint, advice or solution would be greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions