diff --git a/prometheus/prom_rules/prometheus.rules.yml b/prometheus/prom_rules/prometheus.rules.yml index 28cdce674..48a328e6e 100644 --- a/prometheus/prom_rules/prometheus.rules.yml +++ b/prometheus/prom_rules/prometheus.rules.yml @@ -191,9 +191,9 @@ groups: summary: Instance {{ $labels.instance }} low disk space - alert: NoCql expr: scylla_manager_healthcheck_cql_status == -1 - for: 30s + for: 5m labels: - severity: "warn" + severity: "info" annotations: description: '{{ $labels.host }} has denied CQL connection for more than 30 seconds.' summary: Instance {{ $labels.host }} no CQL connection