Update rules.yml

This commit is contained in:
Samuel Berthe 2023-10-24 15:03:51 +02:00 committed by GitHub
parent 97da7f97b6
commit 76de11d71b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: