This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

MSMQ Depth Monitor

Is there a way to monitor all queues with a wildcard for the server name in the "Instance" field?  It is a Performance Monitor.  For example:

*\private$\automatics   (using the "*" as the server name)

*\private$\automatics_error   (using the "*" as the server name)

*\private$\download  (using the "*" as the server name)

*\private$\download_error   (using the "*" as the server name)

I am not able to make it work as I am getting an "invalid query" error.

However, if I create them like this, with the Instance set containing the actual server name, it works fine:

servername1\private$\automatics   (using the "servername1" as the server name)

servername1\private$\automatics_error   (using the "servername1" as the server name)

servername1\private$\download  (using the "servername1" as the server name)

servername1\private$\download_error   (using the "servername1" as the server name)

pastedImage_0.png

I have tried:

  • changing the polling method
  • changing the Platform to x64 (They are 64-bit servers)
  • changing from Agentless to Agent

We have over 100 servers to configure with this monitor and we don't want to have to override the server name after applying the generic template to all servers.