mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 17:04:42 +02:00
feat(alertmanager): ajouter webhook n8n pour résumés alertes par email
AlertManager envoie maintenant les alertes à deux receivers : - hermes-monitor (webhook Hermes existant) - n8n webhook → LLM summary → Gmail Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e644c1ae1b
commit
0df9ccf812
1 changed files with 2 additions and 0 deletions
|
|
@ -135,6 +135,8 @@ alertmanager:
|
|||
webhook_configs:
|
||||
- url: 'http://192.168.10.1:9093/webhook'
|
||||
send_resolved: true
|
||||
- url: 'http://n8n.lab.local/webhook/alerts'
|
||||
send_resolved: true
|
||||
|
||||
prometheusOperator:
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue