diff options
| author | Daniel Brooks <db48x@db48x.net> | 2015-08-02 03:59:28 -0400 |
|---|---|---|
| committer | Daniel Brooks <db48x@db48x.net> | 2015-08-02 03:59:28 -0400 |
| commit | 3a170b52b711bd0d8dfec2538e609cdfbfa11f38 (patch) | |
| tree | eb380f547ce59a931084a4218cd28d367588b4ea /src/Propellor/Property | |
| parent | eb15f06896aeb208d19f6f322905c7782125356e (diff) | |
re-add mistakenly removed retention line to the graphite schema config file
Diffstat (limited to 'src/Propellor/Property')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/IABak.hs | 1 |
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" |
