Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bslatyer opened this issue Jun 23, 2023 · 0 comments
Closed

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

bslatyer opened this issue Jun 23, 2023 · 0 comments

Comments

@bslatyer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant