feat: P0 backup system (WAL+snapshot+restore+verify), monitoring stack, admin health API
This commit is contained in:
11
monitoring/alertmanager.yml
Normal file
11
monitoring/alertmanager.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
route:
|
||||
receiver: 'telegram'
|
||||
group_wait: 10s
|
||||
group_interval: 5m
|
||||
repeat_interval: 1h
|
||||
|
||||
receivers:
|
||||
- name: 'telegram'
|
||||
webhook_configs:
|
||||
- url: 'http://alertmanager-bridge:8080/alert'
|
||||
send_resolved: true
|
||||
Reference in New Issue
Block a user