diff --git a/content/posts/commits/2026-05-23-commit-2c1ae06.md b/content/posts/commits/2026-05-23-commit-2c1ae06.md new file mode 100644 index 0000000..8f4ce09 --- /dev/null +++ b/content/posts/commits/2026-05-23-commit-2c1ae06.md @@ -0,0 +1,41 @@ +--- +title: "[bojemoi] fix(alert-agent): éviter le spam Telegram sur les alertes node-level" +date: 2026-05-23T19:11:04+02:00 +draft: false +tags: ["commit", "bojemoi", "main"] +categories: ["Git Activity"] +summary: "Commit 2c1ae06 par Betty dans bojemoi" +author: "Betty" +--- + +## Commit `2c1ae06` + +| | | +|---|---| +| **Repository** | bojemoi | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `2c1ae06119c0b0a4e6e56af9f68d6dacc0ac178e` | + + +### Description + +- system prompt: node/host-level alerts → toujours noop ou notify_only +- webhook: skip notification Telegram si noop après rejet (évite boucle spam) + +Co-Authored-By: Claude Sonnet 4.6 + +### Files Changed + +``` +M alert-agent/alert_agent/llm.py +M alert-agent/alert_agent/webhook.py +``` + +### Diff Summary + +``` + alert-agent/alert_agent/llm.py | 2 ++ + alert-agent/alert_agent/webhook.py | 6 +++++- + 2 files changed, 7 insertions(+), 1 deletion(-) +```