From c2547602c79c6973b00a40cc0b4483ec6ca7ccb4 Mon Sep 17 00:00:00 2001
From: Simon Delamare <simon.delamare@ens-lyon.fr>
Date: Tue, 25 Apr 2023 11:41:32 +0200
Subject: [PATCH] [grenoble] Fix servan's bmc_ambient_temp_celsius metric
 description

---
 data/grid5000/sites/grenoble/clusters/servan/servan.json        | 2 +-
 .../grid5000/sites/grenoble/clusters/servan/servan_metrics.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/grid5000/sites/grenoble/clusters/servan/servan.json b/data/grid5000/sites/grenoble/clusters/servan/servan.json
index 29f4bd23d64..e66d1ac4d0d 100644
--- a/data/grid5000/sites/grenoble/clusters/servan/servan.json
+++ b/data/grid5000/sites/grenoble/clusters/servan/servan.json
@@ -14,7 +14,7 @@
       }
     },
     {
-      "description": "Front node ambiant temperature reported by BMC, in celsius",
+      "description": "Front node ambient temperature reported by BMC, in celsius",
       "name": "bmc_ambient_temp_celsius",
       "period": 5000,
       "scale_factor": 0.1,
diff --git a/input/grid5000/sites/grenoble/clusters/servan/servan_metrics.yaml b/input/grid5000/sites/grenoble/clusters/servan/servan_metrics.yaml
index 3529330d043..4628ed25d69 100644
--- a/input/grid5000/sites/grenoble/clusters/servan/servan_metrics.yaml
+++ b/input/grid5000/sites/grenoble/clusters/servan/servan_metrics.yaml
@@ -2,7 +2,7 @@
 metrics:
 
   - name: bmc_ambient_temp_celsius
-    description: Front node ambiant temperature reported by BMC, in celsius
+    description: Front node ambient temperature reported by BMC, in celsius
     period: 5000
     scale_factor: 0.1
     source:
-- 
GitLab