post: commit e96c2d9 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 7s

This commit is contained in:
2026-06-06 16:31:18 +02:00
committed by Betty
parent b216a59a93
commit 25b0d35e14

View File

@@ -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 <noreply@anthropic.com>
### Files Changed
```
M volumes/prometheus/rules/alerts.yml
```
### Diff Summary
```
volumes/prometheus/rules/alerts.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
```