42 lines
939 B
Markdown
42 lines
939 B
Markdown
---
|
|
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(-)
|
|
```
|