Mentions légales du service

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

[lyon][hydra] describe BMC metrics

parent c0277593
No related branches found
No related tags found
1 merge request!994Hydra
Pipeline #1110710 passed
...@@ -5,6 +5,175 @@ ...@@ -5,6 +5,175 @@
"kavlan": true, "kavlan": true,
"manufactured_at": "2024-02-15", "manufactured_at": "2024-02-15",
"metrics": [ "metrics": [
{
"description": "Temperature of Inlet_0 reported by BMC, in celsius",
"labels": {
"id": "inlet_0"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 1,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of Inlet_1 reported by BMC, in celsius",
"labels": {
"id": "inlet_1"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 2,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of MB_0 reported by BMC, in celsius",
"labels": {
"id": "mb_0"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 3,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of MB_1 reported by BMC, in celsius",
"labels": {
"id": "mb_1"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 4,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of outlet reported by BMC, in celsius",
"labels": {
"id": "outlet"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 5,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of SCM reported by BMC, in celsius",
"labels": {
"id": "scm"
},
"name": "bmc_other_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 6,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of Psu 0 reported by BMC, in celsius",
"labels": {
"psu": "0"
},
"name": "bmc_psu_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 7,
"protocol": "ipmisensor"
}
},
{
"description": "Temperature of Psu 1 reported by BMC, in celsius",
"labels": {
"psu": "1"
},
"name": "bmc_psu_temp_celsius",
"optional_period": 5000,
"period": 0,
"source": {
"id": 8,
"protocol": "ipmisensor"
}
},
{
"description": "Voltage of P12V_STB reported by BMC, in volt",
"labels": {
"id": "p12v_stb"
},
"name": "bmc_other_voltage_volt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 29,
"protocol": "ipmisensor"
}
},
{
"description": "Voltage of P5V_STB reported by BMC, in volt",
"labels": {
"id": "p5v_stb"
},
"name": "bmc_other_voltage_volt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 30,
"protocol": "ipmisensor"
}
},
{
"description": "Voltage of P3V_BAT reported by BMC, in volt",
"labels": {
"id": "p3v_bat"
},
"name": "bmc_other_voltage_volt",
"optional_period": 5000,
"period": 0,
"source": {
"id": 34,
"protocol": "ipmisensor"
}
},
{
"description": "Usage of BMC_CPU_Util reported by BMC, in percent",
"labels": {
"id": "bmc_cpu_util"
},
"name": "bmc_other_usage_percent",
"optional_period": 5000,
"period": 0,
"source": {
"id": 78,
"protocol": "ipmisensor"
}
},
{
"description": "Usage of BMC_MEM_Util reported by BMC, in percent",
"labels": {
"id": "bmc_mem_util"
},
"name": "bmc_other_usage_percent",
"optional_period": 5000,
"period": 0,
"source": {
"id": 79,
"protocol": "ipmisensor"
}
},
{ {
"description": "Default subset of metrics from Prometheus Node Exporter", "description": "Default subset of metrics from Prometheus Node Exporter",
"name": "prom_default_metrics", "name": "prom_default_metrics",
......
--- ---
metrics: metrics:
- name: bmc_other_temp_celsius
labels: {"id": "inlet_0"}
description: Temperature of Inlet_0 reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 1 #Temp_Inlet_0
- name: bmc_other_temp_celsius
labels: {"id": "inlet_1"}
description: Temperature of Inlet_1 reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 2 #Temp_Inlet_1
- name: bmc_other_temp_celsius
labels: {"id": "mb_0"}
description: Temperature of MB_0 reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 3 #Temp_MB_0
- name: bmc_other_temp_celsius
labels: {"id": "mb_1"}
description: Temperature of MB_1 reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 4 #Temp_MB_1
- name: bmc_other_temp_celsius
labels: {"id": "outlet"}
description: Temperature of outlet reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 5 #Temp_outlet
- name: bmc_other_temp_celsius
labels: {"id": "scm"}
description: Temperature of SCM reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 6 #Temp_SCM
- name: bmc_psu_temp_celsius
labels: {"psu": "0"}
description: Temperature of Psu 0 reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 7 #Temp_PSU0
- name: bmc_psu_temp_celsius
labels: {"psu": "1"}
description: Temperature of Psu 1 reported by BMC, in celsius
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 8 #Temp_PSU1
- name: bmc_other_voltage_volt
labels: {"id": "p12v_stb"}
description: Voltage of P12V_STB reported by BMC, in volt
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 29 #Volt_P12V_STB
- name: bmc_other_voltage_volt
labels: {"id": "p5v_stb"}
description: Voltage of P5V_STB reported by BMC, in volt
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 30 #Volt_P5V_STB
- name: bmc_other_voltage_volt
labels: {"id": "p3v_bat"}
description: Voltage of P3V_BAT reported by BMC, in volt
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 34 #Volt_P3V_BAT
- name: bmc_other_usage_percent
labels: {"id": "bmc_cpu_util"}
description: Usage of BMC_CPU_Util reported by BMC, in percent
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 78 #BMC_CPU_Util
- name: bmc_other_usage_percent
labels: {"id": "bmc_mem_util"}
description: Usage of BMC_MEM_Util reported by BMC, in percent
period: 0
optional_period: 5000
source:
protocol: ipmisensor
id: 79 #BMC_MEM_Util
- name: prom_default_metrics - name: prom_default_metrics
description: Default subset of metrics from Prometheus Node Exporter description: Default subset of metrics from Prometheus Node Exporter
period: 0 period: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment