-
Hi,
I have a case where I need to create individual vmware sensors (vcenterserverextern)
```powershell
PS C:\> $sensParam = $device | New-SensorParameters -RawType vcenterserverextern
PS C:\> …
-
i've tested this from several clients:
```
PSVersion : 5.1.19041.906
PSEdition : Desktop
OS : Microsoft Windows 10 Pro
PrtgAPIVersion : 0.9.14
Culture : nl-NL
CLRVe…
-
Hi Markus,
your great script (always many thanks for your work) stop working last Friday, 18 December 2020, on our environment with a time out error: "Your request has timed out. Depending...etc"
…
-
I am trying to get a report or somekind of export of all notifications that were triggered in past period.
My goal is to create export of all SMS that were sent last month (and to whom would be even …
-
Hello
How do I remove a Set-ChannelProperty UpperErrorLinmit Value?
With an empty string I get :
Set-ChannelProperty : PRTG was unable to complete the request. The server responded with the
foll…
-
Hey,
I am attempting to write a Powershell Script that will prove useful in my business to automate a lot of our processes in creating PRTG monitoring for new infrastructure.
I currently have au…
-
Hi.. I have for some time now tried to get my table view for PRTG alarm to work, but I can't seem to make it happen!
I have multiple graphs, gauges and stats up and running without any problems. B…
-
When gathering historical sensor data for a set of around 400 sensors the PRTG server has a huge spike in memory usage that doesn't reduce until the PRTG Server service has been restarted.
```
$…
-
Hello lordmilko, it's me again ;)
Can I create a Business Process Sensor per server via script and fill it with certain sensors attached to this device including the percentage values for warnings/er…
-
I am testing the following command:
Get-Sensor -Tags wmicpu* | New-Sensor -Factory "CPU Overview" { $_.Device } -sn "Average CPU" -se Average -DestinationId 2116 -WhatIf
But I get the following er…