add: PSU collector (1.7) via ipmitool fru, skips gracefully without IPMI

This commit is contained in:
2026-03-05 14:54:12 +03:00
parent 55f6098a17
commit e79f972fb5
2 changed files with 131 additions and 1 deletions
+2 -1
View File
@@ -28,8 +28,9 @@ func Run() schema.HardwareIngestRequest {
snap.Memory = collectMemory()
snap.Storage = collectStorage()
snap.PCIeDevices = collectPCIe()
snap.PowerSupplies = collectPSUs()
// remaining collectors added in steps 1.7 1.10
// remaining collectors added in steps 1.8 1.10
slog.Info("audit completed", "duration", time.Since(start).Round(time.Millisecond))