mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-03-10 10:37:29 +01:00
Add SmartMonCollector to CollectorManager
This commit is contained in:
committed by
Holger Obermaier
parent
60b5cbe5bf
commit
337419943c
@@ -48,6 +48,7 @@ var AvailableCollectors = map[string]MetricCollector{
|
||||
"schedstat": new(SchedstatCollector),
|
||||
"nfsiostat": new(NfsIOStatCollector),
|
||||
"slurm_cgroup": new(SlurmCgroupCollector),
|
||||
"smartmon": new(SmartMonCollector),
|
||||
}
|
||||
|
||||
// Metric collector manager data structure
|
||||
|
||||
Reference in New Issue
Block a user