Ajay Kumar Bheemireddy
Ajay Kumar Bheemireddy
We have recently upgraded Prtg to v22.1.74.1869. Before the upgrade we had v20.4.64.1402 and used PrtgAPI PS module v0.9.16 to add devices and sensors without any issues. After the upgrade...
- We just upgraded our PRTG to v22.1.74.1869 and it might a take while for one more upgrade - Yes, sensor is getting created however it is failing to get...
Hi @lordmilko, here is the verbose output when adding the snmpcpu sensor; Reproduced using the same code I provided above (fixed the $DeviceId, it was a copy paste mistake). Script...
There is no tab in anti-csrf-token, kindly ignore that; I have edited it. But I will try to reproduce with dynamic and normal sensors as you suggested.
@lordmilko, this error is also reproducible with adding ping sensor; Here also I am using raw type, $SatSensor = "ping" $sensorparams = $getDevice | New-SensorParameters -RawType $SatSensor $getDevice | Add-Sensor...
@lordmilko, I have tried http sensor few times with raw and non-raw types and in both the case the issue reproducible. Below is what I am getting, Add-Sensor : Response...
I was able to reproduce the same error for WMI Service sensor with both raw type and non-raw type.
Update, we had a call with Paessler, and they suspect the issue may relate to system resources. we have thousands of sensors in our PRTG, as system is busy taking...
Our PRTG server has 22300 sensors.
Hello @lordmilko, How to ignore only status code 556 and continue with the rest of the script? It appears add-sensor is ignoring "-ErrorAction Continue". In my case I have to...