Created
June 6, 2014 20:55
-
-
Save LotharSee/d90906b93383d9b2ae78 to your computer and use it in GitHub Desktop.
Datadog Agent Dockerfile example, integrating Apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM datadog/docker-dd-agent | |
# Set your API key | |
RUN sed -i -e"s/^.*api_key:.*$/api_key: EXAMPLE_API_KEY/" /etc/dd-agent/datadog.conf | |
# Add Apache check configuration | |
ADD apache.yaml /etc/dd-agent/conf.d/apache.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment