diff --git a/exampleConfig.js b/exampleConfig.js index 90584ae..b3d6dac 100644 --- a/exampleConfig.js +++ b/exampleConfig.js @@ -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" }