Skip to content

Icinga for Windows v1.13.3

Latest
Compare
Choose a tag to compare
@LordHepipud LordHepipud released this 08 May 12:22
· 2 commits to support/1.13 since this release

1.13.3 (2025-05-08)

Issues and PRs

Bugfixes

  • #753 Fixes Icinga for Windows config compiler to always use Switchparameter for switch data types, in case the documentation is not written properly for the plugin
  • #781 Fixes Icinga for Windows being stuck during installation while fetching service information over CIM-Instances, if other services are frozen, blocking the CIM-Request
  • #784 Fixes Icinga for Windows threshold comparison which wrongly compared warning/critical thresholds for non-range values (like Match)
  • #785 Fixes Icinga for Windows freezing during loading in case the config.json is empty
  • #786 Fixes Icinga for Windows installer to always force the installation of the service, to ensure it is present
  • #787 Fixes the return value in case the Agent component could not be installed from $FALSE to null
  • #796 #798 Fixes an issue with the new check handling, which did not properly convert values from checks to the correct performance data values and base values in some cases
  • #797 Fixes plugins throwing UNKNOWN in case -TresholdInterval is used for Metrics over Time, when checks are newly registered and checked, before the first MoT is executed and collected
  • #800 Fixes an issue for certain plugins, like Invoke-IcingaCheckProcess, which reports unknown if MetricsOverTime is used for checks that do not write performance data
  • #809 Fixes plugin compiler not handling AddSummaryHeader properly for nested check packages, not adding any check information

Enhancements

  • #810 Adds support to suppress messages for Disable-IcingaUntrustedCertificateValidation
  • #812 Adds new Cmdlet Set-IcingaForWindowsServicesDelayedStart which will update the Icinga Agent and Icinga for Windows service to run with delayed autostart