Merge pull request #136 from Ozarklake/master

This commit is contained in:
Samuel Berthe 2020-10-11 17:45:41 +02:00 committed by GitHub
commit f38f3ef098
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,8 +352,8 @@ groups:
query: 'mysql_slave_status_master_server_id > 0 and ON (instance) (mysql_slave_status_seconds_behind_master - mysql_slave_status_sql_delay) > 300'
severity: warning
- name: MySQL slow queries
description: MySQL server is having some slow queries.
query: 'mysql_global_status_slow_queries > 0'
description: MySQL server mysql has some new slow query.
query: rate(mysql_global_status_slow_queries[2m]) > 0
severity: warning
- name: MySQL restarted
description: MySQL has just been restarted, less than one minute ago on {{ $labels.instance }}.