Skip to content

Commit

Permalink
Merge pull request #2107 from amnonh/cql_alert_level
Browse files Browse the repository at this point in the history
prometheus.rules.yml: Change the noCQL alerts to info
  • Loading branch information
amnonh authored Nov 5, 2023
2 parents ed22c45 + a797fe5 commit 74b1f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus/prom_rules/prometheus.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74b1f12

Please sign in to comment.