Machine Hierarchy
You need a Server Visibility license to use this feature.
This setting enables you to group servers together into arbitrary hierarchies by specifying a hierarchical path to the server. The server hierarchy displays in the Metric Browser and on the Server Dashboard. The server hierarchy is also used to select subgroups of machines for health rules. The last element of the path indicates the server name (a name of your choice). This name appears as the Name on the Servers list. If the path contains spaces, then you must it enclose it in double-quotes. See Machine Agent Hierarchy.
Element in controller-info.xml: <machine-path>
System Property: -Dappdynamics.machine.agent.hierarchyPath
Environment Variable: APPDYNAMICS_MACHINE_HIERARCHY_PATH
Type: ASCII string with path elements that are separated by a "|" (bar).
Default: The value specified by Unique Host ID. If the last part of the machine hierarchy is empty, the Unique Host ID is the machine name. For example, if machine hierarchy is "Data Center 1|Rack 2|" and Unique host ID is "Host ID 3", then the machine hierarchy will become "Data Center 1|Rack 2|Host ID 3".
Required: No
Limitation: The length of the characters composing the machine-path up to, but not including, the last pipe cannot exceed 95 characters.
Examples:
- System Properties:
-Dappdynamics.machine.agent.hierarchyPath= "Data Center 1|Rack 2|Machine3"
-
controller-info.xml:
<machine-path> "Data Center 1|Rack 2|Machine3" </machine-path>
-
Environment Variable:
APPDYNAMICS_MACHINE_HIERARCHY_PATH="Data Center 1|Rack 2|Machine3