summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-05-22 13:34:20 -0400
committerJoey Hess2015-05-22 13:34:20 -0400
commite661aad6c493e31b6bd8109ca3d5c90bec28626a (patch)
tree171c86e9ed7e24139241caae325b4d6fcf37bd57 /src
parentde07d0f7209372c3d339e34ba86986877f6c80ab (diff)
merge
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs
index fc56de85..fe2de7c8 100644
--- a/src/Propellor/Property/SiteSpecific/IABak.hs
+++ b/src/Propellor/Property/SiteSpecific/IABak.hs
@@ -63,12 +63,14 @@ graphiteServer = propertyList "iabak graphite server" $ props
[ "[carbon]"
, "pattern = ^carbon\\."
, "retentions = 60:90d"
- , "[iabak]"
+ , "[iabak-connections]"
+ , "pattern = ^iabak\\.shardstats\\.connections"
+ , "retentions = 1h:1y,3h:10y"
+ , "[iabak-default]"
, "pattern = ^iabak\\."
- , "retentions = 10m:30d,1h:1y,3h,10y"
+ , "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"