PrtgAPI
PrtgAPI copied to clipboard
C#/PowerShell interface for PRTG Network Monitor
### What's going on? Hi I was tried to add template on existing device with `Get-Device -Id XXXX | Set-ObjectProperty -RawProperty "devicetemplate_" -RawValue 'Template XXXX'` but it seems wouldn't work...
### What's going on? Hi Comunity, at one PRTG-Server we have the problem, when we configure the thressholds through PRTG-API with get-probe -name *customer* | get-sensor -id 5358 | Get-Channel...
Hi there I am trying to add devices in bulk, and since Clone-Device lets me add them with pre-configured sensors that's what I'm going with. I am using Powershell with...
### What's going on? Hello, we have a quite large PRTG Installation and sometimes it takes a long time that the prtg api does it thing ;) No i tried...
### Describe the bug Hello, Using PrtgAPI module v0.9.17, I am trying to add devices and sensors. No issues when adding device but only with add-sensors throwing this error. This...
### Describe the bug When running the script I am getting the error somewhere in the middle, ```powershell get-sensorhistory : startIndex cannot be larger than length of string. Parameter name:...
### Describe the bug This fails: ``` powershell PS C:\Users\Philippe Vaucher> Get-ObjectLog -Id 2759 -Period Yesterday Get-ObjectLog : Parameter set cannot be resolved using the specified named parameters. At line:1...
### Describe the bug Hello, get-sensor: Seems there is a Parsing Problem of the Name Property (maybe the device also). Maybe its a Problem with Brackets) example is below PRTG:...
```powershell $r = get-sensor -id $id[1..890] 'Get-Sensor' timed out: The underlying connection was closed: The connection was closed unexpectedly. Retries remaining: 1 The underlying connection was closed: The connection was...
Enhancement request: It would be helpful to have the ability to create (or at least clone and then edit) NotificationAction objects. I believe most of the necessary classes already exist,...