Docker
StackState Self-hosted v5.1.x
Overview
Monitoring
Setup
Single container
docker run -d \
--name stackstate-agent \
--privileged \
--network="host" \
--pid="host" \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro \
-v /etc/passwd:/etc/passwd:ro \
-v /sys/kernel/debug:/sys/kernel/debug \
-e STS_API_KEY="<STACKSTATE_RECEIVER_API_KEY>" \
-e STS_STS_URL="<STACKSTATE_RECEIVER_API_ADDRESS>" \
-e STS_PROCESS_AGENT_URL="<STACKSTATE_RECEIVER_API_ADDRESS>" \
-e STS_PROCESS_AGENT_ENABLED="true" \
-e STS_NETWORK_TRACING_ENABLED="true" \
-e STS_PROTOCOL_INSPECTION_ENABLED="true" \
-e STS_APM_URL="<STACKSTATE_RECEIVER_API_ADDRESS>" \
-e STS_APM_ENABLED="true" \
-e HOST_PROC="/host/proc" \
-e HOST_SYS="/host/sys" \
quay.io/stackstate/stackstate-agent:3.0.0Docker compose
Docker swarm mode
Upgrade
Configure
Agent configuration
Advanced Agent configuration
External integration configuration
Proxy configuration
Self-Signed Certificates
Traces
Commands
Start or stop the Agent
Status and information
Manually run a check
Troubleshooting
Log files
Debug mode
Support knowledge base
Uninstall
Data retrieved
Topology
Metrics
See also
Last updated