From 3a170b52b711bd0d8dfec2538e609cdfbfa11f38 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Sun, 2 Aug 2015 03:59:28 -0400 Subject: re-add mistakenly removed retention line to the graphite schema config file --- src/Propellor/Property/SiteSpecific/IABak.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index 8ed3b38f..7740f820 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -71,6 +71,7 @@ graphiteServer = propertyList "iabak graphite server" $ props , "retentions = 10m:30d,1h:1y,3h:10y" , "[default_1min_for_1day]" , "pattern = .*" + , "retentions = 60s:1d" ] & graphiteCSRF & cmdProperty "graphite-manage" ["syncdb", "--noinput"] `flagFile` "/etc/flagFiles/graphite-syncdb" -- cgit v1.2.3