summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Brooks2015-08-02 03:59:28 -0400
committerDaniel Brooks2015-08-02 03:59:28 -0400
commit3a170b52b711bd0d8dfec2538e609cdfbfa11f38 (patch)
treeeb380f547ce59a931084a4218cd28d367588b4ea /src
parenteb15f06896aeb208d19f6f322905c7782125356e (diff)
re-add mistakenly removed retention line to the graphite schema config file
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs1
1 files changed, 1 insertions, 0 deletions
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"