hi all
i monitored msmq queue on my servers
but sometimes i cant see some msmq counter in solarwinds..
so i want to add msmq queue by using wql query..how can i do that ?
thnx and regards...
talha
Hi,
APM allows you to add any component to a template or an assigned application. So if you know which Class you want to poll, there is no need to browse the available WMI Classes.
( Admin > (Settings) APM Settings > Managed Assigned Application Monitors or Manage Application Monitor Templates)
Once you are on the edit page of your Template or assigned application, click on Add Component Monitor.
Select (Custom Component Monitors) WMI Performance Counter Monitor and click on Submit.
Enter the WQL Query you wish to use.
Test the query if required or click on Sumit to record the changes.
HTH,
Yann
I got that part. Can you provide an example of what the actual WQL select statement will look like. On a particular server I have two private queues within MSMQ. When I try to query the "messages in queue" object, i get nothing back. I have a feeling I'm not querying the performance counter for the specific instance of each private queue.