From b9845233dead43ba6b05e7870dfd9fa66c9af474 Mon Sep 17 00:00:00 2001 From: Betty Date: Thu, 21 May 2026 13:13:42 +0200 Subject: [PATCH] post: commit 0cfce58 in bojemoi --- .../commits/2026-05-21-commit-0cfce58.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/posts/commits/2026-05-21-commit-0cfce58.md diff --git a/content/posts/commits/2026-05-21-commit-0cfce58.md b/content/posts/commits/2026-05-21-commit-0cfce58.md new file mode 100644 index 0000000..c8a398c --- /dev/null +++ b/content/posts/commits/2026-05-21-commit-0cfce58.md @@ -0,0 +1,45 @@ +--- +title: "[bojemoi] fix(monitoring): suricata-exporter rejoint le réseau overlay monitoring" +date: 2026-05-21T13:13:42+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 0cfce58 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `0cfce58` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `0cfce58aea1984dace0c87f25b8bdebfad03eaf5` | + + +### Description + +Prometheus target "base_suricata-exporter:9917" était DOWN depuis le 19 mai +car le container standalone n'était pas joignable depuis Alloy (overlay). + +- suricata-exporter connecté au réseau monitoring (external) au lieu d'exposer + le port 9917 sur le host +- Alloy: target corrigé base_suricata-exporter → suricata-exporter (DNS stable) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M stack/01-suricata-host.yml +M volumes/alloy/config/config.alloy +``` + +### Diff Summary + +``` + stack/01-suricata-host.yml | 8 ++++++-- + volumes/alloy/config/config.alloy | 2 +- + 2 files changed, 7 insertions(+), 3 deletions(-) +```