-
Notifications
You must be signed in to change notification settings - Fork 6
Network Traffic and Proxy Configuration
Mark Bakker edited this page Dec 9, 2016
·
4 revisions
- Traffic is always initiated by the agent to StackState. No sessions are ever initiated from StackState back to the agent
- All traffic is sent over SSL
- 17123/tcp: agent forwarder, used to buffer traffic in case of network splits between the agent and StackState
- 17124/tcp: optional graphite adapter
- 8125/udp: stsstatsd
Starting with version 3.4.0, these ports are available on localhost
(127.0.0.1, ::1 and fe80::1 only), unless non_local_traffic is set
to true.
In most cases (on linux) you run the agent by installing stackstate-agent: In that case traffic flows like this:
stackstate-agent --(localhost:17123)--> stackstate-agent --(https)--> https://stackstate.yourcompany.com
For a detailed configuration guide on proxy setup, head over to Proxy Configuration.