fix(monitoring): provide alertmanager minimal config
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
global:
|
||||||
|
resolve_timeout: 5m
|
||||||
|
route:
|
||||||
|
receiver: "null"
|
||||||
|
group_by:
|
||||||
|
- job
|
||||||
|
group_wait: 30s
|
||||||
|
group_interval: 5m
|
||||||
|
repeat_interval: 12h
|
||||||
|
receivers:
|
||||||
|
- name: "null"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user