-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mover percona-platform/ to pmm/ and pmm/metrics. Removed QAN agent fr…
…om pmm-metrics and copied Roman's dbnode Docker stuff instead. Reassigned all ports for shorter 'docker run -p', using port ranges.
- Loading branch information
1 parent
f06811e
commit 5acf60b
Showing
12 changed files
with
32 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.swp |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
12 changes: 3 additions & 9 deletions
12
percona-platform/client/Dockerfile → pmm-metrics/Dockerfile
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
FROM centos | ||
|
||
EXPOSE 9104 9204 9304 9100 | ||
EXPOSE 9100 9101 9102 9103 | ||
|
||
WORKDIR /opt | ||
|
||
RUN yum -y install git make python-setuptools | ||
RUN easy_install supervisor | ||
|
||
RUN git clone https://github.com/prometheus/node_exporter.git | ||
RUN cd node_exporter && make | ||
RUN git clone https://github.com/prometheus/mysqld_exporter.git | ||
RUN cd mysqld_exporter && make | ||
ADD supervisord.conf /etc/ | ||
|
||
ADD https://www.percona.com/downloads/TESTING/ppl/open-source/ppl-agent.tar.gz /opt | ||
RUN mkdir qan-agent && tar zxf ppl-agent.tar.gz --strip-components=1 -C qan-agent | ||
|
||
COPY supervisord.conf /etc/ | ||
COPY start.sh /opt | ||
CMD ["/opt/start.sh"] | ||
CMD ["supervisord", "-c", "/etc/supervisord.conf"] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
MySQL and system metrics for Percona Monitoring and Management (PMM) | ||
==================================================================== | ||
|
||
See https://hub.docker.com/r/percona/pmm-metrics/. |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM ubuntu:latest | ||
|
||
EXPOSE 3000 8000 9001 9090 | ||
EXPOSE 9000 9001 9002 9090 | ||
|
||
WORKDIR /opt | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Percona Monitoring and Management BETA | ||
====================================== | ||
|
||
See https://hub.docker.com/r/percona/pmm/. |
This file contains 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
This file contains 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
This file contains 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
This file contains 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