cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to validate extension deployment?

pt_A360
Observer

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?

2 REPLIES 2

JamesKitson
Dynatrace Guru
Dynatrace Guru

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:

JamesKitson_0-1737729461254.png

On Managed/not using the app you can still do this via some self-monitoring metrics:

JamesKitson_1-1737730029642.png

dsfm:extension.status:filter(eq("dt.extension.name","com.dynatrace.extension.wmi.iis")):splitBy("dt.entity.host","dt.extension.name","dt.extension.status")

Exactly what we needed. Thank you James for the timely response!

Featured Posts