mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Update rules.yml
This commit is contained in:
parent
97da7f97b6
commit
76de11d71b
1 changed files with 5 additions and 0 deletions
|
|
@ -690,6 +690,11 @@ groups:
|
|||
for: 1h
|
||||
comments: |
|
||||
See https://github.com/samber/awesome-prometheus-alerts/issues/289#issuecomment-1164842737
|
||||
- name: Postgresql invalid index
|
||||
description: 'The table {{ $labels.relname }} has an invalid index: {{ $labels.indexrelname }}. You should execute `DROP INDEX {{ $labels.indexrelname }};`'
|
||||
query: 'pg_genaral_index_info_pg_relation_size{indexrelname=~".*ccnew.*"}'
|
||||
severity: warning
|
||||
for: 6h
|
||||
|
||||
- name: SQL Server
|
||||
exporters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue