fix: double usage in query and alert configuration

This commit is contained in:
luhellma 2020-03-25 16:34:04 +01:00
parent 5d8f911d97
commit 5559e0140b

View file

@ -311,7 +311,7 @@ groups:
severity: error
- name: MySQL slow query count
description: MySQL server is having some slow query. The count is higher than 0 on {{ $labels.instance }}
query: 'rate(mysql_global_status_slow_queries[5m]) > 0'
query: '(mysql_global_status_slow_queries > 0'
severity: warning
- name: MySQL restart
description: MySQL has just been restarted, less than one minute ago on {{ $labels.instance }}.