sdr-enthusiasts / docker-adsb-ultrafeeder

ADSB-Ultrafeeder is an all-in-one ADSB container with readsb, tar1090, graphs1090, autogain, multi-feeder, and mlat-hub built in
GNU General Public License v3.0
188 stars 33 forks source link

[BUG] Ultrafeeder doesn't show the IOPS stats for NVMe disks #22

Closed bslatyer closed 1 year ago

bslatyer commented 1 year ago

Hey team,

I've found a bug in Ultrafeeder where the stats aren't reported for NVMe disks on certain systems.

Here's the problem on graphs1090 using an Intel NUC with an NVMe disk CleanShot_2023-06-23_at_14-14-592x

The /etc/collectd/collectd.conf file doesn't contain Disk "nvme0n1" causing it to fail

When fixed it should look like this

<Plugin "disk">
     Disk "mmcblk0"
     Disk "mmcblk1"
     Disk "sda"
     Disk "hda"
     Disk "nvme0n1"
     IgnoreSelected false
 </Plugin>

It's also been discussed in the SDR Discord https://discord.com/channels/734090820684349521/734090821250580564