Explorar el Código

Cosmetic changes for alerts

Change-Id: I2dc6f8619357fe8ebdd7bee02c5384a897d34db3
Closes-bug: PROD-20466
master
Michal Kobus hace 6 años
padre
commit
4c5d79ca81
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      galera/meta/prometheus.yml

+ 2
- 2
galera/meta/prometheus.yml Ver fichero

@@ -32,7 +32,7 @@ server:
service: mysql
annotations:
summary: "Galera service is not ready"
description: "The Galera service on the {{ $labels.host }} node is not ready to serve queries for at least 1 minute."
description: "The Galera service on the {{ $labels.host }} node is not ready to serve queries for 1 minute."
{%- endraw %}
GaleraNodeNotConnected:
if: >-
@@ -44,5 +44,5 @@ server:
service: mysql
annotations:
summary: "Galera service is not connected"
description: "The Galera service on the {{ $labels.host }} node is not connected to the cluster for at least 1 minute."
description: "The Galera service on the {{ $labels.host }} node is not connected to the cluster for 1 minute."
{%- endraw %}

Cargando…
Cancelar
Guardar