Add cadvisor support with monitoring stack: alertmanager, loki, node-red, promtail

This commit is contained in:
Freazzzing
2026-02-04 13:21:16 +00:00
parent 0d85bd53aa
commit 338e0b0f19
13 changed files with 241 additions and 0 deletions

View File

@ -0,0 +1,21 @@
global:
smtp_smarthost: 'localhost:25'
smtp_from: 'alertmanager@example.com'
route:
group_by: ['alertname']
group_wait: 30s
group_interval: 5m
repeat_interval: 12h
receiver: 'email-notifications'
receivers:
- name: 'email-notifications'
email_configs:
- to: 'alerts@example.com'
send_resolved: true
- name: 'webhook-notifications'
webhook_configs:
- url: 'http://node-red:1880/alerts'
send_resolved: true