RDP Active Users Powershell DataSource - Counter only
I'm currently working through creating a script datasource using the powershell above. When making the datasource and testing the script on an arbitrary windows server, the stdOutput reads an integer that matches the number of active users on that system. When I graph it, it shows very strange numbers as a result. .059 & 23.68million are both not integers, nor accurate to what the script when tested is showing as a stdOutput response.
What am I doing wrong?
Cole McDonald
Posted 7 years ago·Last reply 7 years ago
1 comment
Cole McDonald
OP7 years agoI figured it out... I was using "Counter" rather than "Gauge" when collecting the data. All better now.