mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 10:56:57 +08:00
mysql restart alert: severity=info
This commit is contained in:
parent
971bbe03ec
commit
97345d3b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ groups:
|
||||||
- name: MySQL restarted
|
- name: MySQL restarted
|
||||||
description: MySQL has just been restarted, less than one minute ago on {{ $labels.instance }}.
|
description: MySQL has just been restarted, less than one minute ago on {{ $labels.instance }}.
|
||||||
query: 'mysql_global_status_uptime < 60'
|
query: 'mysql_global_status_uptime < 60'
|
||||||
severity: warning
|
severity: info
|
||||||
|
|
||||||
- name: PostgreSQL
|
- name: PostgreSQL
|
||||||
exporters:
|
exporters:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue