Improvements
- Implement top secret
nosession=1
parameter on/editsettings
API calls to reduce PRTG Core Server memory usage when modifying settings in bulk
Bugfixes
- Fix PrtgAPI PowerShell Progress crashing when piping from Variable -> Unsupported (e.g.
Out-GridView
) -> Action (#274) - Fix
Connect-GoPrtgServer
crashing when encrypted passhash cannot be converted into aSecureString
(e.g. it was copied from another user/computer's profile) - Fix PRTG failing to resolve created objects when name starts or ends with whitespace due to PRTG trimming name (#276)
- Fix
ObjectProperty.Location
not setting location value properly when the current culture's number format does not match invariant culture (#275) - Fix
AddSensor
failing when the 302 redirect fromaddsensor5.htm
todevice.htm
fails witth HTTP status 556 as a result of the PRTG server being under high load. (#280) - Fix
ConvertUtilities.ToDynamicDouble
crashing inTryRoundDecimal
when trying to equate 1,000 and 999.8 due to 000 simplifying to 0 - less than 2 digits (#283) - Don't throw a 403 forbidden when querying whether a PRTG Server is using English when using a non-admin user in PRTG 22.3.79 (#308)
- Fix
SensorQueryTarget
values specified toGetDynamicSensorParameters()
not being used when eventually callingAddSensor()
(#312)- Implement support for specifying the
SensorQueryTarget
or otherISensorQueryTargetParameters
to use onRawSensorParameters
, which is now mandatory for sensor types expecting sensor query targets in PRTG 22.3.78.1873
- Implement support for specifying the