From 25b0d35e148ea476ff943c42973fbc08d0129ed5 Mon Sep 17 00:00:00 2001 From: Betty Date: Sat, 6 Jun 2026 16:31:18 +0200 Subject: [PATCH] post: commit e96c2d9 in bojemoi --- .../commits/2026-06-06-commit-e96c2d9.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 content/posts/commits/2026-06-06-commit-e96c2d9.md diff --git a/content/posts/commits/2026-06-06-commit-e96c2d9.md b/content/posts/commits/2026-06-06-commit-e96c2d9.md new file mode 100644 index 0000000..9517a9a --- /dev/null +++ b/content/posts/commits/2026-06-06-commit-e96c2d9.md @@ -0,0 +1,39 @@ +--- +title: "[bojemoi] fix(monitoring): LabTunnelDown — utiliser node_network_info au lieu de node_network_up" +date: 2026-06-06T16:31:18+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit e96c2d9 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `e96c2d9` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `e96c2d9fd2723d997f370ea91819ce91792e2abd` | + + +### Description + +node_network_up = 0 pour les interfaces tun (operstate=unknown, comportement normal). +node_network_info est absent uniquement si l'interface n'existe pas. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M volumes/prometheus/rules/alerts.yml +``` + +### Diff Summary + +``` + volumes/prometheus/rules/alerts.yml | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) +```