summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorDaniel Brooks2015-05-22 12:27:38 -0400
committerDaniel Brooks2015-05-22 12:27:38 -0400
commit65b511e2d4f4ec9864167e414e76b967eda32dba (patch)
treeb54f9aae323f22489a3ec7a22fbb49576c1392b4 /src/Propellor
parent762ae8585a094ff8163653854adc992fcb00ce66 (diff)
shorten retention for IABak connections stat
should have committed this ages ago :(
Diffstat (limited to 'src/Propellor')
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs
index 86229e10..4ddc6380 100644
--- a/src/Propellor/Property/SiteSpecific/IABak.hs
+++ b/src/Propellor/Property/SiteSpecific/IABak.hs
@@ -63,6 +63,9 @@ graphiteServer = propertyList "iabak graphite server" $ props
[ "[carbon]"
, "pattern = ^carbon\\."
, "retentions = 60:90d"
+ , "[iabak-connections]"
+ , "pattern = ^iabak\.shardstats\.connections"
+ , "retentions = 1h:1y,3h:10y"
, "[iabak]"
, "pattern = ^iabak\\."
, "retentions = 10m:30d,1h:1y,3h:10y"