Implement Monlet MVP stack and UI updates

This commit is contained in:
Stanislav Rossovskii
2026-05-27 10:01:59 +04:00
parent dcea096327
commit edc51e9c59
145 changed files with 15618 additions and 248 deletions

View File

@@ -0,0 +1,15 @@
# Example Alertmanager config. REPLACE the receiver before using in any real
# environment — the default 'null' receiver silently drops alerts.
route:
group_by: ["alertname", "agent_id", "check_id"]
group_wait: 10s
group_interval: 30s
repeat_interval: 1h
receiver: "null"
receivers:
- name: "null"
# Intentionally empty: drops everything routed here. Add your real
# receiver (email_configs, telegram_configs, webhook_configs, ...) and
# repoint `route.receiver` at it.