From 5689db851b9ddfa409c8985285a4cd048da570f7 Mon Sep 17 00:00:00 2001 From: Simon Delamare <simon.delamare@ens-lyon.fr> Date: Wed, 11 Mar 2020 16:02:43 +0100 Subject: [PATCH] [lyon] Add metrics info for clusters --- .../sites/lyon/clusters/gemini/gemini.json | 736 ++++++++++++++++++ .../sites/lyon/clusters/hercule/hercule.json | 197 +++++ .../sites/lyon/clusters/nova/nova.json | 156 ++++ .../sites/lyon/clusters/orion/orion.json | 175 +++++ .../lyon/clusters/sagittaire/sagittaire.json | 27 + .../sites/lyon/clusters/taurus/taurus.json | 175 +++++ .../lyon/clusters/gemini/gemini_metrics.yaml | 586 ++++++++++++++ .../clusters/hercule/hercule_metrics.yaml | 162 ++++ .../lyon/clusters/nova/nova_metrics.yaml | 124 +++ .../lyon/clusters/orion/orion_metrics.yaml | 139 ++++ .../sagittaire/sagittaire_metrics.yaml | 21 + .../lyon/clusters/taurus/taurus_metrics.yaml | 139 ++++ 12 files changed, 2637 insertions(+) create mode 100644 input/grid5000/sites/lyon/clusters/gemini/gemini_metrics.yaml create mode 100644 input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml create mode 100644 input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml create mode 100644 input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml create mode 100644 input/grid5000/sites/lyon/clusters/sagittaire/sagittaire_metrics.yaml create mode 100644 input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml diff --git a/data/grid5000/sites/lyon/clusters/gemini/gemini.json b/data/grid5000/sites/lyon/clusters/gemini/gemini.json index 03f6186d651..889b45a21be 100644 --- a/data/grid5000/sites/lyon/clusters/gemini/gemini.json +++ b/data/grid5000/sites/lyon/clusters/gemini/gemini.json @@ -1,6 +1,742 @@ { "created_at": "Sun, 01 Sep 2019 00:00:00 GMT", "kavlan": true, + "metrics": [ + { + "description": "Power consumption reported by wattmetre, in watt", + "name": "wattmetre_power_watt", + "optional_period": 20, + "period": 1000, + "source": { + "protocol": "wattmetre" + } + }, + { + "description": "Input byte counter for the network device port connected to the node", + "name": "network_ifacein_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Output byte counter for the network device port connected to the node", + "name": "network_ifaceout_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Front node ambiant temperature reported by BMC, in celsius", + "name": "bmc_temp_ambient_celsius", + "period": 5000, + "source": { + "id": 97, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of node reported by BMC, in watt", + "name": "bmc_power_node_watt", + "period": 5000, + "source": { + "id": 91, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 0 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu0_watt", + "period": 5000, + "source": { + "id": 83, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 1 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu1_watt", + "period": 5000, + "source": { + "id": 84, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 2 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu2_watt", + "period": 5000, + "source": { + "id": 85, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 3 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu3_watt", + "period": 5000, + "source": { + "id": 86, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 4 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu4_watt", + "period": 5000, + "source": { + "id": 87, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 5 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu5_watt", + "period": 5000, + "source": { + "id": 88, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 6 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu6_watt", + "period": 5000, + "source": { + "id": 89, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of GPU 7 reported by BMC, in watt by BMC, in watt", + "name": "bmc_power_gpgpu7_watt", + "period": 5000, + "source": { + "id": 90, + "protocol": "ipmisensor" + } + }, + { + "description": "Airflow reported by BMC, in CFM", + "name": "bmc_airflow_cfm", + "period": 5000, + "source": { + "id": 2, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 0_1 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan01_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 18, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 0_2 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan02_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 19, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 1_1 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan11_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 20, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 1_2 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan12_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 21, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 2_1 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan21_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 22, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 2_2 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan22_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 23, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 3_1 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan31_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 24, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of SYS fan 3_2 reported by BMC, in rpm", + "name": "bmc_fanspeed_sysfan32_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 25, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of HSC0 reported by BMC, in watt", + "name": "bmc_power_hsc0_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 48, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of HSC1 reported by BMC, in watt", + "name": "bmc_power_hsc1_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 51, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of HSC2 reported by BMC, in watt", + "name": "bmc_power_hsc2_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 53, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of PSU1 reported by BMC, in watt", + "name": "bmc_power_psu1_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 74, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of PSU2 reported by BMC, in watt", + "name": "bmc_power_psu2_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 76, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of PSU3 reported by BMC, in watt", + "name": "bmc_power_psu3_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 78, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of PSU4 reported by BMC, in watt", + "name": "bmc_power_psu4_watt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 80, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of BP0 reported by BMC, in celsius", + "name": "bmc_temp_ambient_bp0_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 95, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of BP1 reported by BMC, in celsius", + "name": "bmc_temp_ambient_bp1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 96, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of PCI reported by BMC, in celsius", + "name": "bmc_temp_ambient_pci_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 98, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 1 reported by BMC, in celsius", + "name": "bmc_temp_cpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 99, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 2 reported by BMC, in celsius", + "name": "bmc_temp_cpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 100, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of DIMM_AB reported by BMC, in celsius", + "name": "bmc_temp_dimm_ab_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 101, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of DIMM_CD reported by BMC, in celsius", + "name": "bmc_temp_dimm_cd_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 102, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of DIMM_EF reported by BMC, in celsius", + "name": "bmc_temp_dimm_ef_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 103, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of DIMM_GH reported by BMC, in celsius", + "name": "bmc_temp_dimm_gh_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 104, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of EXPB reported by BMC, in celsius", + "name": "bmc_temp_expb_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 105, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU0 reported by BMC, in celsius", + "name": "bmc_temp_gpu0_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 106, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU1 reported by BMC, in celsius", + "name": "bmc_temp_gpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 107, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU2 reported by BMC, in celsius", + "name": "bmc_temp_gpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 108, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU3 reported by BMC, in celsius", + "name": "bmc_temp_gpu3_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 109, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU4 reported by BMC, in celsius", + "name": "bmc_temp_gpu4_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 110, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU5 reported by BMC, in celsius", + "name": "bmc_temp_gpu5_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 111, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU6 reported by BMC, in celsius", + "name": "bmc_temp_gpu6_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 112, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU7 reported by BMC, in celsius", + "name": "bmc_temp_gpu7_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 113, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU B0 reported by BMC, in celsius", + "name": "bmc_temp_gpu_b0_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 114, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of GPU B1 reported by BMC, in celsius", + "name": "bmc_temp_gpu_b1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 115, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of Inlet MB reported by BMC, in celsius", + "name": "bmc_temp_inlet_mb_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 116, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of OCP Mezz reported by BMC, in celsius", + "name": "bmc_temp_ocp_mezz_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 117, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of Outlet reported by BMC, in celsius", + "name": "bmc_temp_outlet_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 118, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of PCH reported by BMC, in celsius", + "name": "bmc_temp_pch_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 119, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of PDB reported by BMC, in celsius", + "name": "bmc_temp_pdb_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 120, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of Raid Card reported by BMC, in celsius", + "name": "bmc_temp_raidcard_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 121, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of VR CPU 1 reported by BMC, in celsius", + "name": "bmc_temp_vr_cpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 122, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of VR CPU 2 reported by BMC, in celsius", + "name": "bmc_temp_vr_cpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 123, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of VR DIMM_AB reported by BMC, in celsius", + "name": "bmc_temp_vr_dimm_ab_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 124, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of VR DIMM_CD reported by BMC, in celsius", + "name": "bmc_temp_vr_dimm_cd_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 125, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of VR DIMM_EF reported by BMC, in celsius", + "name": "bmc_temp_vr_dimm_ef_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 126, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of VR DIMM_GH reported by BMC, in celsius", + "name": "bmc_temp_vr_dimm_gh_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 127, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P12V reported by BMC, in volt", + "name": "bmc_voltage_p12v_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 128, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P1V05 reported by BMC, in volt", + "name": "bmc_voltage_p1v05_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 129, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P1V8_AUX reported by BMC, in volt", + "name": "bmc_voltage_p1v8_aux_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 130, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P3V3 reported by BMC, in volt", + "name": "bmc_voltage_p3v3_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 131, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P3V3_AUX reported by BMC, in volt", + "name": "bmc_voltage_p3v3_aux_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 132, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P3V_BAT reported by BMC, in volt", + "name": "bmc_voltage_p3v_bat_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 133, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P5V reported by BMC, in volt", + "name": "bmc_voltage_p5v_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 134, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of P5V_AUX reported by BMC, in volt", + "name": "bmc_voltage_p5v_aux_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 135, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of VR CPU1 reported by BMC, in volt", + "name": "bmc_voltage_vr_cpu1_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 136, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of VR CPU2 reported by BMC, in volt", + "name": "bmc_voltage_vr_cpu1_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 137, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of VR DIMM_AB reported by BMC, in volt", + "name": "bmc_voltage_vr_dimm_ab_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 138, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of VR DIMM_CD reported by BMC, in volt", + "name": "bmc_voltage_vr_dimm_cd_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 139, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of VR DIMM_EF reported by BMC, in volt", + "name": "bmc_voltage_vr_dimm_ef_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 140, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of VR DIMM_GH reported by BMC, in volt", + "name": "bmc_voltage_vr_dimm_gh_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 141, + "protocol": "ipmisensor" + } + } + ], "model": "Nvidia DGX-1", "queues": [ "default", diff --git a/data/grid5000/sites/lyon/clusters/hercule/hercule.json b/data/grid5000/sites/lyon/clusters/hercule/hercule.json index 33b1ffcc5ca..f76d2a5d960 100644 --- a/data/grid5000/sites/lyon/clusters/hercule/hercule.json +++ b/data/grid5000/sites/lyon/clusters/hercule/hercule.json @@ -1,6 +1,203 @@ { "created_at": "Tue, 02 Oct 2012 00:00:00 GMT", "kavlan": true, + "metrics": [ + { + "description": "Input byte counter for the network device port connected to the node", + "name": "network_ifacein_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Output byte counter for the network device port connected to the node", + "name": "network_ifaceout_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Front node ambiant temperature temperature reported by BMC, in celsius", + "name": "bmc_temp_ambiant_celsius", + "period": 5000, + "source": { + "id": 49, + "protocol": "ipmisensor" + } + }, + { + "description": "12V Standby voltage reported by BMC, in volt", + "name": "bmc_voltage_12vstandby_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 5, + "protocol": "ipmisensor" + } + }, + { + "description": "5V Standby voltage reported by BMC, in volt", + "name": "bmc_voltage_5vstandby_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 6, + "protocol": "ipmisensor" + } + }, + { + "description": "5V voltage reported by BMC, in volt", + "name": "bmc_voltage_5v_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 7, + "protocol": "ipmisensor" + } + }, + { + "description": "3.3V Standby voltage reported by BMC, in volt", + "name": "bmc_voltage_3.3vstandby_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 8, + "protocol": "ipmisensor" + } + }, + { + "description": "3.3V voltage reported by BMC, in volt", + "name": "bmc_voltage_3.3v_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 9, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of MEZZ1 reported by BMC, in celsius", + "name": "bmc_temp_mezz1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 11, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU1 reported by BMC, in celsius", + "name": "bmc_temp_cpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 12, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU2 reported by BMC, in celsius", + "name": "bmc_temp_cpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 13, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of DIMM ZONE 1 reported by BMC, in celsius", + "name": "bmc_temp_dimmzone1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 14, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of DIMM ZONE 2 reported by BMC, in celsius", + "name": "bmc_temp_dimmzone2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 15, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of PCH reported by BMC, in celsius", + "name": "bmc_temp_pch_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 18, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of input reported by BMC, in volt", + "name": "bmc_voltage_inputvoltage_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 51, + "protocol": "ipmisensor" + } + }, + { + "description": "Current of input reported by BMC, in ampere", + "name": "bmc_current_inputcurrent_amp", + "optional_period": 5000, + "period": 0, + "source": { + "id": 52, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of fan 1 reported by BMC, in rpm", + "name": "bmc_fanspeed_fan_1_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 96, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of fan 2 reported by BMC, in rpm", + "name": "bmc_fanspeed_fan_2_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 97, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of fan 3 reported by BMC, in rpm", + "name": "bmc_fanspeed_fan_3_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 98, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of fan 4 reported by BMC, in rpm", + "name": "bmc_fanspeed_fan_4_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 99, + "protocol": "ipmisensor" + } + } + ], "model": "Dell PowerEdge C6220", "priority": "201299", "queues": [ diff --git a/data/grid5000/sites/lyon/clusters/nova/nova.json b/data/grid5000/sites/lyon/clusters/nova/nova.json index f0cd7e24062..5b86f8d32a7 100644 --- a/data/grid5000/sites/lyon/clusters/nova/nova.json +++ b/data/grid5000/sites/lyon/clusters/nova/nova.json @@ -1,6 +1,162 @@ { "created_at": "Thu, 01 Dec 2016 00:00:00 GMT", "kavlan": true, + "metrics": [ + { + "description": "Power consumption reported by wattmetre, in watt", + "name": "wattmetre_power_watt", + "optional_period": 20, + "period": 1000, + "source": { + "protocol": "wattmetre" + } + }, + { + "description": "Input byte counter for the network device port connected to the node", + "name": "network_ifacein_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Output byte counter for the network device port connected to the node", + "name": "network_ifaceout_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Front node ambiant temperature temperature reported by BMC, in celsius", + "name": "bmc_temp_ambiant_celsius", + "period": 5000, + "source": { + "id": 23, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 1 reported by BMC, in celsius", + "name": "bmc_temp_cpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 155, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 2 reported by BMC, in celsius", + "name": "bmc_temp_cpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 156, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 2A reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan2a_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 13, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 2B reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan2b_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 14, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 3A reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan3a_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 15, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 3B reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan3b_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 16, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 4A reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan4a_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 17, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 4B reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan4b_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 18, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 5A reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan5a_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 19, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 5B reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan5b_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 20, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 6A reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan6a_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 21, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 6B reported by BMC, in RPM", + "name": "bmc_fanspeed_psufan6b_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 22, + "protocol": "ipmisensor" + } + } + ], "model": "Dell PowerEdge R430", "priority": "201700", "queues": [ diff --git a/data/grid5000/sites/lyon/clusters/orion/orion.json b/data/grid5000/sites/lyon/clusters/orion/orion.json index 571b1ed31e8..f050c1f8e9d 100644 --- a/data/grid5000/sites/lyon/clusters/orion/orion.json +++ b/data/grid5000/sites/lyon/clusters/orion/orion.json @@ -1,6 +1,181 @@ { "created_at": "Fri, 14 Sep 2012 00:00:00 GMT", "kavlan": true, + "metrics": [ + { + "description": "Power consumption reported by wattmetre, in watt", + "name": "wattmetre_power_watt", + "optional_period": 20, + "period": 1000, + "source": { + "protocol": "wattmetre" + } + }, + { + "description": "Input byte counter for the network device port connected to the node", + "name": "network_ifacein_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Output byte counter for the network device port connected to the node", + "name": "network_ifaceout_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Front node ambiant temperature reported by BMC, in celsius", + "name": "bmc_temp_ambiant_celsius", + "period": 5000, + "source": { + "id": 20, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption of node reported by BMC, in watt", + "name": "bmc_power_node_watt", + "period": 5000, + "source": { + "id": 95, + "protocol": "ipmisensor" + } + }, + { + "description": "Current of PSU 1 reported by BMC, in ampere", + "name": "bmc_current_psu1_amp", + "optional_period": 5000, + "period": 0, + "source": { + "id": 88, + "protocol": "ipmisensor" + } + }, + { + "description": "Current of PSU 2 reported by BMC, in ampere", + "name": "bmc_current_psu2_amp", + "optional_period": 5000, + "period": 0, + "source": { + "id": 89, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of PSU 1 reported by BMC, in volt", + "name": "bmc_voltage_psu1_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 90, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of PSU 2 reported by BMC, in volt", + "name": "bmc_voltage_psu2_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 91, + "protocol": "ipmisensor" + } + }, + { + "description": "Exhausted air temperature reported by BMC, in celsius", + "name": "bmc_temp_exhaust_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 21, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 1 reported by BMC, in celsius", + "name": "bmc_temp_cpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 22, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 2 reported by BMC, in celsius", + "name": "bmc_temp_cpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 23, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 1 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan1_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 14, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 2 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan2_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 15, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 3 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan3_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 16, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 4 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan4_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 17, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 5 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan5_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 18, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 6 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan6_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 19, + "protocol": "ipmisensor" + } + } + ], "model": "Dell PowerEdge R720", "priority": "201299", "queues": [ diff --git a/data/grid5000/sites/lyon/clusters/sagittaire/sagittaire.json b/data/grid5000/sites/lyon/clusters/sagittaire/sagittaire.json index dea4f1d8844..3eecfe9d2cc 100644 --- a/data/grid5000/sites/lyon/clusters/sagittaire/sagittaire.json +++ b/data/grid5000/sites/lyon/clusters/sagittaire/sagittaire.json @@ -1,6 +1,33 @@ { "created_at": "Sat, 01 Jul 2006 00:00:00 GMT", "kavlan": true, + "metrics": [ + { + "description": "Power consumption reported by wattmetre, in watt", + "name": "wattmetre_power_watt", + "optional_period": 20, + "period": 1000, + "source": { + "protocol": "wattmetre" + } + }, + { + "description": "Input byte counter for the network device port connected to the node", + "name": "network_ifacein_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Output byte counter for the network device port connected to the node", + "name": "network_ifaceout_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + } + ], "model": "Sun Fire V20z", "priority": "201899", "queues": [ diff --git a/data/grid5000/sites/lyon/clusters/taurus/taurus.json b/data/grid5000/sites/lyon/clusters/taurus/taurus.json index 5df6f21b751..cd7768301a6 100644 --- a/data/grid5000/sites/lyon/clusters/taurus/taurus.json +++ b/data/grid5000/sites/lyon/clusters/taurus/taurus.json @@ -1,6 +1,181 @@ { "created_at": "Fri, 14 Sep 2012 00:00:00 GMT", "kavlan": true, + "metrics": [ + { + "description": "Power consumption per node reported by wattmetre, in watt", + "name": "wattmetre_power_watt", + "optional_period": 20, + "period": 1000, + "source": { + "protocol": "wattmetre" + } + }, + { + "description": "Input byte counter for the network device port connected to the node", + "name": "network_ifacein_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Output byte counter for the network device port connected to the node", + "name": "network_ifaceout_bytes_total", + "period": 1000, + "source": { + "protocol": "network_equipment" + } + }, + { + "description": "Front node ambiant temperature temperature reported by BMC, in celsius", + "name": "bmc_temp_ambiant_celsius", + "period": 5000, + "source": { + "id": 20, + "protocol": "ipmisensor" + } + }, + { + "description": "Power consumption reported by BMC, in watt", + "name": "bmc_power_node_watt", + "period": 5000, + "source": { + "id": 95, + "protocol": "ipmisensor" + } + }, + { + "description": "Current of PSU 1 reported by BMC, in ampere", + "name": "bmc_current_psu1_amp", + "optional_period": 5000, + "period": 0, + "source": { + "id": 88, + "protocol": "ipmisensor" + } + }, + { + "description": "Current of PSU 2 reported by BMC, in ampere", + "name": "bmc_current_psu2_amp", + "optional_period": 5000, + "period": 0, + "source": { + "id": 89, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of PSU 1 reported by BMC, in volt", + "name": "bmc_voltage_psu1_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 90, + "protocol": "ipmisensor" + } + }, + { + "description": "Voltage of PSU 2 reported by BMC, in volt", + "name": "bmc_voltage_psu2_volt", + "optional_period": 5000, + "period": 0, + "source": { + "id": 91, + "protocol": "ipmisensor" + } + }, + { + "description": "Exhausted air temperature reported by BMC, in celsius", + "name": "bmc_temp_exhaust_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 21, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 1 reported by BMC, in celsius", + "name": "bmc_temp_cpu1_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 22, + "protocol": "ipmisensor" + } + }, + { + "description": "Temperature of CPU 2 reported by BMC, in celsius", + "name": "bmc_temp_cpu2_celsius", + "optional_period": 5000, + "period": 0, + "source": { + "id": 23, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 1 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan1_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 14, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 2 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan2_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 15, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 3 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan3_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 16, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 4 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan4_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 17, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 5 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan5_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 18, + "protocol": "ipmisensor" + } + }, + { + "description": "Speed of PSU fan 6 reported by BMC, in rpm", + "name": "bmc_fanspeed_psufan6_rpm", + "optional_period": 5000, + "period": 0, + "source": { + "id": 19, + "protocol": "ipmisensor" + } + } + ], "model": "Dell PowerEdge R720", "queues": [ "default", diff --git a/input/grid5000/sites/lyon/clusters/gemini/gemini_metrics.yaml b/input/grid5000/sites/lyon/clusters/gemini/gemini_metrics.yaml new file mode 100644 index 00000000000..189fd5f26e3 --- /dev/null +++ b/input/grid5000/sites/lyon/clusters/gemini/gemini_metrics.yaml @@ -0,0 +1,586 @@ +metrics: + +- name: wattmetre_power_watt + description: Power consumption reported by wattmetre, in watt + period: 1000 + optional_period: 20 + source: + protocol: wattmetre + +- name: network_ifacein_bytes_total + description: Input byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: network_ifaceout_bytes_total + description: Output byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: bmc_temp_ambient_celsius + description: Front node ambiant temperature reported by BMC, in celsius + period: 5000 + source: + protocol: ipmisensor + id: 97 #Temp_Ambient_FP + +- name: bmc_power_node_watt + description: Power consumption of node reported by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 91 #Pwr_Node + +- name: bmc_power_gpgpu0_watt + description: Power consumption of GPU 0 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 83 #Power_GPGPU0 + +- name: bmc_power_gpgpu1_watt + description: Power consumption of GPU 1 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 84 #Power_GPGPU1 + +- name: bmc_power_gpgpu2_watt + description: Power consumption of GPU 2 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 85 #Power_GPGPU2 + +- name: bmc_power_gpgpu3_watt + description: Power consumption of GPU 3 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 86 #Power_GPGPU3 + +- name: bmc_power_gpgpu4_watt + description: Power consumption of GPU 4 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 87 #Power_GPGPU4 + +- name: bmc_power_gpgpu5_watt + description: Power consumption of GPU 5 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 88 #Power_GPGPU5 + +- name: bmc_power_gpgpu6_watt + description: Power consumption of GPU 6 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 89 #Power_GPGPU6 + +- name: bmc_power_gpgpu7_watt + description: Power consumption of GPU 7 reported by BMC, in watt by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 90 #Power_GPGPU7 + +- name: bmc_airflow_cfm + description: Airflow reported by BMC, in CFM + period: 5000 + source: + protocol: ipmisensor + id: 2 #Airflow + +- name: bmc_fanspeed_sysfan01_rpm + description: Speed of SYS fan 0_1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 18 #Fan_SYS0_1 + +- name: bmc_fanspeed_sysfan02_rpm + description: Speed of SYS fan 0_2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 19 #Fan_SYS0_2 + +- name: bmc_fanspeed_sysfan11_rpm + description: Speed of SYS fan 1_1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 20 #Fan_SYS1_1 + +- name: bmc_fanspeed_sysfan12_rpm + description: Speed of SYS fan 1_2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 21 #Fan_SYS1_2 + +- name: bmc_fanspeed_sysfan21_rpm + description: Speed of SYS fan 2_1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 22 #Fan_SYS2_1 + +- name: bmc_fanspeed_sysfan22_rpm + description: Speed of SYS fan 2_2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 23 #Fan_SYS2_2 + +- name: bmc_fanspeed_sysfan31_rpm + description: Speed of SYS fan 3_1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 24 #Fan_SYS3_1 + +- name: bmc_fanspeed_sysfan32_rpm + description: Speed of SYS fan 3_2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 25 #Fan_SYS3_2 + +- name: bmc_power_hsc0_watt + description: Power consumption of HSC0 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 48 #HSC0 Input + +- name: bmc_power_hsc1_watt + description: Power consumption of HSC1 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 51 #HSC1 Input + +- name: bmc_power_hsc2_watt + description: Power consumption of HSC2 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 53 #HSC2 Input + +- name: bmc_power_psu1_watt + description: Power consumption of PSU1 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 74 #PSU1 Input + +- name: bmc_power_psu2_watt + description: Power consumption of PSU2 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 76 #PSU2 Input + +- name: bmc_power_psu3_watt + description: Power consumption of PSU3 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 78 #PSU3 Input + +- name: bmc_power_psu4_watt + description: Power consumption of PSU4 reported by BMC, in watt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 80 #PSU4 Input + +- name: bmc_temp_ambient_bp0_celsius + description: Temperature of BP0 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 95 #Temp_Ambient_BP0 + +- name: bmc_temp_ambient_bp1_celsius + description: Temperature of BP1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 96 #Temp_Ambient_BP1 + +- name: bmc_temp_ambient_pci_celsius + description: Temperature of PCI reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 98 #Temp_Ambient_PCI + +- name: bmc_temp_cpu1_celsius + description: Temperature of CPU 1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 99 #Temp_CPU0 + +- name: bmc_temp_cpu2_celsius + description: Temperature of CPU 2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 100 #Temp_CPU1 + +- name: bmc_temp_dimm_ab_celsius + description: Temperature of DIMM_AB reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 101 #Temp_DIMM_AB + +- name: bmc_temp_dimm_cd_celsius + description: Temperature of DIMM_CD reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 102 #Temp_DIMM_CD + +- name: bmc_temp_dimm_ef_celsius + description: Temperature of DIMM_EF reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 103 #Temp_DIMM_EF + +- name: bmc_temp_dimm_gh_celsius + description: Temperature of DIMM_GH reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 104 #Temp_DIMM_GH + +- name: bmc_temp_expb_celsius + description: Temperature of EXPB reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 105 #Temp_EXPB + +- name: bmc_temp_gpu0_celsius + description: Temperature of GPU0 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 106 #Temp_GPGPU0 + +- name: bmc_temp_gpu1_celsius + description: Temperature of GPU1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 107 #Temp_GPGPU1 + +- name: bmc_temp_gpu2_celsius + description: Temperature of GPU2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 108 #Temp_GPGPU2 + +- name: bmc_temp_gpu3_celsius + description: Temperature of GPU3 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 109 #Temp_GPGPU3 + +- name: bmc_temp_gpu4_celsius + description: Temperature of GPU4 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 110 #Temp_GPGPU4 + +- name: bmc_temp_gpu5_celsius + description: Temperature of GPU5 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 111 #Temp_GPGPU5 + +- name: bmc_temp_gpu6_celsius + description: Temperature of GPU6 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 112 #Temp_GPGPU6 + +- name: bmc_temp_gpu7_celsius + description: Temperature of GPU7 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 113 #Temp_GPGPU7 + +- name: bmc_temp_gpu_b0_celsius + description: Temperature of GPU B0 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 114 #Temp_GPUB0 + +- name: bmc_temp_gpu_b1_celsius + description: Temperature of GPU B1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 115 #Temp_GPUB1 + +- name: bmc_temp_inlet_mb_celsius + description: Temperature of Inlet MB reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 116 #Temp_Inlet_MB + +- name: bmc_temp_ocp_mezz_celsius + description: Temperature of OCP Mezz reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 117 #Temp_OCP_Mezz + +- name: bmc_temp_outlet_celsius + description: Temperature of Outlet reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 118 #Temp_Outlet + +- name: bmc_temp_pch_celsius + description: Temperature of PCH reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 119 #Temp_PCH + +- name: bmc_temp_pdb_celsius + description: Temperature of PDB reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 120 #Temp_PDB + +- name: bmc_temp_raidcard_celsius + description: Temperature of Raid Card reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 121 #Temp_RaidCard + +- name: bmc_temp_vr_cpu1_celsius + description: Temperature of VR CPU 1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 122 #Temp_VR_CPU0 + +- name: bmc_temp_vr_cpu2_celsius + description: Temperature of VR CPU 2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 123 #Temp_VR_CPU1 + +- name: bmc_temp_vr_dimm_ab_celsius + description: Temperature of VR DIMM_AB reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 124 #Temp_VR_DIMM_AB + +- name: bmc_temp_vr_dimm_cd_celsius + description: Temperature of VR DIMM_CD reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 125 #Temp_VR_DIMM_CD + +- name: bmc_temp_vr_dimm_ef_celsius + description: Temperature of VR DIMM_EF reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 126 #Temp_VR_DIMM_EF + +- name: bmc_temp_vr_dimm_gh_celsius + description: Temperature of VR DIMM_GH reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 127 #Temp_VR_DIMM_GH + +- name: bmc_voltage_p12v_volt + description: Voltage of P12V reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 128 #Volt_P12V + +- name: bmc_voltage_p1v05_volt + description: Voltage of P1V05 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 129 #Volt_P1V05 + +- name: bmc_voltage_p1v8_aux_volt + description: Voltage of P1V8_AUX reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 130 #Volt_P1V8_AUX + +- name: bmc_voltage_p3v3_volt + description: Voltage of P3V3 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 131 #Volt_P3V3 + +- name: bmc_voltage_p3v3_aux_volt + description: Voltage of P3V3_AUX reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 132 #Volt_P3V3_AUX + +- name: bmc_voltage_p3v_bat_volt + description: Voltage of P3V_BAT reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 133 #Volt_P3V_BAT + +- name: bmc_voltage_p5v_volt + description: Voltage of P5V reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 134 #Volt_P5V + +- name: bmc_voltage_p5v_aux_volt + description: Voltage of P5V_AUX reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 135 #Volt_P5V_AUX + +- name: bmc_voltage_vr_cpu1_volt + description: Voltage of VR CPU1 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 136 #Volt_VR_CPU0 + +- name: bmc_voltage_vr_cpu1_volt + description: Voltage of VR CPU2 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 137 #Volt_VR_CPU1 + +- name: bmc_voltage_vr_dimm_ab_volt + description: Voltage of VR DIMM_AB reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 138 #Volt_VR_DIMM_AB + +- name: bmc_voltage_vr_dimm_cd_volt + description: Voltage of VR DIMM_CD reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 139 #Volt_VR_DIMM_CD + +- name: bmc_voltage_vr_dimm_ef_volt + description: Voltage of VR DIMM_EF reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 140 #Volt_VR_DIMM_EF + +- name: bmc_voltage_vr_dimm_gh_volt + description: Voltage of VR DIMM_GH reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 141 #Volt_VR_DIMM_GH + diff --git a/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml b/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml new file mode 100644 index 00000000000..e55e2362dc8 --- /dev/null +++ b/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml @@ -0,0 +1,162 @@ +metrics: +# - name: wattmetre_power_sharedchassis_watt +# description: "Power consumption of shared chassis reported by wattmetre, in watt" +# period: 1000 +# optional_period: 20 +# source: +# protocol: wattmetre + +- name: network_ifacein_bytes_total + description: "Input byte counter for the network device port connected to the node" + period: 1000 + source: + protocol: network_equipment + +- name: network_ifaceout_bytes_total + description: "Output byte counter for the network device port connected to the node" + period: 1000 + source: + protocol: network_equipment + +- name: bmc_temp_ambiant_celsius + description: Front node ambiant temperature temperature reported by BMC, in celsius + period: 5000 + source: + protocol: ipmisensor + id: 49 #Inlet Temp + +- name: bmc_voltage_12vstandby_volt + description: 12V Standby voltage reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 5 #12V Standby + +- name: bmc_voltage_5vstandby_volt + description: 5V Standby voltage reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 6 #5V Standby + +- name: bmc_voltage_5v_volt + description: 5V voltage reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 7 #5V + +- name: bmc_voltage_3.3vstandby_volt + description: 3.3V Standby voltage reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 8 #3.3V Standby + +- name: bmc_voltage_3.3v_volt + description: 3.3V voltage reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 9 #3.3V + +- name: bmc_temp_mezz1_celsius + description: Temperature of MEZZ1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 11 #MEZZ1 TEMP + +- name: bmc_temp_cpu1_celsius + description: Temperature of CPU1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 12 #CPU1 Temp + +- name: bmc_temp_cpu2_celsius + description: Temperature of CPU2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 13 #CPU2 Temp + +- name: bmc_temp_dimmzone1_celsius + description: Temperature of DIMM ZONE 1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 14 #DIMM ZONE 1 Temp + +- name: bmc_temp_dimmzone2_celsius + description: Temperature of DIMM ZONE 2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 15 #DIMM ZONE 2 Temp + +- name: bmc_temp_pch_celsius + description: Temperature of PCH reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 18 #PCH Temp + +- name: bmc_voltage_inputvoltage_volt + description: Voltage of input reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 51 #Input Voltage + +- name: bmc_current_inputcurrent_amp + description: Current of input reported by BMC, in ampere + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 52 #Input Current + +- name: bmc_fanspeed_fan_1_rpm + description: Speed of fan 1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 96 #FAN_1 + +- name: bmc_fanspeed_fan_2_rpm + description: Speed of fan 2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 97 #FAN_2 + +- name: bmc_fanspeed_fan_3_rpm + description: Speed of fan 3 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 98 #FAN_3 + +- name: bmc_fanspeed_fan_4_rpm + description: Speed of fan 4 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 99 #FAN_4 diff --git a/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml b/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml new file mode 100644 index 00000000000..9a3ecb03e16 --- /dev/null +++ b/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml @@ -0,0 +1,124 @@ +--- +metrics: + +- name: wattmetre_power_watt + description: Power consumption reported by wattmetre, in watt + period: 1000 + optional_period: 20 + source: + protocol: wattmetre + +- name: network_ifacein_bytes_total + description: Input byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: network_ifaceout_bytes_total + description: Output byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: bmc_temp_ambiant_celsius + description: Front node ambiant temperature temperature reported by BMC, in celsius + period: 5000 + source: + protocol: ipmisensor + id: 23 #Inlet Temp + +- name: bmc_temp_cpu1_celsius + description: Temperature of CPU 1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 155 #Temp + +- name: bmc_temp_cpu2_celsius + description: Temperature of CPU 2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 156 #Temp + +- name: bmc_fanspeed_psufan2a_rpm + description: Speed of PSU fan 2A reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 13 #Fan2A + +- name: bmc_fanspeed_psufan2b_rpm + description: Speed of PSU fan 2B reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 14 #Fan2B + +- name: bmc_fanspeed_psufan3a_rpm + description: Speed of PSU fan 3A reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 15 #Fan3A + +- name: bmc_fanspeed_psufan3b_rpm + description: Speed of PSU fan 3B reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 16 #Fan3B + +- name: bmc_fanspeed_psufan4a_rpm + description: Speed of PSU fan 4A reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 17 #Fan4A + +- name: bmc_fanspeed_psufan4b_rpm + description: Speed of PSU fan 4B reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 18 #Fan4B + +- name: bmc_fanspeed_psufan5a_rpm + description: Speed of PSU fan 5A reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 19 #Fan5A + +- name: bmc_fanspeed_psufan5b_rpm + description: Speed of PSU fan 5B reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 20 #Fan5B + +- name: bmc_fanspeed_psufan6a_rpm + description: Speed of PSU fan 6A reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 21 #Fan6A + +- name: bmc_fanspeed_psufan6b_rpm + description: Speed of PSU fan 6B reported by BMC, in RPM + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 22 #Fan6B diff --git a/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml b/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml new file mode 100644 index 00000000000..9b14c79c4cd --- /dev/null +++ b/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml @@ -0,0 +1,139 @@ +metrics: + +- name: wattmetre_power_watt + description: Power consumption reported by wattmetre, in watt + period: 1000 + optional_period: 20 + source: + protocol: wattmetre + +- name: network_ifacein_bytes_total + description: Input byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: network_ifaceout_bytes_total + description: Output byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: bmc_temp_ambiant_celsius + description: Front node ambiant temperature reported by BMC, in celsius + period: 5000 + source: + protocol: ipmisensor + id: 20 #Inlet Temp + +- name: bmc_power_node_watt + description: Power consumption of node reported by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 95 #Pwr Consumption + +- name: bmc_current_psu1_amp + description: Current of PSU 1 reported by BMC, in ampere + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 88 #Current 1 + +- name: bmc_current_psu2_amp + description: Current of PSU 2 reported by BMC, in ampere + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 89 #Current 2 + +- name: bmc_voltage_psu1_volt + description: Voltage of PSU 1 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 90 #Voltage 1 + +- name: bmc_voltage_psu2_volt + description: Voltage of PSU 2 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 91 #Voltage 2 + +- name: bmc_temp_exhaust_celsius + description: Exhausted air temperature reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 21 #Exhaust Temp + +- name: bmc_temp_cpu1_celsius + description: Temperature of CPU 1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 22 #Temp + +- name: bmc_temp_cpu2_celsius + description: Temperature of CPU 2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 23 #Temp + +- name: bmc_fanspeed_psufan1_rpm + description: Speed of PSU fan 1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 14 #Fan1 + +- name: bmc_fanspeed_psufan2_rpm + description: Speed of PSU fan 2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 15 #Fan2 + +- name: bmc_fanspeed_psufan3_rpm + description: Speed of PSU fan 3 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 16 #Fan3 + +- name: bmc_fanspeed_psufan4_rpm + description: Speed of PSU fan 4 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 17 #Fan4 + +- name: bmc_fanspeed_psufan5_rpm + description: Speed of PSU fan 5 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 18 #Fan5 + +- name: bmc_fanspeed_psufan6_rpm + description: Speed of PSU fan 6 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 19 #Fan6 + diff --git a/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire_metrics.yaml b/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire_metrics.yaml new file mode 100644 index 00000000000..d915f595d08 --- /dev/null +++ b/input/grid5000/sites/lyon/clusters/sagittaire/sagittaire_metrics.yaml @@ -0,0 +1,21 @@ +metrics: + +- name: wattmetre_power_watt + description: "Power consumption reported by wattmetre, in watt" + period: 1000 + optional_period: 20 + source: + protocol: wattmetre + +- name: network_ifacein_bytes_total + description: "Input byte counter for the network device port connected to the node" + period: 1000 + source: + protocol: network_equipment + +- name: network_ifaceout_bytes_total + description: "Output byte counter for the network device port connected to the node" + period: 1000 + source: + protocol: network_equipment + diff --git a/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml b/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml new file mode 100644 index 00000000000..f016cbf7031 --- /dev/null +++ b/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml @@ -0,0 +1,139 @@ +--- +metrics: + +- name: wattmetre_power_watt + description: Power consumption per node reported by wattmetre, in watt + period: 1000 + optional_period: 20 + source: + protocol: wattmetre + +- name: network_ifacein_bytes_total + description: Input byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: network_ifaceout_bytes_total + description: Output byte counter for the network device port connected to the node + period: 1000 + source: + protocol: network_equipment + +- name: bmc_temp_ambiant_celsius + description: Front node ambiant temperature temperature reported by BMC, in celsius + period: 5000 + source: + protocol: ipmisensor + id: 20 #Inlet Temp + +- name: bmc_power_node_watt + description: Power consumption reported by BMC, in watt + period: 5000 + source: + protocol: ipmisensor + id: 95 #Pwr Consumption + +- name: bmc_current_psu1_amp + description: Current of PSU 1 reported by BMC, in ampere + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 88 #Current 1 + +- name: bmc_current_psu2_amp + description: Current of PSU 2 reported by BMC, in ampere + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 89 #Current 2 + +- name: bmc_voltage_psu1_volt + description: Voltage of PSU 1 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 90 #Voltage 1 + +- name: bmc_voltage_psu2_volt + description: Voltage of PSU 2 reported by BMC, in volt + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 91 #Voltage 2 + +- name: bmc_temp_exhaust_celsius + description: Exhausted air temperature reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 21 #Exhaust Temp + +- name: bmc_temp_cpu1_celsius + description: Temperature of CPU 1 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 22 #Temp + +- name: bmc_temp_cpu2_celsius + description: Temperature of CPU 2 reported by BMC, in celsius + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 23 #Temp + +- name: bmc_fanspeed_psufan1_rpm + description: Speed of PSU fan 1 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 14 #Fan1 + +- name: bmc_fanspeed_psufan2_rpm + description: Speed of PSU fan 2 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 15 #Fan2 + +- name: bmc_fanspeed_psufan3_rpm + description: Speed of PSU fan 3 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 16 #Fan3 + +- name: bmc_fanspeed_psufan4_rpm + description: Speed of PSU fan 4 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 17 #Fan4 + +- name: bmc_fanspeed_psufan5_rpm + description: Speed of PSU fan 5 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 18 #Fan5 + +- name: bmc_fanspeed_psufan6_rpm + description: Speed of PSU fan 6 reported by BMC, in rpm + period: 0 + optional_period: 5000 + source: + protocol: ipmisensor + id: 19 #Fan6 -- GitLab