-
Notifications
You must be signed in to change notification settings - Fork 6
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
Restore grafana dashboard #45
Conversation
… does not get ignored again
Argh, good catch - you are absolutely right! Can you please also add https://grafana.com/api/dashboards/1860/revisions/37/download as |
Hey, Added the other dashboard too. Looked into it. It seems that the node-exporter is down and so the dashboard does not get any data. In grafana it says:
I guess the error output is coming from the node-exporter. PS: Here's some system information if needed. If you need more, I'm glad to help.
|
Strange, I strictly follow the docs from node_exporter here regarding the services:
node_exporter:
image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter
command:
- '--path.rootfs=/host'
network_mode: host
pid: host
restart: unless-stopped
volumes:
- '/:/host:ro,rslave' # <<<<<<<<<< There has been exactly the same question at node_exporter: prometheus/node_exporter#2002 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing the .gitignore and re-adding the dashboards!
I would say we can merge this as-is, for most of the users both dashboards should work. I hope you can fix you concrete problem, maybe with the help of the linked issue. If not, you can also give the docker-compose without the volume a try.
Hey!
Thanks for the server. Pretty fun!
While playing around a bit I noticed that the grafana dashboard got deleted. Probably because the folder got moved and the addition of
pixelflut/
in the.gitignore
.Just restored the dashboard and modified the gitignore such that it doesn't happen again.
Cheers