lordmilko / PrtgAPI

C#/PowerShell interface for PRTG Network Monitor
MIT License
301 stars 37 forks source link

Unit of channel #300

Closed mafer0410 closed 2 years ago

mafer0410 commented 2 years ago

What are you trying to do, and to what extent does PrtgAPI provide existing functionality around this?

Hello, I would like to know if it is possible with the command: Get-Sensor -Count 1 | Get-Channel | fl limit it shows the unit of each value?

Is this something that has some sort of parallel in the PRTG UI? If so where do you go/how do you normally do it?

I still don't know if it is possible to do it, since it would be useful to show the value and the unit to which it belongs.

Due Dilligance

lordmilko commented 2 years ago
Get-Sensor -Count 1 | Get-Channel | select *limit*,Unit