·
2 commits
to support/1.13
since this release
1.13.3 (2025-05-08)
Bugfixes
- #753 Fixes Icinga for Windows config compiler to always use
Switchparameter
forswitch
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
tonull
- #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