You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alertmanager_web_external_url: "http://localhost:{{ alertmanager_port}}/"# TODO: is this right??
17
17
18
-
alertmanager_data_retention: '120h'# --data.retention # How long to keep data for
19
-
alertmanager_data_maintenance_interval: '15m'# --data.maintenance-interval: Interval between garbage collection and snapshotting to disk of the silences and the notification logs
18
+
alertmanager_data_retention: '120h'
19
+
alertmanager_data_maintenance_interval: '15m'
20
20
alertmanager_config_flags: {} # other command-line parameters as shown by `man alertmanager`
21
-
# TODO: data retention?
22
21
alertmanager_config_template: alertmanager.yml.j2
23
22
24
-
25
23
# everything below here is interpolated into alertmanager_config_default:
26
24
27
25
# Uncomment below and add Slack bot app creds for Slack integration
0 commit comments