cloudspout / cloudspout-button-panel

Grafana panel to integrate with any kind of HTTP/REST API
MIT License
50 stars 35 forks source link

Get "Panel plugin not found: cloudspout-button-panel" error when use unpack zip file way #14

Closed SDUmzg closed 3 years ago

SDUmzg commented 3 years ago

I download the .zip file and unpack it into grafana plugins directory(*/grafana/data/plugins). But get "Panel plugin not found: cloudspout-button-panel" error. Here my code in Dockerfile

RUN wget -O cloudspout-button-panel.zip 'http://***/cloudspout-button-panel.zip'
RUN unzip cloudspout-button-panel.zip -d ./data/plugins
RUN rm -rf cloudspout-button-panel.zip

Grafana version is 6.3.6