rfmoz / grafana-dashboards

Grafana dashboards
Apache License 2.0
1.1k stars 438 forks source link

reboot detection issue #126

Open checkmate777 opened 1 year ago

checkmate777 commented 1 year ago

Issue: Reboots are indicated in graphs, although no reboots took place

I'm running dietpi on an RPi with node-exporter. For this particular node, reboot indication in graphs is not working. Reboots are indicated in graphs, although no reboots took place. Confirmed the same through logs.

image

It seems dietpi implements a lean logging mechanism that regularly cleans up the logs. Either node-exporter or the dashboard misinterprets this behaviour. Any thoughts on that?