Skip to content

Commit

Permalink
Backport a fix for the Docker check
Browse files Browse the repository at this point in the history
  • Loading branch information
LotharSee committed Apr 21, 2015
1 parent eaeeac1 commit 58513c7
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN mv /etc/dd-agent/datadog.conf.example /etc/dd-agent/datadog.conf \
# Add Docker check
COPY conf.d/docker.yaml /etc/dd-agent/conf.d/docker.yaml

# Apply Docker backports
COPY docker.py /etc/dd-agent/checks.d/docker.py

COPY entrypoint.sh /entrypoint.sh

# Expose DogStatsD port
Expand Down
Loading

0 comments on commit 58513c7

Please sign in to comment.