From 60bb55b4aa1a337f78c4cfc848fb0a82e8290d5a Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Tue, 6 Sep 2016 11:10:29 +0200 Subject: [PATCH] example: fix config typo --- examples/ha/alertmanager.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ha/alertmanager.yaml b/examples/ha/alertmanager.yaml index 28053e5d..aa49f195 100644 --- a/examples/ha/alertmanager.yaml +++ b/examples/ha/alertmanager.yaml @@ -1,5 +1,5 @@ global: - resolved_timeout: 1m + resolve_timeout: 1m route: group_by: ['alertname']