Skip to content
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

Installed but invisible in the panel list #134

Open
SunboTax opened this issue May 17, 2024 · 0 comments
Open

Installed but invisible in the panel list #134

SunboTax opened this issue May 17, 2024 · 0 comments

Comments

@SunboTax
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant