graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #06374
Re: [Question #404315]: Could not send data using Synthesize with Vagrant
Question #404315 on Graphite changed:
https://answers.launchpad.net/graphite/+question/404315
Status: Open => Answered
Jason Dixon proposed the following answer:
Hi Agustina,
You're sending metrics to the wrong port. The port mappings are listed
at https://github.com/obfuscurity/synthesize#vagrant but it's assumed
that users are already familiar with the purpose of each. Here's a quick
breakdown:
guest: 443, host: 8443 --> apache (graphite-web, used for web/api)
guest: 8125, host: 8125 --> statsite (statsd, used for metrics aggregation)
guest: 2003, host: 22003 --> carbon-cache (plaintext, where you want to send your metrics with nc)
guest: 2004, host: 22004 --> carbon-cache (pickle protocol, used among carbon services or other pickle-compatible clients)
So you really want to send your nc connection to port 2003 if you're
*inside* the vagrant box, or 22003 from the host system (or elsewhere).
Thanks,
Jason
--
You received this question notification because your team graphite-dev
is an answer contact for Graphite.