From 3f90017f8f9b18febf7b0240da93aa4c6d7506d7 Mon Sep 17 00:00:00 2001 From: grafana-watcher Date: Tue, 21 Jul 2026 20:30:20 +0200 Subject: [PATCH] post: commit f2c208e in bojemoi --- .../commits/2026-07-21-commit-f2c208e.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 content/posts/commits/2026-07-21-commit-f2c208e.md diff --git a/content/posts/commits/2026-07-21-commit-f2c208e.md b/content/posts/commits/2026-07-21-commit-f2c208e.md new file mode 100644 index 0000000..890db1e --- /dev/null +++ b/content/posts/commits/2026-07-21-commit-f2c208e.md @@ -0,0 +1,44 @@ +--- +title: "[bojemoi] fix(alert-agent): corriger le chat_id Telegram" +date: 2026-07-21T20:30:20+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit f2c208e par grafana-watcher dans bojemoi" +author: "grafana-watcher" +--- + +## Commit `f2c208e` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | grafana-watcher | +| **Hash** | `f2c208e36ad080c37ec8abd5e7b925cba0161cbb` | + + +### Description + +Créer secret dédié alert_agent_chat_id (-1003898435028 / @bojemoi_ptaas) +avec priorité sur telegram_chat_id (valeur incorrecte partagée). +Ajouter log du body d'erreur Telegram pour debug futur. + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M alert-agent/alert_agent/alerter.py +M alert-agent/alert_agent/config.py +M stack/48-service-alert-agent.yml +``` + +### Diff Summary + +``` + alert-agent/alert_agent/alerter.py | 13 ++++++++++++- + alert-agent/alert_agent/config.py | 3 ++- + stack/48-service-alert-agent.yml | 3 +++ + 3 files changed, 17 insertions(+), 2 deletions(-) +```