You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ configuration data from the Dynatrace server during startup and thus they can ea
8
8
re-created from scratch without the need for backing up any data except for one configuration
9
9
file which can easily be added to the Docker-image.
10
10
11
-
Directory ```dtcollector-base``` provides a base Dynatrace Collector Docker image which is extended by
12
-
a sample derived image in ```dtcollector-with-config``` which also includes the actual configuration to
11
+
Directory `dtcollector-base` provides a base Dynatrace Collector Docker image which is extended by
12
+
a sample derived image in `dtcollector-with-config` which also includes the actual configuration to
13
13
run an instance of the Collector that connects to a Dynatrace Server.
14
14
15
15
Please feel free to contribute.
@@ -24,7 +24,7 @@ Please feel free to contribute.
24
24
25
25
#### Download the Dynatrace Collector
26
26
27
-
Download the full linux package named something like `dynatrace-6.1.0.7880-linux-x64.jar`
27
+
Download the full linux package named something like `dynatrace-6.2.0.1238-linux-x64.jar`
28
28
from https://community.compuwareapm.com/community/display/DL/Product+Downloads and
29
29
put it into the dtcollector-base directory.
30
30
@@ -35,8 +35,9 @@ put it into the dtcollector-base directory.
35
35
36
36
### Building the configured Dynatrace Collector image
37
37
38
-
Adjust the sample configuration in `dtcollector-with-config/collector.config.xml` and the memory
39
-
settings used for the Collector in the `dtcollector-with-config/Dockerfile`, then create the image
38
+
Adjust the configuration in `dtcollector-with-config/collector.config.xml` (usually only the actual Dynatrace Server hostname is needed instead of `localhost` in field `serveraddress`).
39
+
40
+
Adjust the memory settings used for the Collector in the `dtcollector-with-config/Dockerfile`, then create the image
40
41
with the following steps:
41
42
42
43
cd dtcollector-with-config
@@ -50,7 +51,7 @@ with the following steps:
50
51
### Run multiple Dynatrace Collectors on one machine
51
52
52
53
The Docker Container also makes it easy to run multiple Dynatrace Collectors on one machine, the only
53
-
port that is usually required is the Agent connection port. Look at the file ```dtcollector-with-config/run.sh```
54
+
port that is usually required is the Agent connection port. Look at the file `dtcollector-with-config/run.sh`
54
55
it maps the port 9998 inside the container to a different port on the host-machine. By using different ones
55
56
for different Containers you can run multiple Dynatrace Collectors on one machine, each providing the Agent
56
57
connection on a different port without needing to adjust configuration of the Dynatrace Collector itself.
0 commit comments