From 5f644a1921cae692c53b09e62e1d16a00160cad8 Mon Sep 17 00:00:00 2001 From: Bartosz Kupidura Date: Tue, 11 Apr 2017 15:34:25 +0200 Subject: [PATCH] Typo Change-Id: I7e04706411018b117e8d2ec523667f6048cf932e --- prometheus/meta/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/meta/prometheus.yml b/prometheus/meta/prometheus.yml index b395c17..eb8df8d 100644 --- a/prometheus/meta/prometheus.yml +++ b/prometheus/meta/prometheus.yml @@ -2,7 +2,7 @@ server: alert: PrometheusUP: - if: 'up != 0' + if: 'up != 1' labels: severity: critical service: prometheus