Added ZFS state metrics
Build Docker image on push / docker (push) Successful in 23s
Build and push Docker image on tag / docker (push) Successful in 23s

This commit is contained in:
2026-08-17 22:08:57 +02:00
parent f8f9e0c852
commit ba88e5997a
9 changed files with 363 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@ type PveMetricsConfiguration struct {
LXC bool `yaml:"lxc"` // Enables LXC container metrics collection.
QEMU bool `yaml:"qemu"` // Enable QEMU virtual machine metrics collection.
Disk bool `yaml:"disk"` // Enable physical disk metrics collection.
ZFS bool `yaml:"zfs"` // Enable node ZFS pool metrics collection.
Storage bool `yaml:"storage"` // Enable node storage metrics collection.
NodeStatus bool `yaml:"nodeStatus"` // Enable node status metrics collection.
Subscription bool `yaml:"subscription"` // Enable node subscription detail collection.