From f099f75dab033471262aa438206aa0c551b857a4 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 11 Jun 2026 21:15:54 +0200 Subject: [PATCH] post: commit 022f4af in bojemoi --- .../commits/2026-06-11-commit-022f4af.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 content/posts/commits/2026-06-11-commit-022f4af.md diff --git a/content/posts/commits/2026-06-11-commit-022f4af.md b/content/posts/commits/2026-06-11-commit-022f4af.md new file mode 100644 index 0000000..81f57c8 --- /dev/null +++ b/content/posts/commits/2026-06-11-commit-022f4af.md @@ -0,0 +1,40 @@ +--- +title: "[bojemoi] fix(prometheus): correction label LabTunnelDown alert rule" +date: 2026-06-11T21:15:54+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 022f4af par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `022f4af` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `022f4af21cb1a89ac8e1c6411c44643ff5c9df82` | + + +### Description + +node_hostname="meta-76" n'existe pas dans les métriques scrappées. +Remplacé par instance="meta-76" (label réel de node-exporter). +Élimine la fausse alerte permanente sur le tunnel C2. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M volumes/prometheus/rules/alerts.yml +``` + +### Diff Summary + +``` + volumes/prometheus/rules/alerts.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) +```