Organize your environment using host groups

Host groups enable you to categorize and manage multiple hosts that share similar characteristics or purposes within your environment.

Check host group assignment

To determine the host group to which a host belongs

  1. Go to Hosts or Hosts Classic (latest Dynatrace) and select the host that interests you.
  2. On the host overview page, select Properties and tags.
  3. On the Properties and tags panel, find the Host group property to see the name of the host group to which the selected host belongs.

    The Host group property is not displayed when the selected host doesn't belong to any host group.

  4. Select the host group name to list all hosts in that host group. This displays the OneAgent deployment page filtered by the selected host group. Each listed host has a Host group: <group name> link, where <group name> is the name of the host group that you want to configure.
  5. Select the host group name in any row.

List all hosts in a host group

To list all hosts in a host group

  1. Go to Deployment Status and select OneAgents.
    This lists all hosts in your deployment.
  2. In the filter bar, select Host group and the name of the host group.
    This lists all hosts in the selected host group.

Assign a host to a host group

You can assign a host to a host group during or after OneAgent installation.

  • During OneAgent installation

    To assign a host to a host group when you install OneAgent, use the --set-host-group parameter, shown in the example below.

    /bin/sh Dynatrace-OneAgent-Linux-1.177.65.sh --set-host-group=MyHostGroup

    On Windows, you can also type the group name in the installer UI.

  • After OneAgent installation

    To assign a host to a host group after you install OneAgent

Host group string requirements

  • Can contain only alphanumeric characters, hyphens, underscores, and periods.
  • Must not start with dt..
  • Maximum length is 100 characters.

The host group is statically assigned to the host. Each host belongs to at most one host group and the host group can only be changed by re-installing OneAgent or by using the 'oneagentctl' command. Host groups are displayed, for example, on the Monitoring overview page. Click the Host group link to edit the settings for all hosts in a host group.

Host groups

How host groups affect your monitoring environment

Host groups are sets of hosts. Each group can be configured on the host-group level. This makes it easy to change the settings for a large number of hosts. You can define alerting thresholds and OneAgent update settings on a per-host-group basis. In the example below, the host group accepts the globally-configured anomaly thresholds without overriding them.

Host groups

You can also define the OneAgent update settings and trigger the update for all the OneAgent installations of a single host group, as shown in the example below. Here the global settings are overridden and all OneAgent installations are automatically updated whenever a new version is released.

Host groups

Additionally, host groups affect how process groups are detected. When the same process is running in two different host groups, Dynatrace will create one process group for each host group. This means you can also configure process groups differently depending on which host group they run in. Consequently, services are also grouped per host group. So you can configure services differently per host group.

Host groups can also be used in tagging rules and for defining management zones so you can apply additional context information to the different entities in Dynatrace, based on host groups. As shown in the example below, you can tag entities based on the host group they belong to.

Host groups