re-add mistakenly removed retention line to the graphite schema config file
This commit is contained in:
parent
eb15f06896
commit
3a170b52b7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue