The documentation explain to put in the conf/collectors file: http://<collector1HostName>:<collector1Port>/ http://<collector2HostName>:<collector2Port>/ http://<collector3HostName>:<collector3Port>/
But that file is also used by the bin/start-all.sh script, that simply tries to ssh to that. Of course, ssh to http://something... doesn't work. I have modified the slaves.sh file for striping http:// and :<port> from that file for getting the host to ssh to. I hope this may help other people (maybe I'm doing something wrong?) for slave in `cat "$HOSTLIST" | sed -e 's/^http:\/\///;s/:[0-9]*.*//'`; do -- Guille -ℬḭṩḩø- <bi...@tuenti.com> :wq