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

Make all plugins local #222

Closed
tzach opened this issue Aug 21, 2017 · 3 comments
Closed

Make all plugins local #222

tzach opened this issue Aug 21, 2017 · 3 comments
Assignees
Labels

Comments

@tzach
Copy link
Contributor

tzach commented Aug 21, 2017

Currently, Grafana docker downloads the pie plugin on every ./start-all.sh
A better way is to download the plugin as part of the project (as a submodule?) and upload it to Grafana from a local repo
http://docs.grafana.org/plugins/installation/#installing-plugins-manually

@amnonh
Copy link
Collaborator

amnonh commented Aug 27, 2018

@tzach I think we can close this, we move to a solution where we specify the plugin version

@tzach
Copy link
Contributor Author

tzach commented Nov 1, 2018

Reopen since the original issue is not fixing the version rather avoid the need for external network when using start_all

@asias
Copy link

asias commented Nov 22, 2018

There is no point down load all the time when we start scylla monitor.
I hit the following problem. It failed to start scylla monitor from time to time. It turned out sometimes the docker instance failed to get something from grafana.com.
It is best to avoid any internet access when starting the scylla monitor.

$ sudo ./start-all.sh -v 3.0 -s scylla_servers.hj.yml

aprom
aprom
agraf
aalert
aalert

*****************************************************
* WARNING: You are using the unstable master branch *
* Check the README.md file for the stable releases  *
*****************************************************

Wait for alert manager container to start.7f51dbccf4d85604a62e093bd963f42d10a41c73c081653d0bba6a12246e6543
Wait for Prometheus container to start..944182f9c364027743a16336bb24051febb2495cbcefe065aaeb120dcdf67736
Waiting for Grafana container to start........Error: Grafana container failed to start
$ sudo docker logs 944182f9c364
Failed to send requesterrorGet https://grafana.com/api/plugins/repo/grafana-piechart-panel: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Error: ✗ Failed to send request. error: Get https://grafana.com/api/plugins/repo/grafana-piechart-panel: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
NAME:
   Grafana cli plugins install - install <plugin id> <plugin version (optional)>
USAGE:
   Grafana cli plugins install [arguments...]

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

No branches or pull requests

4 participants