From a420d20d392b7ab0e9c2f641f6bfbc624cd17eac Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Tue, 19 Jun 2018 17:41:21 +0200 Subject: [PATCH] Removing problematic option --- tmpl/prometheus.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/prometheus.defaults b/tmpl/prometheus.defaults index dbf1dc5..f99b235 100644 --- a/tmpl/prometheus.defaults +++ b/tmpl/prometheus.defaults @@ -1 +1 @@ -PROMETHEUS_OPTS='--config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/var/lib/prometheus/data --storage.local.retention=%%{promStorageRetention}h' +PROMETHEUS_OPTS='--config.file=/etc/prometheus/prometheus.yml --storage.tsdb.path=/var/lib/prometheus/data'