mirror of
https://github.com/ClusterCockpit/cc-examples.git
synced 2024-12-28 06:19:05 +01:00
44 lines
788 B
JSON
44 lines
788 B
JSON
{
|
|
"nfs4stat" : {},
|
|
"memstat" : {
|
|
"node_stats": true
|
|
},
|
|
"cpustat" : {},
|
|
"loadavg" : {},
|
|
"lustrestat" : {
|
|
"send_all_metrics" : true,
|
|
"use_sudo": false,
|
|
"send_diff_values": true,
|
|
"send_derived_values": true,
|
|
"send_abs_values": false
|
|
},
|
|
"netstat" : {
|
|
"include_devices" : [
|
|
"enp1s0",
|
|
"enp22s0"
|
|
],
|
|
"send_abs_values": true,
|
|
"send_derived_values": true
|
|
},
|
|
"diskstat" : {},
|
|
"iostat" : {},
|
|
"ibstat" : {
|
|
"send_abs_values": true,
|
|
"send_derived_values": true
|
|
},
|
|
"tempstat" : {
|
|
"tag_override" : {
|
|
"hwmon0" : {
|
|
"type" : "socket",
|
|
"type-id" : "0"
|
|
},
|
|
"hwmon1" : {
|
|
"type" : "socket",
|
|
"type-id" : "1"
|
|
}
|
|
}
|
|
},
|
|
"cpufreq_cpuinfo": {},
|
|
"nfsiostat": {}
|
|
}
|