From 3dc9c62a1b97491b06f8e13777b998c434575af7 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Mon, 13 Jul 2026 14:36:50 +0200 Subject: [PATCH] post: commit 58cd876 in bojemoi --- .../commits/2026-07-13-commit-58cd876.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-07-13-commit-58cd876.md diff --git a/content/posts/commits/2026-07-13-commit-58cd876.md b/content/posts/commits/2026-07-13-commit-58cd876.md new file mode 100644 index 0000000..80b6467 --- /dev/null +++ b/content/posts/commits/2026-07-13-commit-58cd876.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] fix(grafana-watcher): corriger les queries des templates auto-générés" +date: 2026-07-13T14:36:50+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 58cd876 par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `58cd876` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `58cd876b9f5c7744ad1ff0735fddcea35cb408d2` | + + +### Description + +- infra.json.j2: remplacer container_last_seen{name=~"stack_.*"} par + swarm_service_running_replicas{exported_stack="stack"} — le label + `name` n'existe pas en mode Swarm cAdvisor +- pipeline.json.j2: idem pour ak47/bm12/nuclei/uzi — utiliser + swarm_service_running_replicas{service_name=~".*ak47.*"} etc. +- Ajouter panels CPU node-exporter (meta-76/68) et RAM dans infra template + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M grafana-watcher/templates/infra.json.j2 +M grafana-watcher/templates/pipeline.json.j2 +``` + +### Diff Summary + +``` + grafana-watcher/templates/infra.json.j2 | 96 ++++++++++++++++++++++++++---- + grafana-watcher/templates/pipeline.json.j2 | 34 +++++++---- + 2 files changed, 106 insertions(+), 24 deletions(-) +```