Skip to content

Commit

Permalink
Update rules.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samber authored Aug 22, 2023
1 parent 4279ded commit 053cde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _data/rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ groups:
severity: warning
- name: Postgresql too many connections
description: PostgreSQL instance has too many connections (> 80%).
expr: 'sum by (instance, job, server) (pg_stat_activity_count) > min by (instance, job, server) (pg_settings_max_connections * 0.8)'
query: 'sum by (instance, job, server) (pg_stat_activity_count) > min by (instance, job, server) (pg_settings_max_connections * 0.8)'
severity: warning
for: 2m
- name: Postgresql not enough connections
Expand Down

0 comments on commit 053cde2

Please sign in to comment.