lordmilko / PrtgAPI

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

Channel Manipulation - Set Vertical Axis Scaling #404

Closed andreasloibingdorferbmdat closed 1 day ago

andreasloibingdorferbmdat commented 2 days ago

What's going on?

Good Day, Trying to manipulate some Channels, specifically the Vertical Axis Scaling in Ping v2 Sensors. Seems like its not supported yet? But also tried with Raw Properties:

$Sensor | Get-Channel "Response Time" | Set-ObjectProperty -RawParameters @{ VerticalAxisScaling = "Manual" VerticalAxisMax = 140 VerticalAxisMin = 0 } -Force

Should this work?

Due Dilligance

lordmilko commented 1 day ago

Channels are manipulated using the Set-ChannelProperty cmdlet, however according to Get-Help about_ChannelSettings, modifying vertical axis properties is not currently supported