github lordmilko/PrtgAPI v0.6.5
PrtgAPI 0.6.5

latest releases: v0.9.19, v0.9.18, v0.9.17...
6 years ago

New Features

  • PS: Implemented new GoPrtg server system. Instead of storing a single server in your PowerShell profile, multiple servers can be stored, each with an individual alias.

New Methods

  • C#: Implemented missing several missing async methods: AcknowledgeSensorAsync, SimulateErrorAsync, RefreshObjectAsync, AutoDiscoverAsync and SetObjectPropertyAsync
  • C#: Implemented SortAlphabetically: sort the children of the specified object alphabetically
  • C#: Implemented SetPosition overload: allows specifying an absolute position, instead of a move direction

New Cmdlets

  • Clone-Sensor, Clone-Device, Clone-Group: Clone an object within PRTG
  • Move-Object: move a device or group to another probe or group
  • Set-ObjectPosition: Set the position of an object under its parent
  • Sort-PrtgObject: Sort the children of a PRTG object alphabetically
  • Start-AutoDiscovery: Initiate an auto-discovery operation on a specified device
  • Install-GoPrtgServer: Install a new GoPrtg server into your PowerShell profile
  • Uninstall-GoPrtgServer: remove the activate GoPrtg server from your PowerShell profile
  • Get-GoPrtgServer: List all GoPrtg servers stored in your profile
  • Set-GoPrtgAlias: Set the alias of the currently active GoPrtg server
  • Connect-GoPrtgServer: connect to the specified GoPrtg server. Alias: GoPrtg

Improvements

  • PS: Get-Channel now has two parameter sets. Channels can be retrieved by Sensor or by SensorId

Bugfixes

  • PS: Fixed a bug in Acknowledge-Sensor and Pause-Sensor wherein when the TimeSpan to the DateTime specified to -Until is less than 1 minute, the object is acknowledged or paused indefinitely

Breaking Changes

  • PS: Replaced Install-GoPrtgAlias / Uninstall-GoPrtgAlias with new Install-GoPrtgServer / Uninstall-GoPrtgServer methods
  • C#: Renamed method CheckNow to RefreshObject

Don't miss a new PrtgAPI release

NewReleases is sending notifications on new releases.