20 Jun 2024 10:38 PM
Hello, good afternoon, I would like to know if it is possible to combine data from the Unix remote Monitoring extension with the information of a host monitored with an agent.
That is to say, I have a monitored Solaris host but it only has User experience metrics and through the extension we obtain infrastructure data and I would like to join the infrastructure data to see it on the host page
It's possible?
Solved! Go to Solution.
20 Jun 2024 11:32 PM
Hi, what user experience metrics do you have on the Solaris host? Is there an entity for that with the IP or so of the Solaris host?
It is possible to relate two entities through generic topology based on a common property, such as IP.
21 Jun 2024 01:01 PM
Hi Mike,
I have successfully added my own custom metric in custom MicrosoftSQL Server Extension as follow:
I did it by editing extension.yaml file.
How can I add my custom metric in the host page? Which file should I edit?
Best Regards,
Rudy
21 Jun 2024 01:10 PM
That’s also in the extensions.yaml file. You can pass along the dt.entity.host dimension with the metric line and then use unified analysis injections onto the host screen to see it there.
Or you can create a new entity from the metric line which has an attribute in common with the host, create a relationship based on that mapping and then do an injection into the host screen based on an entity selector.
19 May 2026 03:15 PM
@Mike_L ,
In my case, I have Solaris servers that are being monitored by using the Solaris OneAgent solution (based on instrumenting a Java application).
Now, this data is injected into a Dynatrace host entity, while the data that comes from the Remote UNIX monitoring extension injects data into a CUSTOM_DEVICE entity.
You reference that it is possible to associate both. Is that through the "Add extra property" configuration of the extension?
19 May 2026 03:41 PM
Indeed. Anything you pass in there, such as dt.entity.host, will end up on the metric line.
Featured Posts