23 Jan 2025
11:11 PM
- last edited on
24 Jan 2025
08:20 AM
by
MaciejNeumann
I deployed the Microsoft IIS extension using a management zone and filtered the number of hosts using a tag, so the deployment went out to 70 hosts. Under the monitoring configurations the status is ERROR, but since the deployment type used was a mgt zone, how can I quickly review the list of 70 hosts to see which ones are in ERROR?
Solved! Go to Solution.
24 Jan 2025 02:49 PM
If you are using Saas and are able to use the extensions app instead of the classic UI, you can view this on the health tab:
On Managed/not using the app you can still do this via some self-monitoring metrics:
dsfm:extension.status:filter(eq("dt.extension.name","com.dynatrace.extension.wmi.iis")):splitBy("dt.entity.host","dt.extension.name","dt.extension.status")
24 Jan 2025 05:16 PM
Exactly what we needed. Thank you James for the timely response!