diff options
| author | Daniel Brooks <db48x@db48x.net> | 2015-05-22 12:26:42 -0400 |
|---|---|---|
| committer | Daniel Brooks <db48x@db48x.net> | 2015-05-22 12:26:42 -0400 |
| commit | 762ae8585a094ff8163653854adc992fcb00ce66 (patch) | |
| tree | 196071df08388f3c88ce83937280e37b75aff1cb /src | |
| parent | de07d0f7209372c3d339e34ba86986877f6c80ab (diff) | |
fix carbon-cache retention for IABak
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index fc56de85..86229e10 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -65,7 +65,7 @@ graphiteServer = propertyList "iabak graphite server" $ props , "retentions = 60:90d" , "[iabak]" , "pattern = ^iabak\\." - , "retentions = 10m:30d,1h:1y,3h,10y" + , "retentions = 10m:30d,1h:1y,3h:10y" , "[default_1min_for_1day]" , "pattern = .*" , "retentions = 60s:1d" |
