VeeamHub / grafana

Grafana dashboard for Veeam solutions
MIT License
60 stars 21 forks source link

Panel plugin not found: grafana-worldmap-panel #4

Closed ericlaiys closed 4 years ago

ericlaiys commented 4 years ago

Import the json into grafana 7.01

Error message displayed "Panel plugin not found: grafana-worldmap-panel" and "Panel plugin not found: grafana-piechart-panel"

Tested on VB for Azure

jorgedlcruz commented 4 years ago

Hello, You will need to install both plugins on your Linux system with Grafana run the next grafana-cli plugins install grafana-worldmap-panel grafana-cli plugins install grafana-piechart-panel service grafana-server restart

ericlaiys commented 4 years ago

sorry. found the problem. need to download an additional plugin

ericlaiys commented 4 years ago

grafana-cli plugins install grafana-piechart-panel

Got it. Thanks