Sign inSign up

outlyer/agent2

By outlyer

Updated over 7 years ago

Outlyer Agent v2

Image
0

5M+

outlyer/agent2 repository overview

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}

Extra Options:

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:

  • DEBUG: ‘true’ or ‘false’
  • HOSTNAME: string value
  • LABELS: Add labels in format ‘key1:value1,key2:value2,…’
  • METRIC_LABELS: Add metric_labels in format ‘key1,key2,…’
  • SOLO: ‘true’ or ‘false’
  • CONFIG_DIR: string value
  • DOCKER: string value
  • ROOTFS: string value

Tag summary

Content type

Image

Digest

Size

151.4 MB

Last updated

over 7 years ago

docker pull outlyer/agent2:1.5.13-java