Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

added collectd docker plugin with default managed config. If the uni… #13

Merged
merged 1 commit into from
Jun 1, 2016

Conversation

codesmith14
Copy link
Contributor

…x socket isn't mounted, it will not report docker metrics, only host metrics.

… socket isn't mounted, it will not report docker metrics, only host metrics.
@@ -24,8 +24,32 @@ RUN rm -rf /etc/collectd
# Setup our collectd
ADD configs /etc/

#Install unzip and pip
Copy link
Contributor

@mpetazzoni mpetazzoni Jun 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As much as possible, chain consecutive RUN statements into a single command that uses &&, otherwise you get an explosion of Docker image layers.

Also keep that space between # and the comment

@mpetazzoni mpetazzoni deleted the docker_plugin_addition branch June 1, 2016 17:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants