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

Commit

Permalink
Updated documentation and downloads links
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZejer authored Jul 6, 2017
1 parent 7b5e65c commit 4cfe243
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
@@ -1,6 +1,6 @@
# Dynatrace-Collector-Ansible

This Ansible role installs and configures the Dynatrace Collector of the [Dynatrace Application Monitoring](http://www.dynatrace.com/en/products/application-monitoring.html) solution.
This Ansible role installs and configures the Dynatrace Collector of the [Dynatrace AppMon](https://www.dynatrace.com/support/doc/appmon/) solution.

## Download

Expand All @@ -21,8 +21,8 @@ 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-7.0.0.2449-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/7.0/7.0.0.2449/dynatrace-collector-7.0.0.2449-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-7.0.0.2469-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/7.0/7.0.0.2469/dynatrace-collector-7.0.0.2469-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* | 6699 | The port on the Server the Collector shall connect to. Use either ```6698``` (non-SSL) or ```6699``` (SSL). |
Expand Down

0 comments on commit 4cfe243

Please sign in to comment.