diff --git a/data/grid5000/sites/lyon/clusters/hydra/hydra.json b/data/grid5000/sites/lyon/clusters/hydra/hydra.json index 2ff0b30d6e987a4925d052ccb3e9a01e012d7785..21f842ce3422c0cd8471455fa9b5d1797208bb91 100644 --- a/data/grid5000/sites/lyon/clusters/hydra/hydra.json +++ b/data/grid5000/sites/lyon/clusters/hydra/hydra.json @@ -5,6 +5,175 @@ "kavlan": true, "manufactured_at": "2024-02-15", "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", "name": "prom_default_metrics", diff --git a/input/grid5000/sites/lyon/clusters/hydra/hydra_metrics.yaml b/input/grid5000/sites/lyon/clusters/hydra/hydra_metrics.yaml index 1b7527d9fcc26e8892353ae61510b49c2fe579ba..b9217620efc42b0d64e3956c110e34043568817a 100644 --- a/input/grid5000/sites/lyon/clusters/hydra/hydra_metrics.yaml +++ b/input/grid5000/sites/lyon/clusters/hydra/hydra_metrics.yaml @@ -1,5 +1,123 @@ --- 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 description: Default subset of metrics from Prometheus Node Exporter period: 0