Skip to content

Commit 841c7a1

Browse files
committed
Adjust README for 6.2 and describe configuration changes better
1 parent 8b166fb commit 841c7a1

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ configuration data from the Dynatrace server during startup and thus they can ea
88
re-created from scratch without the need for backing up any data except for one configuration
99
file which can easily be added to the Docker-image.
1010

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
1313
run an instance of the Collector that connects to a Dynatrace Server.
1414

1515
Please feel free to contribute.
@@ -24,7 +24,7 @@ Please feel free to contribute.
2424

2525
#### Download the Dynatrace Collector
2626

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`
2828
from https://community.compuwareapm.com/community/display/DL/Product+Downloads and
2929
put it into the dtcollector-base directory.
3030

@@ -35,8 +35,9 @@ put it into the dtcollector-base directory.
3535

3636
### Building the configured Dynatrace Collector image
3737

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
4041
with the following steps:
4142

4243
cd dtcollector-with-config
@@ -50,7 +51,7 @@ with the following steps:
5051
### Run multiple Dynatrace Collectors on one machine
5152

5253
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`
5455
it maps the port 9998 inside the container to a different port on the host-machine. By using different ones
5556
for different Containers you can run multiple Dynatrace Collectors on one machine, each providing the Agent
5657
connection on a different port without needing to adjust configuration of the Dynatrace Collector itself.

0 commit comments

Comments
 (0)