From 2083f008ad75f5a22f3d42037f1e8e0b8ef38d49 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Wed, 25 Dec 2019 17:37:06 +1300 Subject: [PATCH] prometheus fix config --- configs/workhorse/prometheus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/workhorse/prometheus.nix b/configs/workhorse/prometheus.nix index 9a282ce..574c0ed 100644 --- a/configs/workhorse/prometheus.nix +++ b/configs/workhorse/prometheus.nix @@ -13,7 +13,7 @@ services.prometheus = { enable = true; # keep data for 30 days - extraFlags = "--storage.tsdb.retention.time=30d"; + extraFlags = ["--storage.tsdb.retention.time=30d"]; scrapeConfigs = [ { job_name = "nginx";