Add LenovoDensePower collector

This commit is contained in:
Michael Panzlaff
2026-07-03 16:53:54 +02:00
parent 61570f9ecf
commit 852ff18468
3 changed files with 203 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ var AvailableCollectors = map[string]MetricCollector{
"nfsiostat": new(NfsIOStatCollector),
"slurm_cgroup": new(SlurmCgroupCollector),
"smartmon": new(SmartMonCollector),
"lenovo_dense_power": new(LenovoDensePowerCollector),
}
// Metric collector manager data structure