henrygd / beszel

Lightweight server monitoring hub with historical data, docker stats, and alerts.
MIT License
2.86k stars 89 forks source link

Disk IO wrong values #254

Closed Vladislav-Ilcheff closed 2 weeks ago

Vladislav-Ilcheff commented 2 weeks ago

Hello, I have an issue with some Disk IO graphs. To be specific: values of md0 are swapped. At the moment I'm syncing to this array and it should display write not read(see screenshot).

image_2024-11-04_16-47-16

henrygd commented 2 weeks ago

Thanks for pointing this out!

You're absolutely right. I accidentally swapped the read/write labels for extra disk charts during localization updates.

I'll release a patch soon which will correct this and fix the labels for historical data as well.

Vladislav-Ilcheff commented 2 weeks ago

Hah don't worry, sh** happens. Interesting is that additional disks not in array seems fine.

henrygd commented 2 weeks ago

This should be fixed now in 0.7.3 :+1: