diff --git a/src/alert_rules/prometheus/prometheus_alerts.yaml b/src/alert_rules/prometheus/prometheus_alerts.yaml index 34ecb9eac..600441cfd 100644 --- a/src/alert_rules/prometheus/prometheus_alerts.yaml +++ b/src/alert_rules/prometheus/prometheus_alerts.yaml @@ -7,7 +7,7 @@ "message": "Scrape on {{ $labels.juju_unit }} failed. Ensure that the OpenSearch systemd service is healthy and that the unit is part of the cluster." "summary": "OpenSearch exporter scrape failed" "expr": | - up{job=~".*opensearch_.*"} < 1 + up < 1 "for": "5m" "labels": "severity": "critical"