Forum Discussion
On 3/6/2021 at 3:38 AM, Christian said:Cool stuff! Can you explain how I am getting a BigNumber with the amout of RemoteDesktop Sessions?
Do you mean, how do you display the TotalConnections in a Big Number widget on a dashboard? To answer that, you need to think about at least question:
Do you want this big number to be a sum across all servers, servers in a particular group, or just one server?
DISCLAIMER: I've not seen this DS in action, so I'm guessing on the datapoint names.
To make it a sum across all servers, this is what your big number config would look like:
Notice that the Group and Resource fields are wildcarded with a *. This means all groups, all servers. To limit to particular groups/servers, change these fields. The BigNumber widget only shows the result of the most recent poll, but if more than one server is included, the aggregate function is applied. In this case, it sums all the connections.
Related Content
- 2 years ago
- 7 months ago
- 2 years ago