comment out repeater config (not required to run), change host.com to example.com (see rfc2606) in example config

This commit is contained in:
david raistrick 2012-12-14 17:58:46 -05:00
Родитель 3392f73e58
Коммит 53a23c931d
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -64,9 +64,9 @@ Optional Variables:
*/
{
graphitePort: 2003
, graphiteHost: "graphite.host.com"
, graphiteHost: "graphite.example.com"
, port: 8125
, backends: [ "./backends/graphite" ]
, repeater: [ { host: "10.8.3.214", port: 8125 } ]
, repeaterProtocol: "udp4"
//, repeater: [ { host: "graphiterepeater.example.com", port: 8125 } ]
//, repeaterProtocol: "udp4"
}