diff --git a/CHANGELOG.md b/CHANGELOG.md index 00ea9ded..a1e1db28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The **patch** part changes is incremented if multiple releases happen the same m * nagios: rename var `nagios_nrpe_process_processes` into `nagios_nrpe_processes` and check systemd-timesyncd instead of ntpd in Debian 12 * proftpd: in SFTP vhost, enable SSH keys login, enable ed25549 host key for Debian >= 11 * bind: Update role for Buster, Bullseye and Bookworm support +* kvmstats: use .capacity instead of .physical for disk size ### Fixed diff --git a/kvm-host/files/kvmstats.sh b/kvm-host/files/kvmstats.sh index 0258b322..d8e27b81 100755 --- a/kvm-host/files/kvmstats.sh +++ b/kvm-host/files/kvmstats.sh @@ -57,7 +57,7 @@ BEGIN { if (!mem) mem = $2 } -/block\.[0-9]+\.physical/ { +/block\.[0-9]+\.capacity/ { disksize += $2 } /state\.state/ {