re-add mistakenly removed retention line to the graphite schema config file

This commit is contained in:
Daniel Brooks 2015-08-02 03:59:28 -04:00
parent eb15f06896
commit 3a170b52b7
1 changed files with 1 additions and 0 deletions

View File

@ -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"