[SOLVED] PVE 6.4 Kernel 5.11 Icinga diskstats Problem

Humbug

Active Member
Nov 14, 2012
31
1
28
Hallo,
nachdem ich auf Kernel 5.11 aktualisiert habe mag icinga keine diskstats via procfs mehr auslesen:

Bash:
perl -MData::Printer -MSys::Statistics::Linux::DiskStats -E'my $lxs = Sys::Statistics::Linux::DiskStats->new; $lxs->init; p $lxs->get;'
Sys::Statistics::Linux::DiskStats: no diskstats found! your system seems not to be compiled with CONFIG_BLK_STATS=y at -e line 1.

Hat jemand ähnliche Probleme (oder gar eine Lösung dafür) ?