add: PSU collector (1.7) via ipmitool fru, skips gracefully without IPMI
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user