Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
[JLT-167479] Update ansible script to use version 6.5 GA - readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMejer committed Nov 7, 2016
1 parent 38b4309 commit 4ee8cc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ As defined in ```defaults/main.yml```:
|-------------------------------------------------|--------------------------------------------------------------------------|-------------|
| *dynatrace_collector_installer_bitsize* | 64 | 32 or 64 |
| *dynatrace_collector_linux_install_dir* | /opt | The Dynatrace Collector will be installed into the directory *$dynatrace_collector_linux_install_dir*/dynatrace-*$major*-*$minor*-*$rev*, where *$major*, *$minor* and *$rev* are given by the installer. A symbolic link to the actual installation directory will be created in *$dynatrace_collector_linux_install_dir*/dynatrace. |
| *dynatrace_collector_linux_installer_file_name* | dynatrace-collector-linux-x86.jar | The file name of the Dynatrace Collector installer in the role's ```files``` directory. |
| *dynatrace_collector_linux_installer_file_url* | http://downloads.dynatracesaas.com/6.3/dynatrace-collector-linux-x86.jar | A HTTP, HTTPS or FTP URL to the Dynatrace Collector installer in the form (http\|https\|ftp)://[user[:pass]]@host.domain[:port]/path. |
| *dynatrace_collector_linux_installer_file_name* | dynatrace-collector-6.5.0.1289-linux-x86.jar | The file name of the Dynatrace Collector installer in the role's ```files``` directory. |
| *dynatrace_collector_linux_installer_file_url* | https://files.dynatrace.com/downloads/OnPrem/dynaTrace/6.5/6.5.0.1289/dynatrace-collector-6.5.0.1289-linux-x86.jar | A HTTP, HTTPS or FTP URL to the Dynatrace Collector installer in the form (http\|https\|ftp)://[user[:pass]]@host.domain[:port]/path. |
| *dynatrace_collector_agent_port* | 9998 | The port where the Collector shall listen for agent connections. |
| *dynatrace_collector_server_hostname* | localhost | The location of the Server the Collector shall connect to. |
| *dynatrace_collector_server_port* | 6698 | The port on the Server the Collector shall connect to. Use either ```6698``` (non-SSL) or ```6699``` (SSL). |
| *dynatrace_collector_server_port* | 6699 | The port on the Server the Collector shall connect to. Use either ```6698``` (non-SSL) or ```6699``` (SSL). |
| *dynatrace_collector_jvm_xms* | | The Dynatrace Collector's JVM setting: -Xms. |
| *dynatrace_collector_jvm_xmx* | | The Dynatrace Collector's JVM setting: -Xmx. |
| *dynatrace_collector_jvm_perm_size* | | The Dynatrace Collector's JVM setting: -XX:PermSize. |
Expand Down

0 comments on commit 4ee8cc8

Please sign in to comment.