This downloads the full Outlyer monitoring agent. It will detect containers running on the host and register them as children of the Host in the App2 Host List.
These discovered containers are targetable to run checks against. To run the container use the following command:
AGENT_KEY=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx AGENT_VERSION=0.0.42
docker run -d
-e "AGENT_KEY=${AGENT_KEY}"
-v /var/run/docker.sock:/var/run/docker.sock:ro
-v /proc:/host/proc:ro
-v /sys/fs/cgroup:/host/sys/fs/cgroup:ro
outlyer/agent2:${AGENT_VERSION}
In addition to the Agent Key, that is required, you can pass the following environment options to the container. Please see the agent configuration support page for more detail on the options:
Content type
Image
Digest
Size
151.4 MB
Last updated
over 7 years ago
docker pull outlyer/agent2:1.5.13-java