Modify Object Information in Performance Dashboard

I am using the OpsLogix PING MP to monitor some systems that are outside of our datacenter, so we do not provide agent monitoring for these systems.

What I’m trying to do is create a Performance view that shops the top 10 Response Time’s from the Target Host Object. The problem is, this also shows the name of the Source Host (see screenshot). While this isn’t that big of a deal when you view it fully expanded, we don’t use the full screen view for our NOC dashboards, due to us trying to fit multiple management group’s dashboards on a single monitor.

So what I’m wondering is if there is any way to change how the object is displayed so that it only shows the instance and not the source / instance as displayed below?

Whats highlighted in yellow is bad, mkay? What’s highlighted in pink is good, mkay?

Add this to the Settings block section for that performance section:

<NameValueSetting>

<Name>labeltemplate</Name>

<Value>{{ManagedEntityDisplayName}}</Value>

</NameValueSetting>

2 Likes

You are my hero. That worked perfectly. Thank you!