Skip to content

Icinga PowerShell Plugins v1.13.1

Latest
Compare
Choose a tag to compare
@LordHepipud LordHepipud released this 08 May 12:18
· 1 commit to support/1.13 since this release

1.13.1 (2025-05-08)

Issue and PRs

Breaking Changes

  • The performance metrics for Invoke-IcingaCheckScheduledTask have changed for lastruntime and nextruntime, which now store the offset from the last/next runtime to the execution time in seconds. This also means you have to update your thresholds for warning/critical for these checks, as the value will now increase over time!

Bugfixes

  • #351 Fixes Invoke-IcingaCheckUpdates to properly report critical for -CritOnReboot
  • #377 Fixes Invoke-IcingaCheckPerfCounter to write correct performance data in case only certain instances are checked to ensure perf data are assigned to checks accordingly
  • #420 Fixes Invoke-IcingaCheckUptime to report a more human readable output for the current uptime in the package name
  • #436 Fixes performance data for ScheduledTask plugin for Last and Next RunTime

Enhancements

  • #389 Adds support for disk health check to Invoke-IcingaCheckDiskHealth (thanks @audiocoach)
  • #408 Adds support for Invoke-IcingaCheckDiskHealth to filter disks by their friendly name
  • #430 Adds support for Invoke-IcingaCheckHTTPStatus to allow for ignoring SSL/TLS errors