Update GitHub actions

This commit is contained in:
Holger Obermaier
2022-01-24 15:55:15 +01:00
parent 8d314ecb19
commit 7953629940
2 changed files with 17 additions and 11 deletions

View File

@@ -21,7 +21,10 @@
"topprocs",
"nvidia",
"diskstat",
"ipmistat"
"ipmistat",
"gpfs",
"cpufreq",
"cpufreq_cpuinfo"
],
"default_tags": {
"cluster": "testcluster"
@@ -30,20 +33,20 @@
"type": "none"
},
"collect_config": {
"topprocs" : {
"topprocs": {
"num_procs": 2
},
},
"tempstat": {
"tag_override": {
"hwmon0" : {
"type" : "socket",
"type-id" : "0"
"hwmon0": {
"type": "socket",
"type-id": "0"
},
"hwmon1" : {
"type" : "socket",
"type-id" : "1"
"hwmon1": {
"type": "socket",
"type-id": "1"
}
}
}
}
}
}