Files
blog/content/posts/commits/2026-05-21-commit-0cfce58.md
Betty b9845233de
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 12s
post: commit 0cfce58 in bojemoi
2026-05-21 13:13:43 +02:00

46 lines
1.1 KiB
Markdown

---
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 <noreply@anthropic.com>
### 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(-)
```