Skip to content

PrtgAPI 0.9.16

Compare
Choose a tag to compare
@lordmilko lordmilko released this 02 Jun 13:54

New Features

  • Implement support for generating sensor history reports showing precise uptime/downtime within a specified time range. Accessible via the new PrtgClient.GetSensorHistoryReport method or via the new -Report parameter on the Get-SensorHistory cmdlet. For more information, please see the wiki

Improvements

  • AddSensor / Add-Sensor now hints that you may need to specify DynamicType on your request parameters when it is unable to resolve the created object (a common occurrence with snmplibrary sensors)
  • PrtgAPI now stores more precise build numbers (especially useful for differentiating between various pre-release builds) via AssemblyInformationVersion attributes, exposed when troubleshooting via Get-PrtgClient -Diagnostic

Bugfixes

  • Fix ConvertUtilities.ToDynamicDouble not using "normal" rounding (MidpointRounding.AwayFromZero) resulting in a failure to properly parse values in some scenarios (#218)
  • ConvertUtilities.ToDynamicDouble can now convert theoretically any single character thousands/decimal group separator combination (#221)
  • Fix GetProbe not returning all probes in some environments due to new probe retrieving logic implemented in PrtgAPI 0.9.15 (#219)