Hi,
We have an application monitor template for XenApp Delivery Servers, which contains a component which collects the number of Active Terminal Services Sessions via WMI. This application monitor is assigned to 34 nodes, and provides the number of connections to each node at any given time.
I've been asked to now provide another component which gives the total number connections across all 34 assigned nodes (the latest statistic rather than historical data), so I'm trying to find a way of getting the sum of the statistics from the Active Sessions component on each node it is assigned to. Looking around I can't see an obvious way of doing this within the UI (but please correct me if I've missed something).
I could do this by creating a VBscript monitor to execute the WMI query against each of the servers in a loop, but this seems inelegant, since all the data needed is already stored in the DB. I'm wondering if anyone can suggest a better way to do it?
Thanks,
Paul