Working as designed. To collect the information go to:
- Home | Administration | Agents | Agent Status
- Then choose the Host you want to modify, click "Edit Properties" and "Modify the private properties for this agent."
- Finally change setting "Report only aggregate process metrics" to False
- Having it true tells the collector to aggregate collected metrics for each HostProcessInstances and collapse them into their respective parent HostProcess instance. It also means once aggregation is complete, individual HostProcessInstance data is discarded for each HostProcess.
Edoc explanation:
Report only aggregate process metrics: Default value = True. When set to True, the agent collects metrics from all processes, aggregates the information, and presents it in a unified report. When set to False, the agent still collects aggregate data, but it also includes details about every process. This could result in a lot of data sent to the Management Server and may have a performance impact.