10 Jul 2017 12:01 PM - last edited on 29 Sep 2022 12:56 PM by MaciejNeumann
Dynatrace has 2 names that can be associated with a host, the first is the auto-detected name, and the second is the edited host name. Can this edited host-name be set in advance by a DT_ variable? And how can this be done in Azure?
Using Dynatrace agent version 1.119
Solved! Go to Solution.
10 Jul 2017 02:31 PM
For Amazon EC2 instances, the "name"-tag is used if defined.
For Microsoft Azure, it seems this is not currently possible.
These attributes need to be defined before the agent is installed.
10 Jul 2017 03:28 PM
Hi @Dominik S.in the email I received you mentioned that the host-group option could be used, but this didn't appear to be an option displayed in the -h option shown. Is this available? And is it available for both Linux and Windows agents?
10 Jul 2017 04:23 PM
Yes, it seems to be missing from the installer-help, you can pass a parameter HOST_GROUP which will define the name of the host-group that the host will be part of.
19 Jul 2017 02:55 PM
@Dominik S. We've tested the HOST_GROUP option and it meets our requirements, thank you.