From c4f0a0e16117988b7f9488712b101bb08f8bc151 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 9 Nov 2022 08:25:15 +0000 Subject: [PATCH] Fix typo --- cookbooks/prometheus/templates/default/alert_rules.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/prometheus/templates/default/alert_rules.yml.erb b/cookbooks/prometheus/templates/default/alert_rules.yml.erb index 92983b27a..5b2ec56ac 100644 --- a/cookbooks/prometheus/templates/default/alert_rules.yml.erb +++ b/cookbooks/prometheus/templates/default/alert_rules.yml.erb @@ -149,7 +149,7 @@ groups: for: 15m labels: alertgroup: fastly - - alert: multipe fastly healthchecks failing + - alert: multiple fastly healthchecks failing expr: count(fastly_healthcheck_status == 0) > 4 for: 5m labels: -- 2.39.5