diff options
| author | Daniel Brooks <db48x@db48x.net> | 2015-05-22 12:27:38 -0400 |
|---|---|---|
| committer | Daniel Brooks <db48x@db48x.net> | 2015-05-22 12:27:38 -0400 |
| commit | 65b511e2d4f4ec9864167e414e76b967eda32dba (patch) | |
| tree | b54f9aae323f22489a3ec7a22fbb49576c1392b4 /src | |
| parent | 762ae8585a094ff8163653854adc992fcb00ce66 (diff) | |
shorten retention for IABak connections stat
should have committed this ages ago :(
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 3 |
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" |
