Merge pull request #189 from draco2003/patch-1

set graphite back to default backend
This commit is contained in:
Daniel Schauenberg 2012-11-01 20:34:16 -07:00
Родитель 45380709fa 3b638b2446
Коммит 7873e9738a
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 } ]
}