rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.13k stars 440 forks source link

Modified diskdevice variable to also match SD card of Raspberry Pi #96

Closed JsBergbau closed 2 years ago

JsBergbau commented 2 years ago

Disk in raspberry PI is

NAME        MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
mmcblk0     179:0    0 14.9G  0 disk
├─mmcblk0p1 179:1    0  256M  0 part /boot
└─mmcblk0p2 179:2    0 14.6G  0 part /

so diskdevices variable was updated to match SD-Cards in Rasbperry Pi and so IO information is also displayed for node_exporter running on Raspberry Pi.