mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2024-11-10 04:27:25 +01:00
29 lines
546 B
JSON
29 lines
546 B
JSON
{
|
|
"cpufreq": {},
|
|
"cpufreq_cpuinfo": {},
|
|
"gpfs": {
|
|
"exclude_filesystem": [
|
|
"test_fs"
|
|
]
|
|
},
|
|
"ibstat": {},
|
|
"loadavg": {
|
|
"exclude_metrics": [
|
|
"proc_total"
|
|
]
|
|
},
|
|
"numastats": {},
|
|
"nvidia": {},
|
|
"tempstat": {
|
|
"tag_override": {
|
|
"hwmon0": {
|
|
"type": "socket",
|
|
"type-id": "0"
|
|
},
|
|
"hwmon1": {
|
|
"type": "socket",
|
|
"type-id": "1"
|
|
}
|
|
}
|
|
}
|
|
} |