Move example configurations and update docs. Fixed #150

This commit is contained in:
Thomas Roehl
2025-10-20 17:11:13 +02:00
parent 6243203880
commit ce9e21c48e
6 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,41 @@
{
"cpufreq": {},
"cpufreq_cpuinfo": {},
"gpfs": {
"exclude_filesystem": [
"test_fs"
]
},
"ibstat": {},
"loadavg": {
"exclude_metrics": [
"proc_total"
]
},
"memstat": {},
"netstat": {
"include_devices": [
"enp5s0"
],
"send_derived_values": true
},
"numastats": {},
"nvidia": {},
"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
}
}