Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f18a9998 authored by simfu's avatar simfu
Browse files

[grenoble] Enable drac's bmc_gpu_power metric by default

parent d01b87e4
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,15 @@
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption of GPU reported by BMC, in watt",
"name": "bmc_gpu_power_watt",
"period": 5000,
"source": {
"id": 213,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of CPU Diode 1 reported by BMC, in celsius",
"labels": {
......@@ -616,16 +625,6 @@
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption of GPU reported by BMC, in watt",
"name": "bmc_gpu_power_watt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 213,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of GPU 1 reported by BMC, in celsius",
"labels": {
......
......@@ -16,6 +16,13 @@ metrics:
protocol: ipmisensor
id: 212 #System Power
- name: bmc_gpu_power_watt
description: Power consumption of GPU reported by BMC, in watt
period: 5000
source:
protocol: ipmisensor
id: 213 #GPU Power
- name: bmc_other_temp_celsius
description: Temperature of CPU Diode 1 reported by BMC, in celsius
labels: {"id": "cpu_diode_1"}
......@@ -429,14 +436,6 @@ metrics:
protocol: ipmisensor
id: 211 #PCIE Proc1 Power
- name: bmc_gpu_power_watt
description: Power consumption of GPU reported by BMC, in watt
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 213 #GPU Power
- name: bmc_gpu_temp_celsius
description: Temperature of GPU 1 reported by BMC, in celsius
labels: {"gpu": "1"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment