From b94768f00bcb48095452f9d507623bc13df8b115 Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Sun, 11 Apr 2021 19:18:40 +0100 Subject: [PATCH] fix summary in alerts [ci skip] --- .../kubernetes/monitoring/prometheus_chart_values.tpl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/kubernetes/monitoring/prometheus_chart_values.tpl b/modules/kubernetes/monitoring/prometheus_chart_values.tpl index 899a7325..a6cca12f 100644 --- a/modules/kubernetes/monitoring/prometheus_chart_values.tpl +++ b/modules/kubernetes/monitoring/prometheus_chart_values.tpl @@ -170,7 +170,6 @@ serverFiles: annotations: summary: OpenWRT high memory usage. Can cause services getting stuck. - # Check if services are down - name: Mailserver Down rules: - alert: Mail server has no replicas available @@ -178,7 +177,8 @@ serverFiles: for: 10m labels: severity: page - annotations: Mail server has no available replicas. This means mail may not be received. + annotations: + summary: Mail server has no available replicas. This means mail may not be received. - name: Hackmd Down rules: - alert: Hackmd has no replicas available @@ -186,7 +186,8 @@ serverFiles: for: 1m labels: severity: page - annotations: Hackmd has no available replicas. + annotations: + summary: Hackmd has no available replicas. - name: Privatebin Down rules: - alert: Privatebin has no replicas available @@ -194,7 +195,8 @@ serverFiles: for: 10m labels: severity: page - annotations: Privatebin has no available replicas. + annotations: + summary: Privatebin has no available replicas. extraScrapeConfigs: | - job_name: 'snmp-idrac'