rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.17k stars 445 forks source link

Disk Space Used doesn't list all mounted drives #81

Closed pieterhelsen closed 3 years ago

pieterhelsen commented 3 years ago

First off, this is such a great Dashboard. As a total noob to both Prometheus and Grafana, I got all of this setup in under 30 minutes. One of the things I would like to do is list the disk space for all my drives.

While Disk Ops lists all drives: image

Disk Usage only lists /boot/efi and / image

Most likely something on my end, could it be permission related? 🤔

pieterhelsen commented 3 years ago

I've found these options in /etc/default/prometheus-node-exporter:

Changing these to

Sufficed to get it up and running for my use case :)