From 4a5331898a7601df256149416a5e2f294b0cf364 Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Thu, 9 Apr 2020 09:31:11 +0200
Subject: [PATCH] [lyon] Fix kwollect metrics name

---
 data/grid5000/sites/lyon/clusters/hercule/hercule.json          | 2 +-
 data/grid5000/sites/lyon/clusters/nova/nova.json                | 2 +-
 data/grid5000/sites/lyon/clusters/taurus/taurus.json            | 2 +-
 input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml | 2 +-
 input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml       | 2 +-
 input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/data/grid5000/sites/lyon/clusters/hercule/hercule.json b/data/grid5000/sites/lyon/clusters/hercule/hercule.json
index f76d2a5d960..eaf534d3aa2 100644
--- a/data/grid5000/sites/lyon/clusters/hercule/hercule.json
+++ b/data/grid5000/sites/lyon/clusters/hercule/hercule.json
@@ -19,7 +19,7 @@
       }
     },
     {
-      "description": "Front node ambiant temperature temperature reported by BMC, in celsius",
+      "description": "Front node ambiant temperature reported by BMC, in celsius",
       "name": "bmc_temp_ambiant_celsius",
       "period": 5000,
       "source": {
diff --git a/data/grid5000/sites/lyon/clusters/nova/nova.json b/data/grid5000/sites/lyon/clusters/nova/nova.json
index 5b86f8d32a7..584794576b2 100644
--- a/data/grid5000/sites/lyon/clusters/nova/nova.json
+++ b/data/grid5000/sites/lyon/clusters/nova/nova.json
@@ -28,7 +28,7 @@
       }
     },
     {
-      "description": "Front node ambiant temperature temperature reported by BMC, in celsius",
+      "description": "Front node ambiant temperature reported by BMC, in celsius",
       "name": "bmc_temp_ambiant_celsius",
       "period": 5000,
       "source": {
diff --git a/data/grid5000/sites/lyon/clusters/taurus/taurus.json b/data/grid5000/sites/lyon/clusters/taurus/taurus.json
index cd7768301a6..c486f39b709 100644
--- a/data/grid5000/sites/lyon/clusters/taurus/taurus.json
+++ b/data/grid5000/sites/lyon/clusters/taurus/taurus.json
@@ -28,7 +28,7 @@
       }
     },
     {
-      "description": "Front node ambiant temperature temperature reported by BMC, in celsius",
+      "description": "Front node ambiant temperature reported by BMC, in celsius",
       "name": "bmc_temp_ambiant_celsius",
       "period": 5000,
       "source": {
diff --git a/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml b/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml
index e55e2362dc8..0498520465f 100644
--- a/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml
+++ b/input/grid5000/sites/lyon/clusters/hercule/hercule_metrics.yaml
@@ -19,7 +19,7 @@ metrics:
     protocol: network_equipment
 
 - name: bmc_temp_ambiant_celsius
-  description: Front node ambiant temperature temperature reported by BMC, in celsius
+  description: Front node ambiant temperature reported by BMC, in celsius
   period: 5000
   source:
     protocol: ipmisensor
diff --git a/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml b/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml
index 9a3ecb03e16..07ebc5ef301 100644
--- a/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml
+++ b/input/grid5000/sites/lyon/clusters/nova/nova_metrics.yaml
@@ -21,7 +21,7 @@ metrics:
     protocol: network_equipment
 
 - name: bmc_temp_ambiant_celsius
-  description: Front node ambiant temperature temperature reported by BMC, in celsius
+  description: Front node ambiant temperature reported by BMC, in celsius
   period: 5000
   source:
     protocol: ipmisensor
diff --git a/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml b/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml
index f016cbf7031..1e6be941387 100644
--- a/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml
+++ b/input/grid5000/sites/lyon/clusters/taurus/taurus_metrics.yaml
@@ -21,7 +21,7 @@ metrics:
     protocol: network_equipment
 
 - name: bmc_temp_ambiant_celsius
-  description: Front node ambiant temperature temperature reported by BMC, in celsius
+  description: Front node ambiant temperature reported by BMC, in celsius
   period: 5000
   source:
     protocol: ipmisensor
-- 
GitLab