Hi there
As I understand it, Opmanager shows WMI monitors under the root\cimv2 tree. If that is the case, how can we add WMI monitors for a server that reside under a different tree ?
ie we want to monitor Citrix License usage on our Citrix Licensing server. We couldn't fine a WMI counter within Opmanager for this, but have now come across a 3rd party PS script which seems to give us the info we want and it is referring to:
Get-WmiObject -class “Citrix_GT_License_Pool” -namespace “ROOT\CitrixLicensing”
It is actually this WMI Class that we can't see in the opmanager WMI Monitors for the server.
Any suggestions?
Thanks