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