github lordmilko/PrtgAPI v0.9.18
PrtgAPI 0.9.18

latest release: v0.9.19
17 months ago

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 a SecureString (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 from addsensor5.htm to device.htm fails witth HTTP status 556 as a result of the PRTG server being under high load. (#280)
  • Fix ConvertUtilities.ToDynamicDouble crashing in TryRoundDecimal 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 to GetDynamicSensorParameters() not being used when eventually calling AddSensor() (#312)
    • Implement support for specifying the SensorQueryTarget or other ISensorQueryTargetParameters to use on RawSensorParameters, which is now mandatory for sensor types expecting sensor query targets in PRTG 22.3.78.1873

Don't miss a new PrtgAPI release

NewReleases is sending notifications on new releases.