I have followed this tutorial to install and configure stats.d and Graphite :
However, my graphite can only see local agent and, when I start my statsd on another server, I have this error
30 Jan 10:50:29 - DEBUG: numStats: 3
30 Jan 10:50:29 - DEBUG: Error: connect ECONNREFUSED
Here is my stats.d local.js configuration file :
{
graphitePort: 2003
, graphiteHost: "my.ip.add"
, port: 8125
, backends: [ "./backends/graphite" ]
, debug: true
, dumpMessages: true
}
It doesn't change anything wether I put the ip or the host of graphite.
Also, if this can help, the 2 servers (the one with stats.d and the one with graphite) are ovh kimsufi serveurs running Debian 7