mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-02-13 06:31:46 +01:00
71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"cpufreq": {},
|
|
"cpufreq_cpuinfo": {},
|
|
"cpustat": {
|
|
"exclude_metrics": [
|
|
"cpu_idle"
|
|
]
|
|
},
|
|
"diskstat": {
|
|
"exclude_metrics": [
|
|
"disk_total"
|
|
],
|
|
"exclude_mounts": [
|
|
"slurm-tmpfs"
|
|
]
|
|
},
|
|
"gpfs": {
|
|
"exclude_filesystem": [
|
|
"test_fs"
|
|
]
|
|
},
|
|
"ibstat": {},
|
|
"loadavg": {
|
|
"exclude_metrics": [
|
|
"proc_total"
|
|
]
|
|
},
|
|
"memstat": {},
|
|
"netstat": {
|
|
"include_devices": [
|
|
"enp5s0"
|
|
],
|
|
"send_derived_values": true
|
|
},
|
|
"numastats": {},
|
|
"nvidia": {},
|
|
"rocm_smi": {
|
|
"exclude_devices": [
|
|
"0",
|
|
"1",
|
|
"0000000:ff:01.0"
|
|
],
|
|
"exclude_metrics": [
|
|
"rocm_mm_util",
|
|
"rocm_temp_vrsoc"
|
|
],
|
|
"use_pci_info_as_type_id": true,
|
|
"add_pci_info_tag": false,
|
|
"add_serial_meta": false
|
|
},
|
|
"schedstat": {
|
|
},
|
|
"tempstat": {
|
|
"report_max_temperature": true,
|
|
"report_critical_temperature": true,
|
|
"tag_override": {
|
|
"hwmon0": {
|
|
"type": "socket",
|
|
"type-id": "0"
|
|
},
|
|
"hwmon1": {
|
|
"type": "socket",
|
|
"type-id": "1"
|
|
}
|
|
}
|
|
},
|
|
"topprocs": {
|
|
"num_procs": 5
|
|
}
|
|
}
|