From c0481c85b7b63c8273cf5b12ad6dcd4829886ebf Mon Sep 17 00:00:00 2001 From: Michal Kobus Date: Mon, 14 Jan 2019 16:53:15 +0100 Subject: [PATCH 1/1] Correct InfluxDB alerts Change-Id: I62d170917f802578e6bac56fdc05f5e81ec32e3a --- influxdb/meta/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influxdb/meta/prometheus.yml b/influxdb/meta/prometheus.yml index d341eb4..6ff2229 100644 --- a/influxdb/meta/prometheus.yml +++ b/influxdb/meta/prometheus.yml @@ -56,7 +56,7 @@ server: severity: warning service: influxdb annotations: - summary: "Reached{%- endraw %} {{ influx_max_series_threshold }}%{%- raw %} of time series in the InfluxDB {{ $labels.database }} database" + summary: "Reached{%- endraw %} {{ monitoring.max_series_percentage }}%{%- raw %} of time series in the InfluxDB {{ $labels.database }} database" description: "The InfluxDB {{ $labels.database }} database contains {{ $value }} time series." InfluxdbSeriesMaxNumberCritical: {%- endraw %} -- 2.32.7