post: commit 2c1ae06 in bojemoi
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled

This commit is contained in:
2026-05-23 19:11:04 +02:00
committed by Betty
parent 2d028290b8
commit 6c52735786

View File

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