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

grafana notes #2

Open
BradleyA opened this issue Nov 20, 2018 · 0 comments
Open

grafana notes #2

BradleyA opened this issue Nov 20, 2018 · 0 comments
Assignees
Labels

Comments

@BradleyA
Copy link
Owner

BradleyA commented Nov 20, 2018

vi prometheus.yml
unset DOCKER_CONTENT_TRUST
docker build -t prometheus/cluster-local .
docker run -p 9090:9090 --restart=always --name prometheus-rpi -d prometheus/cluster-local
sudo ufw allow from 192.168.1.0/24 to any port 30000   
docker run   -d   -p 30000:3000  --restart=always  --name=grafana  grafana/grafana
http://192.168.1.203:30000/login
admin/admin

https://grafana.com/dashboards
sudo ufw allow from 192.168.1.0/24 to any port 9093
setup data source

@BradleyA BradleyA added the needs investigation What? How? label Nov 20, 2018
@BradleyA BradleyA self-assigned this Nov 20, 2018
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

1 participant