Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fd52d189 authored by JACQUOT Pierre's avatar JACQUOT Pierre
Browse files

[toulouse][montcalm] Remove PSU metrics since we can't monitor them

parent 58f55cc5
No related branches found
No related tags found
1 merge request!630[toulouse][montcalm] Remove PSU metrics since we can't monitor them
Pipeline #908581 passed
...@@ -13,30 +13,6 @@ ...@@ -13,30 +13,6 @@
"protocol": "ipmisensor" "protocol": "ipmisensor"
} }
}, },
{
"description": "Power consumption of Psu 1 reported by BMC, in watt",
"labels": {
"psu": "1"
},
"name": "bmc_psu_power_watt",
"period": 5000,
"source": {
"id": 68,
"protocol": "ipmisensor"
}
},
{
"description": "Power consumption of Psu 2 reported by BMC, in watt",
"labels": {
"psu": "2"
},
"name": "bmc_psu_power_watt",
"period": 5000,
"source": {
"id": 70,
"protocol": "ipmisensor"
}
},
{ {
"description": "Temperature reported by BMC, in celsius", "description": "Temperature reported by BMC, in celsius",
"name": "bmc_ambient_temp_celsius", "name": "bmc_ambient_temp_celsius",
......
...@@ -8,21 +8,27 @@ metrics: ...@@ -8,21 +8,27 @@ metrics:
protocol: ipmisensor protocol: ipmisensor
id: 71 #Power Meter id: 71 #Power Meter
- name: bmc_psu_power_watt # Theses two metrics are not consistently returned by the BMC.
labels: {"psu": "1"} # Sometimes, the BMC returns nothing for theses metrics when queried.
description: Power consumption of Psu 1 reported by BMC, in watt # It causes the test_metrics to fail for montcalm.
period: 5000 # As long we can't find a way to properly retrieve them, they will
source: # stay commented.
protocol: ipmisensor #
id: 68 #PS 1 Input # - name: bmc_psu_power_watt
# labels: {"psu": "1"}
- name: bmc_psu_power_watt # description: Power consumption of Psu 1 reported by BMC, in watt
labels: {"psu": "2"} # period: 5000
description: Power consumption of Psu 2 reported by BMC, in watt # source:
period: 5000 # protocol: ipmisensor
source: # id: 68 #PS 1 Input
protocol: ipmisensor #
id: 70 #PS 2 Input # - name: bmc_psu_power_watt
# labels: {"psu": "2"}
# description: Power consumption of Psu 2 reported by BMC, in watt
# period: 5000
# source:
# protocol: ipmisensor
# id: 70 #PS 2 Input
- name: bmc_ambient_temp_celsius - name: bmc_ambient_temp_celsius
description: Temperature reported by BMC, in celsius description: Temperature reported by BMC, in celsius
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment