set graphite back to default backend

This commit is contained in:
Dan Rowe 2012-11-02 00:12:15 -03:00
Родитель 45380709fa
Коммит 3b638b2446
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -54,6 +54,6 @@ Optional Variables:
graphitePort: 2003
, graphiteHost: "graphite.host.com"
, port: 8125
, backends: [ "./backends/repeater" ]
, backends: [ "./backends/graphite" ]
, repeater: [ { host: "10.8.3.214", port: 8125 } ]
}