Github push to performancecopilot:pcp #github

[email protected] Integration <[email protected]> Thu, 09 Feb 2017 22:20:30 -0800
Newsgroups gmane.comp.sysutils.pcp
Message-ID <[email protected]>

1 New Commit:

[pcp:master] By Nathan Scott <[email protected]>:
6c35536c77e1 ( https://github.com/performancecopilot/pcp/commit/6c35536c77e1a9a9cfb69154c5d97618d0e6ff8d ) : containers: an instrumented Java application standalone container Adds the sample pcp-java-app container to the build, which shows how to run a Java service in a container with pmcd, pmdammv, and Parfait instrumentation all in place alongside it. Several other aspects of pcp-base and other standalone containers are tidied up here. Using the Dockerfile COPY directive seems to result in much simpler, clearer Dockerfiles - so more use is made of it now. Improved notes on using docker inspect to extract the docker run command (see comments at head of each Dockerfile) avoiding having to specify it in multiple places. Switched to using ENV to avoid any direct editing of installed configuration files, for PCP_USER and PCP_GROUP.

Added: build/containers/pcp-apache/status.conf ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-apache/status.conf )
Added: build/containers/pcp-base/bash_profile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-base/bash_profile )
Added: build/containers/pcp-base/pcp.repo ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-base/pcp.repo )
Added: build/containers/pcp-java-app/Dockerfile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-java-app/Dockerfile )
Added: build/containers/pcp-java-app/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-java-app/GNUmakefile )
Added: build/containers/pcp-java-app/acme.service ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-java-app/acme.service )
Added: build/containers/pcp-nginx/status.conf ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-nginx/status.conf )
Modified: build/containers/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/GNUmakefile )
Modified: build/containers/pcp-apache/Dockerfile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-apache/Dockerfile )
Modified: build/containers/pcp-base/Dockerfile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-base/Dockerfile )
Modified: build/containers/pcp-base/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-base/GNUmakefile )
Modified: build/containers/pcp-nginx/Dockerfile ( https://github.com/performancecopilot/pcp/blob/master/build/containers/pcp-nginx/Dockerfile )