Explorar el Código

Add alert on mysql_up metric

Change-Id: I4de34ad6db6805235966ebcca6fe43ea1faaea42
revert-bumpto57-2
Simon Pasquier hace 7 años
padre
commit
0b8359ea11
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. +9
    -0
      galera/meta/prometheus.yml

+ 9
- 0
galera/meta/prometheus.yml Ver fichero

@@ -1,6 +1,15 @@
{% raw %}
server:
alert:
GaleraServiceDown:
if: >-
mysql_up != 1
labels:
severity: warning
service: mysql
annotations:
summary: 'Galera service down'
description: 'Galera service is down on node {{ $labels.host }}'
GaleraNodeNotReady:
if: 'mysql_wsrep_ready != 1'
for: 1m

Cargando…
Cancelar
Guardar