From e5b0d5907acf517e31a456cb956e8b2a1885cd77 Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Mon, 20 Apr 2020 16:02:49 +0200
Subject: [PATCH] [allsites] Kwollect - Add missing metrics

---
 .../sites/lille/clusters/chiclet/chiclet.json |  82 +++
 .../sites/lyon/clusters/orion/orion.json      |  11 +
 .../sites/lyon/clusters/taurus/taurus.json    |  11 +
 .../sites/nancy/clusters/grue/grue.json       |  11 +
 .../nantes/clusters/ecotype/ecotype.json      | 140 ++++
 .../rennes/clusters/parapide/parapide.json    |  18 +
 .../rennes/clusters/parapluie/parapluie.json  | 658 ++++++++++++++++++
 .../sites/sophia/clusters/suno/suno.json      | 107 +++
 .../sites/sophia/clusters/uvb/uvb.json        | 128 ++++
 .../clusters/chiclet/chiclet_metrics.yaml     |  66 ++
 .../lyon/clusters/orion/orion_metrics.yaml    |   9 +
 .../lyon/clusters/taurus/taurus_metrics.yaml  |   9 +
 .../nancy/clusters/grue/grue_metrics.yaml     |   9 +
 .../clusters/ecotype/ecotype_metrics.yaml     | 112 +++
 .../clusters/parapide/parapide_metrics.yaml   |  14 +
 .../clusters/parapluie/parapluie_metrics.yaml | 526 ++++++++++++++
 .../sophia/clusters/suno/suno_metrics.yaml    |  85 +++
 .../sophia/clusters/uvb/uvb_metrics.yaml      | 102 +++
 18 files changed, 2098 insertions(+)
 create mode 100644 input/grid5000/sites/rennes/clusters/parapide/parapide_metrics.yaml
 create mode 100644 input/grid5000/sites/rennes/clusters/parapluie/parapluie_metrics.yaml
 create mode 100644 input/grid5000/sites/sophia/clusters/suno/suno_metrics.yaml
 create mode 100644 input/grid5000/sites/sophia/clusters/uvb/uvb_metrics.yaml

diff --git a/data/grid5000/sites/lille/clusters/chiclet/chiclet.json b/data/grid5000/sites/lille/clusters/chiclet/chiclet.json
index 7c76effc22..3411f1bf75 100644
--- a/data/grid5000/sites/lille/clusters/chiclet/chiclet.json
+++ b/data/grid5000/sites/lille/clusters/chiclet/chiclet.json
@@ -57,6 +57,28 @@
         "protocol": "snmp"
       }
     },
+    {
+      "description": "Current of PSU 1 reported by BMC, in amp",
+      "name": "bmc_current_psu1_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Current of PSU 2 reported by BMC, in amp",
+      "name": "bmc_current_psu2_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
     {
       "description": "Cumulated power consumption of node reported by BMC, in watt",
       "name": "bmc_power_node_watt_total",
@@ -67,6 +89,66 @@
         "protocol": "snmp"
       }
     },
+    {
+      "description": "Speed of Fan 1 reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan1_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 2 reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan2_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 3 reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan3_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 4 reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan4_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 5 reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan5_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 6 reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan6_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6",
+        "protocol": "snmp"
+      }
+    },
     {
       "description": "Temperature of CPU 1 reported by BMC, in celsius",
       "name": "bmc_temp_cpu1_celsius",
diff --git a/data/grid5000/sites/lyon/clusters/orion/orion.json b/data/grid5000/sites/lyon/clusters/orion/orion.json
index b2da00e8fd..31cc0f52e9 100644
--- a/data/grid5000/sites/lyon/clusters/orion/orion.json
+++ b/data/grid5000/sites/lyon/clusters/orion/orion.json
@@ -77,6 +77,17 @@
         "protocol": "snmp"
       }
     },
+    {
+      "description": "Current of PSU 2 reported by BMC, in amp",
+      "name": "bmc_current_psu2_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
     {
       "description": "Cumulated power consumption of node reported by BMC, in watt",
       "name": "bmc_power_node_watt_total",
diff --git a/data/grid5000/sites/lyon/clusters/taurus/taurus.json b/data/grid5000/sites/lyon/clusters/taurus/taurus.json
index 4f76d6ebfa..c74503ad3c 100644
--- a/data/grid5000/sites/lyon/clusters/taurus/taurus.json
+++ b/data/grid5000/sites/lyon/clusters/taurus/taurus.json
@@ -77,6 +77,17 @@
         "protocol": "snmp"
       }
     },
+    {
+      "description": "Current of PSU 2 reported by BMC, in amp",
+      "name": "bmc_current_psu2_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
     {
       "description": "Cumulated power consumption of node reported by BMC, in watt",
       "name": "bmc_power_node_watt_total",
diff --git a/data/grid5000/sites/nancy/clusters/grue/grue.json b/data/grid5000/sites/nancy/clusters/grue/grue.json
index 8f47228715..a4ad9cbd75 100644
--- a/data/grid5000/sites/nancy/clusters/grue/grue.json
+++ b/data/grid5000/sites/nancy/clusters/grue/grue.json
@@ -68,6 +68,17 @@
         "protocol": "snmp"
       }
     },
+    {
+      "description": "Current of PSU 2 reported by BMC, in amp",
+      "name": "bmc_current_psu2_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "scale_factor": 0.1,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.3",
+        "protocol": "snmp"
+      }
+    },
     {
       "description": "Cumulated power consumption of node reported by BMC, in watt",
       "name": "bmc_power_node_watt_total",
diff --git a/data/grid5000/sites/nantes/clusters/ecotype/ecotype.json b/data/grid5000/sites/nantes/clusters/ecotype/ecotype.json
index 11ddd1419d..2e7e660b81 100644
--- a/data/grid5000/sites/nantes/clusters/ecotype/ecotype.json
+++ b/data/grid5000/sites/nantes/clusters/ecotype/ecotype.json
@@ -89,6 +89,146 @@
         "protocol": "snmp"
       }
     },
+    {
+      "description": "Speed of Fan 1A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan1a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 2A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan2a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 3A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan3a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 4A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan4a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 5A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan5a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 6A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan6a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 7A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan7a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.7",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 1B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan1b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.8",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 2B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan2b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.9",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 3B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan3b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.10",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 4B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan4b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.11",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 5B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan5b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.12",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 6B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan6b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.13",
+        "protocol": "snmp"
+      }
+    },
+    {
+      "description": "Speed of Fan 7B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fan7b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": "1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.14",
+        "protocol": "snmp"
+      }
+    },
     {
       "description": "Temperature of exhausted air reported by BMC, in celsius",
       "name": "bmc_temp_exhaust_celsius",
diff --git a/data/grid5000/sites/rennes/clusters/parapide/parapide.json b/data/grid5000/sites/rennes/clusters/parapide/parapide.json
index f3051e3a4b..6fc0d4eb9a 100644
--- a/data/grid5000/sites/rennes/clusters/parapide/parapide.json
+++ b/data/grid5000/sites/rennes/clusters/parapide/parapide.json
@@ -1,6 +1,24 @@
 {
   "created_at": "Mon, 25 Jan 2010 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"
+      }
+    }
+  ],
   "model": "SUN FIRE X2270",
   "queues": [
     "default",
diff --git a/data/grid5000/sites/rennes/clusters/parapluie/parapluie.json b/data/grid5000/sites/rennes/clusters/parapluie/parapluie.json
index 0f3f67c56d..7f8954b0fb 100644
--- a/data/grid5000/sites/rennes/clusters/parapluie/parapluie.json
+++ b/data/grid5000/sites/rennes/clusters/parapluie/parapluie.json
@@ -1,6 +1,664 @@
 {
   "created_at": "Tue, 02 Nov 2010 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": "Voltage of PVCORE1 reported by BMC, in volt",
+      "name": "bmc_voltage_pvcore1_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 2720,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PVNB CPU1 reported by BMC, in volt",
+      "name": "bmc_voltage_pvnbcpu1_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 2784,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P1V5 DDR3 CPU1 reported by BMC, in volt",
+      "name": "bmc_voltage_p1v5ddr3cpu1_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 2848,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PVCORE2 reported by BMC, in volt",
+      "name": "bmc_voltage_pvcore2_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 2912,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PVNB CPU2 reported by BMC, in volt",
+      "name": "bmc_voltage_pvnbcpu2_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 2976,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P1V5 DDR3 CPU2 reported by BMC, in volt",
+      "name": "bmc_voltage_p1v5ddr3cpu2_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3040,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P12V reported by BMC, in volt",
+      "name": "bmc_voltage_p12v_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3104,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P5V reported by BMC, in volt",
+      "name": "bmc_voltage_p5v_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3168,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P5V STBY reported by BMC, in volt",
+      "name": "bmc_voltage_p5vstby_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3232,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P3V3 reported by BMC, in volt",
+      "name": "bmc_voltage_p3v3_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3296,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P3V3 STBY reported by BMC, in volt",
+      "name": "bmc_voltage_p3v3stby_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3360,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of P1V1 SR5670 reported by BMC, in volt",
+      "name": "bmc_voltage_p1v1sr5670_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3424,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 1 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan1inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3536,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 1 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan1outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3648,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 2 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan2inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3760,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 2 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan2outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3872,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 3 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan3inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 3984,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 3 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan3outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4096,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 4 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan4inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4208,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 4 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan4outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4320,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 5 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan5inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4384,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 5 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan5outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4448,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 6 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan6inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4512,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 6 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan6outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4576,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 7 Inlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan7inlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4640,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of PSU Fan 7 Outlet reported by BMC, in rpm",
+      "name": "bmc_fanspeed_psufan7outlet_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4704,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM1 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm1_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4816,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM2 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm2_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4880,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM3 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm3_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 4944,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM4 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm4_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5008,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM5 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm5_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5072,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM6 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm6_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5136,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM7 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm7_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5200,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM8 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm8_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5264,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM9 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm9_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5328,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM10 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm10_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5392,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM11 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm11_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5456,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 DIMM12 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1dimm12_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5520,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM1 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm1_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5584,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM2 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm2_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5648,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM3 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm3_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5712,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM4 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm4_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5776,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM5 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm5_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5840,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM6 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm6_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5904,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM7 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm7_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 5968,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM8 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm8_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6032,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM9 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm9_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6096,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM10 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm10_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6160,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM11 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm11_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6224,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 DIMM12 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2dimm12_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6288,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Inlet Ambient reported by BMC, in celsius",
+      "name": "bmc_temp_inletambient_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6400,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU1 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu1_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6464,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU2 reported by BMC, in celsius",
+      "name": "bmc_temp_cpu2_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6528,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of PCI Outlet reported by BMC, in celsius",
+      "name": "bmc_temp_pcioutlet_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6592,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of SR5670 Outlet reported by BMC, in celsius",
+      "name": "bmc_temp_sr5670outlet_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6656,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Rear Board reported by BMC, in celsius",
+      "name": "bmc_temp_rearboard_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6720,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of PCI Mid reported by BMC, in celsius",
+      "name": "bmc_temp_pcimid_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6784,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of PCI Inlet reported by BMC, in celsius",
+      "name": "bmc_temp_pciinlet_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6848,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Rear Board2 reported by BMC, in celsius",
+      "name": "bmc_temp_rearboard2_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6912,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of CPU Inlet reported by BMC, in celsius",
+      "name": "bmc_temp_cpuinlet_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 6976,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of PS Inlet Ambient reported by BMC, in celsius",
+      "name": "bmc_temp_psinletambient_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 7040,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of IO Controller reported by BMC, in celsius",
+      "name": "bmc_temp_iocontroller_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 7104,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of PCI16_RISER reported by BMC, in celsius",
+      "name": "bmc_temp_pci16_riser_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 7168,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of PCI4_RISER reported by BMC, in celsius",
+      "name": "bmc_temp_pci4_riser_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 7232,
+        "protocol": "ipmisensor"
+      }
+    }
+  ],
   "model": "HP ProLiant DL165 G7",
   "queues": [
     "default",
diff --git a/data/grid5000/sites/sophia/clusters/suno/suno.json b/data/grid5000/sites/sophia/clusters/suno/suno.json
index 30c142b75e..63bef564ff 100644
--- a/data/grid5000/sites/sophia/clusters/suno/suno.json
+++ b/data/grid5000/sites/sophia/clusters/suno/suno.json
@@ -1,6 +1,113 @@
 {
   "created_at": "Wed, 27 Jan 2010 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 reported by BMC, in celsius",
+      "name": "bmc_temp_ambiant_celsius",
+      "period": 5000,
+      "source": {
+        "id": 10,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 1A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod1a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 33,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 1B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod1b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 34,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 2A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod2a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 35,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 2B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod2b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 36,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 3A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod3a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 37,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 3B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod3b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 38,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 4A reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod4a_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 39,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Speed of FAN MOD 4B reported by BMC, in rpm",
+      "name": "bmc_fanspeed_fanmod4b_rpm",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 40,
+        "protocol": "ipmisensor"
+      }
+    }
+  ],
   "model": "Dell PowerEdge R410",
   "queues": [
     "default",
diff --git a/data/grid5000/sites/sophia/clusters/uvb/uvb.json b/data/grid5000/sites/sophia/clusters/uvb/uvb.json
index 98b5680969..5bb2259f10 100644
--- a/data/grid5000/sites/sophia/clusters/uvb/uvb.json
+++ b/data/grid5000/sites/sophia/clusters/uvb/uvb.json
@@ -1,6 +1,134 @@
 {
   "created_at": "Tue, 04 Jan 2011 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": "Voltage of PS 12V reported by BMC, in volt",
+      "name": "bmc_voltage_ps12v_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 14,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of PS 5V reported by BMC, in volt",
+      "name": "bmc_voltage_ps5v_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 15,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of MLB TEMP 2 reported by BMC, in celsius",
+      "name": "bmc_temp_mlbtemp2_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 16,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of MLB TEMP 3 reported by BMC, in celsius",
+      "name": "bmc_temp_mlbtemp3_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 17,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Processor 1 reported by BMC, in celsius",
+      "name": "bmc_temp_processor1temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 18,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of MLB TEMP 1 reported by BMC, in celsius",
+      "name": "bmc_temp_mlbtemp1_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 19,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Temperature of Processor 2 reported by BMC, in celsius",
+      "name": "bmc_temp_processor2temp_celsius",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 20,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of STBY 3.3V reported by BMC, in volt",
+      "name": "bmc_voltage_stby3.3v_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 21,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "PS Current reported by BMC, in amp",
+      "name": "bmc_current_ps_amp",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 22,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of VCORE 1 reported by BMC, in volt",
+      "name": "bmc_voltage_vcore1_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 26,
+        "protocol": "ipmisensor"
+      }
+    },
+    {
+      "description": "Voltage of VCORE 2 reported by BMC, in volt",
+      "name": "bmc_voltage_vcore2_volt",
+      "optional_period": 5000,
+      "period": 0,
+      "source": {
+        "id": 27,
+        "protocol": "ipmisensor"
+      }
+    }
+  ],
   "model": "Dell PowerEdge C6100",
   "queues": [
     "default",
diff --git a/input/grid5000/sites/lille/clusters/chiclet/chiclet_metrics.yaml b/input/grid5000/sites/lille/clusters/chiclet/chiclet_metrics.yaml
index 5eeca8f072..e7c1213095 100644
--- a/input/grid5000/sites/lille/clusters/chiclet/chiclet_metrics.yaml
+++ b/input/grid5000/sites/lille/clusters/chiclet/chiclet_metrics.yaml
@@ -44,6 +44,24 @@ metrics:
     protocol: snmp
     id: 1.3.6.1.4.1.674.10892.5.4.600.12.1.16.1.2
 
+- name: bmc_current_psu1_amp
+  description: Current of PSU 1 reported by BMC, in amp
+  period: 0
+  optional_period: 5000
+  scale_factor: 0.1
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.1
+
+- name: bmc_current_psu2_amp
+  description: Current of PSU 2 reported by BMC, in amp
+  period: 0
+  optional_period: 5000
+  scale_factor: 0.1
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2
+
 - name: bmc_power_node_watt_total
   description: Cumulated power consumption of node reported by BMC, in watt
   period: 0
@@ -52,6 +70,54 @@ metrics:
     protocol: snmp
     id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1
 
+- name: bmc_fanspeed_fan1_rpm
+  description: Speed of Fan 1 reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1
+
+- name: bmc_fanspeed_fan2_rpm
+  description: Speed of Fan 2 reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2
+
+- name: bmc_fanspeed_fan3_rpm
+  description: Speed of Fan 3 reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3
+
+- name: bmc_fanspeed_fan4_rpm
+  description: Speed of Fan 4 reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4
+
+- name: bmc_fanspeed_fan5_rpm
+  description: Speed of Fan 5 reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5
+
+- name: bmc_fanspeed_fan6_rpm
+  description: Speed of Fan 6 reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6
+
 - name: bmc_temp_cpu1_celsius
   description: Temperature of CPU 1 reported by BMC, in celsius
   period: 0
diff --git a/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml b/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml
index 6ac0613981..97b530912e 100644
--- a/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml
+++ b/input/grid5000/sites/lyon/clusters/orion/orion_metrics.yaml
@@ -59,6 +59,15 @@ metrics:
     protocol: snmp
     id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.1
 
+- name: bmc_current_psu2_amp
+  description: Current of PSU 2 reported by BMC, in amp
+  period: 0
+  optional_period: 5000
+  scale_factor: 0.1
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2
+
 - name: bmc_power_node_watt_total
   description: Cumulated power consumption of node reported by BMC, in watt
   period: 0
diff --git a/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml b/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml
index ecdaeb7cc6..ef041c6200 100644
--- a/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml
+++ b/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml
@@ -60,6 +60,15 @@ metrics:
     protocol: snmp
     id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.1
 
+- name: bmc_current_psu2_amp
+  description: Current of PSU 2 reported by BMC, in amp
+  period: 0
+  optional_period: 5000
+  scale_factor: 0.1
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2
+
 - name: bmc_power_node_watt_total
   description: Cumulated power consumption of node reported by BMC, in watt
   period: 0
diff --git a/input/grid5000/sites/nancy/clusters/grue/grue_metrics.yaml b/input/grid5000/sites/nancy/clusters/grue/grue_metrics.yaml
index a5618c7231..1e0c64fd94 100644
--- a/input/grid5000/sites/nancy/clusters/grue/grue_metrics.yaml
+++ b/input/grid5000/sites/nancy/clusters/grue/grue_metrics.yaml
@@ -53,6 +53,15 @@ metrics:
     protocol: snmp
     id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.2
 
+- name: bmc_current_psu2_amp
+  description: Current of PSU 2 reported by BMC, in amp
+  period: 0
+  optional_period: 5000
+  scale_factor: 0.1
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.600.30.1.6.1.3
+
 - name: bmc_power_node_watt_total
   description: Cumulated power consumption of node reported by BMC, in watt
   period: 0
diff --git a/input/grid5000/sites/nantes/clusters/ecotype/ecotype_metrics.yaml b/input/grid5000/sites/nantes/clusters/ecotype/ecotype_metrics.yaml
index 5a2e6a50a4..2c07378ee8 100644
--- a/input/grid5000/sites/nantes/clusters/ecotype/ecotype_metrics.yaml
+++ b/input/grid5000/sites/nantes/clusters/ecotype/ecotype_metrics.yaml
@@ -70,6 +70,118 @@ metrics:
     protocol: snmp
     id: 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1
 
+- name: bmc_fanspeed_fan1a_rpm
+  description: Speed of Fan 1A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.1
+
+- name: bmc_fanspeed_fan2a_rpm
+  description: Speed of Fan 2A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.2
+
+- name: bmc_fanspeed_fan3a_rpm
+  description: Speed of Fan 3A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.3
+
+- name: bmc_fanspeed_fan4a_rpm
+  description: Speed of Fan 4A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.4
+
+- name: bmc_fanspeed_fan5a_rpm
+  description: Speed of Fan 5A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.5
+
+- name: bmc_fanspeed_fan6a_rpm
+  description: Speed of Fan 6A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.6
+
+- name: bmc_fanspeed_fan7a_rpm
+  description: Speed of Fan 7A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.7
+
+- name: bmc_fanspeed_fan1b_rpm
+  description: Speed of Fan 1B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.8
+
+- name: bmc_fanspeed_fan2b_rpm
+  description: Speed of Fan 2B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.9
+
+- name: bmc_fanspeed_fan3b_rpm
+  description: Speed of Fan 3B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.10
+
+- name: bmc_fanspeed_fan4b_rpm
+  description: Speed of Fan 4B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.11
+
+- name: bmc_fanspeed_fan5b_rpm
+  description: Speed of Fan 5B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.12
+
+- name: bmc_fanspeed_fan6b_rpm
+  description: Speed of Fan 6B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.13
+
+- name: bmc_fanspeed_fan7b_rpm
+  description: Speed of Fan 7B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: snmp
+    id: 1.3.6.1.4.1.674.10892.5.4.700.12.1.6.1.14
+
 - name: bmc_temp_exhaust_celsius
   description: Temperature of exhausted air reported by BMC, in celsius
   period: 0
diff --git a/input/grid5000/sites/rennes/clusters/parapide/parapide_metrics.yaml b/input/grid5000/sites/rennes/clusters/parapide/parapide_metrics.yaml
new file mode 100644
index 0000000000..c99d93ddfd
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/parapide/parapide_metrics.yaml
@@ -0,0 +1,14 @@
+---
+metrics:
+
+- 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/rennes/clusters/parapluie/parapluie_metrics.yaml b/input/grid5000/sites/rennes/clusters/parapluie/parapluie_metrics.yaml
new file mode 100644
index 0000000000..4fa32329cc
--- /dev/null
+++ b/input/grid5000/sites/rennes/clusters/parapluie/parapluie_metrics.yaml
@@ -0,0 +1,526 @@
+---
+metrics:
+
+- 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_voltage_pvcore1_volt
+  description: Voltage of PVCORE1 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 2720 #PVCORE1
+
+- name: bmc_voltage_pvnbcpu1_volt
+  description: Voltage of PVNB CPU1 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 2784 #PVNB CPU1
+
+- name: bmc_voltage_p1v5ddr3cpu1_volt
+  description: Voltage of P1V5 DDR3 CPU1 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 2848 #P1V5 DDR3 CPU1
+
+- name: bmc_voltage_pvcore2_volt
+  description: Voltage of PVCORE2 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 2912 #PVCORE2
+
+- name: bmc_voltage_pvnbcpu2_volt
+  description: Voltage of PVNB CPU2 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 2976 #PVNB CPU2
+
+- name: bmc_voltage_p1v5ddr3cpu2_volt
+  description: Voltage of P1V5 DDR3 CPU2 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3040 #P1V5 DDR3 CPU2
+
+- name: bmc_voltage_p12v_volt
+  description: Voltage of P12V reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3104 #P12V
+
+- name: bmc_voltage_p5v_volt
+  description: Voltage of P5V reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3168 #P5V
+
+- name: bmc_voltage_p5vstby_volt
+  description: Voltage of P5V STBY reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3232 #P5V STBY
+
+- name: bmc_voltage_p3v3_volt
+  description: Voltage of P3V3 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3296 #P3V3
+
+- name: bmc_voltage_p3v3stby_volt
+  description: Voltage of P3V3 STBY reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3360 #P3V3 STBY
+
+- name: bmc_voltage_p1v1sr5670_volt
+  description: Voltage of P1V1 SR5670 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3424 #P1V1 SR5670
+
+- name: bmc_fanspeed_psufan1inlet_rpm
+  description: Speed of PSU Fan 1 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3536 #Fan1 Inlet
+
+- name: bmc_fanspeed_psufan1outlet_rpm
+  description: Speed of PSU Fan 1 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3648 #Fan1 Outlet
+
+- name: bmc_fanspeed_psufan2inlet_rpm
+  description: Speed of PSU Fan 2 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3760 #Fan2 Inlet
+
+- name: bmc_fanspeed_psufan2outlet_rpm
+  description: Speed of PSU Fan 2 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3872 #Fan2 Outlet
+
+- name: bmc_fanspeed_psufan3inlet_rpm
+  description: Speed of PSU Fan 3 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 3984 #Fan3 Inlet
+
+- name: bmc_fanspeed_psufan3outlet_rpm
+  description: Speed of PSU Fan 3 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4096 #Fan3 Outlet
+
+- name: bmc_fanspeed_psufan4inlet_rpm
+  description: Speed of PSU Fan 4 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4208 #Fan4 Inlet
+
+- name: bmc_fanspeed_psufan4outlet_rpm
+  description: Speed of PSU Fan 4 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4320 #Fan4 Outlet
+
+- name: bmc_fanspeed_psufan5inlet_rpm
+  description: Speed of PSU Fan 5 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4384 #Fan5 Inlet
+
+- name: bmc_fanspeed_psufan5outlet_rpm
+  description: Speed of PSU Fan 5 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4448 #Fan5 Outlet
+
+- name: bmc_fanspeed_psufan6inlet_rpm
+  description: Speed of PSU Fan 6 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4512 #Fan6 Inlet
+
+- name: bmc_fanspeed_psufan6outlet_rpm
+  description: Speed of PSU Fan 6 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4576 #Fan6 Outlet
+
+- name: bmc_fanspeed_psufan7inlet_rpm
+  description: Speed of PSU Fan 7 Inlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4640 #Fan7 Inlet
+
+- name: bmc_fanspeed_psufan7outlet_rpm
+  description: Speed of PSU Fan 7 Outlet reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4704 #Fan7 Outlet
+
+- name: bmc_temp_cpu1dimm1_celsius
+  description: Temperature of CPU1 DIMM1 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4816 #CPU1 DIMM1
+
+- name: bmc_temp_cpu1dimm2_celsius
+  description: Temperature of CPU1 DIMM2 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4880 #CPU1 DIMM2
+
+- name: bmc_temp_cpu1dimm3_celsius
+  description: Temperature of CPU1 DIMM3 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 4944 #CPU1 DIMM3
+
+- name: bmc_temp_cpu1dimm4_celsius
+  description: Temperature of CPU1 DIMM4 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5008 #CPU1 DIMM4
+
+- name: bmc_temp_cpu1dimm5_celsius
+  description: Temperature of CPU1 DIMM5 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5072 #CPU1 DIMM5
+
+- name: bmc_temp_cpu1dimm6_celsius
+  description: Temperature of CPU1 DIMM6 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5136 #CPU1 DIMM6
+
+- name: bmc_temp_cpu1dimm7_celsius
+  description: Temperature of CPU1 DIMM7 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5200 #CPU1 DIMM7
+
+- name: bmc_temp_cpu1dimm8_celsius
+  description: Temperature of CPU1 DIMM8 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5264 #CPU1 DIMM8
+
+- name: bmc_temp_cpu1dimm9_celsius
+  description: Temperature of CPU1 DIMM9 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5328 #CPU1 DIMM9
+
+- name: bmc_temp_cpu1dimm10_celsius
+  description: Temperature of CPU1 DIMM10 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5392 #CPU1 DIMM10
+
+- name: bmc_temp_cpu1dimm11_celsius
+  description: Temperature of CPU1 DIMM11 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5456 #CPU1 DIMM11
+
+- name: bmc_temp_cpu1dimm12_celsius
+  description: Temperature of CPU1 DIMM12 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5520 #CPU1 DIMM12
+
+- name: bmc_temp_cpu2dimm1_celsius
+  description: Temperature of CPU2 DIMM1 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5584 #CPU2 DIMM1
+
+- name: bmc_temp_cpu2dimm2_celsius
+  description: Temperature of CPU2 DIMM2 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5648 #CPU2 DIMM2
+
+- name: bmc_temp_cpu2dimm3_celsius
+  description: Temperature of CPU2 DIMM3 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5712 #CPU2 DIMM3
+
+- name: bmc_temp_cpu2dimm4_celsius
+  description: Temperature of CPU2 DIMM4 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5776 #CPU2 DIMM4
+
+- name: bmc_temp_cpu2dimm5_celsius
+  description: Temperature of CPU2 DIMM5 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5840 #CPU2 DIMM5
+
+- name: bmc_temp_cpu2dimm6_celsius
+  description: Temperature of CPU2 DIMM6 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5904 #CPU2 DIMM6
+
+- name: bmc_temp_cpu2dimm7_celsius
+  description: Temperature of CPU2 DIMM7 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 5968 #CPU2 DIMM7
+
+- name: bmc_temp_cpu2dimm8_celsius
+  description: Temperature of CPU2 DIMM8 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6032 #CPU2 DIMM8
+
+- name: bmc_temp_cpu2dimm9_celsius
+  description: Temperature of CPU2 DIMM9 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6096 #CPU2 DIMM9
+
+- name: bmc_temp_cpu2dimm10_celsius
+  description: Temperature of CPU2 DIMM10 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6160 #CPU2 DIMM10
+
+- name: bmc_temp_cpu2dimm11_celsius
+  description: Temperature of CPU2 DIMM11 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6224 #CPU2 DIMM11
+
+- name: bmc_temp_cpu2dimm12_celsius
+  description: Temperature of CPU2 DIMM12 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6288 #CPU2 DIMM12
+
+- name: bmc_temp_inletambient_celsius
+  description: Temperature of Inlet Ambient reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6400 #Inlet Ambient
+
+- name: bmc_temp_cpu1_celsius
+  description: Temperature of CPU1 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6464 #CPU1
+
+- name: bmc_temp_cpu2_celsius
+  description: Temperature of CPU2 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6528 #CPU2
+
+- name: bmc_temp_pcioutlet_celsius
+  description: Temperature of PCI Outlet reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6592 #PCI Outlet
+
+- name: bmc_temp_sr5670outlet_celsius
+  description: Temperature of SR5670 Outlet reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6656 #SR5670 Outlet
+
+- name: bmc_temp_rearboard_celsius
+  description: Temperature of Rear Board reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6720 #Rear Board
+
+- name: bmc_temp_pcimid_celsius
+  description: Temperature of PCI Mid reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6784 #PCI Mid
+
+- name: bmc_temp_pciinlet_celsius
+  description: Temperature of PCI Inlet reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6848 #PCI Inlet
+
+- name: bmc_temp_rearboard2_celsius
+  description: Temperature of Rear Board2 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6912 #Rear Board2
+
+- name: bmc_temp_cpuinlet_celsius
+  description: Temperature of CPU Inlet reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 6976 #CPU Inlet
+
+- name: bmc_temp_psinletambient_celsius
+  description: Temperature of PS Inlet Ambient reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 7040 #PS Inlet Ambient
+
+- name: bmc_temp_iocontroller_celsius
+  description: Temperature of IO Controller reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 7104 #IO Controller
+
+- name: bmc_temp_pci16_riser_celsius
+  description: Temperature of PCI16_RISER reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 7168 #PCI16_RISER
+
+- name: bmc_temp_pci4_riser_celsius
+  description: Temperature of PCI4_RISER reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 7232 #PCI4_RISER
diff --git a/input/grid5000/sites/sophia/clusters/suno/suno_metrics.yaml b/input/grid5000/sites/sophia/clusters/suno/suno_metrics.yaml
new file mode 100644
index 0000000000..7893fd5d28
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/suno/suno_metrics.yaml
@@ -0,0 +1,85 @@
+---
+metrics:
+
+- 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: 10 #Inlet Temp
+
+- name: bmc_fanspeed_fanmod1a_rpm
+  description: Speed of FAN MOD 1A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 33 #FAN MOD 1A RPM
+
+- name: bmc_fanspeed_fanmod1b_rpm
+  description: Speed of FAN MOD 1B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 34 #FAN MOD 1B RPM
+
+- name: bmc_fanspeed_fanmod2a_rpm
+  description: Speed of FAN MOD 2A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 35 #FAN MOD 2A RPM
+
+- name: bmc_fanspeed_fanmod2b_rpm
+  description: Speed of FAN MOD 2B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 36 #FAN MOD 2B RPM
+
+- name: bmc_fanspeed_fanmod3a_rpm
+  description: Speed of FAN MOD 3A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 37 #FAN MOD 3A RPM
+
+- name: bmc_fanspeed_fanmod3b_rpm
+  description: Speed of FAN MOD 3B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 38 #FAN MOD 3B RPM
+
+- name: bmc_fanspeed_fanmod4a_rpm
+  description: Speed of FAN MOD 4A reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 39 #FAN MOD 4A RPM
+
+- name: bmc_fanspeed_fanmod4b_rpm
+  description: Speed of FAN MOD 4B reported by BMC, in rpm
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 40 #FAN MOD 4B RPM
diff --git a/input/grid5000/sites/sophia/clusters/uvb/uvb_metrics.yaml b/input/grid5000/sites/sophia/clusters/uvb/uvb_metrics.yaml
new file mode 100644
index 0000000000..cc480dfdb9
--- /dev/null
+++ b/input/grid5000/sites/sophia/clusters/uvb/uvb_metrics.yaml
@@ -0,0 +1,102 @@
+---
+metrics:
+
+- 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_voltage_ps12v_volt
+  description: Voltage of PS 12V reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 14 #PS 12V
+
+- name: bmc_voltage_ps5v_volt
+  description: Voltage of PS 5V reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 15 #PS 5V
+
+- name: bmc_temp_mlbtemp2_celsius
+  description: Temperature of MLB TEMP 2 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 16 #MLB TEMP 2
+
+- name: bmc_temp_mlbtemp3_celsius
+  description: Temperature of MLB TEMP 3 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 17 #MLB TEMP 3
+
+- name: bmc_temp_processor1temp_celsius
+  description: Temperature of Processor 1 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 18 #Processor 1 Temp
+
+- name: bmc_temp_mlbtemp1_celsius
+  description: Temperature of MLB TEMP 1 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 19 #MLB TEMP 1
+
+- name: bmc_temp_processor2temp_celsius
+  description: Temperature of Processor 2 reported by BMC, in celsius
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 20 #Processor 2 Temp
+
+- name: bmc_voltage_stby3.3v_volt
+  description: Voltage of STBY 3.3V reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 21 #STBY 3.3V
+
+- name: bmc_current_ps_amp
+  description: PS Current reported by BMC, in amp
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 22 #PS Current
+
+- name: bmc_voltage_vcore1_volt
+  description: Voltage of VCORE 1 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 26 #VCORE 1
+
+- name: bmc_voltage_vcore2_volt
+  description: Voltage of VCORE 2 reported by BMC, in volt
+  period: 0
+  optional_period: 5000
+  source:
+    protocol: ipmisensor
+    id: 27 #VCORE 2
-- 
GitLab