Skip to content

arkenio/arken-docker-dd-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Arken Datadog docker agent

This docker image uses the default DataDog docker agent and configures it to monitor the host and the docker containers

How to run

We have to share mount the /var/run/ directory to the Docker container so that the agent know how to monitor docker

Just run

docker run -d --privileged --name dd-agent -h `hostname` -e API_KEY=<<datadog_api_key>> -v /var/run/:/host/var/run/:ro arken/docker-dd-agent

About

Specific docker image to monitor arken cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages