Icinga for Windows v1.12.1
LordHepipud
released this
09 Apr 16:05
·
9 commits
to support/1.12
since this release
1.12.1 (2024-04-09)
Bugfixes
- #672 Fixes Icinga for Windows REST-Api to fully read client data, even when they client is sending the packets on a very slow basis, preventing the API trying to process an incomplete request
- #707 Fixes size of the
Icinga for Windows
eventlog by setting it to20MiB
, allowing to store more events before they are overwritten - #708 Fixes the order for updating components with
Update-Icinga
, to ensure theframework
is always updated first before all other components - #709 Fixes error handling for Icinga for Windows repositories by providing more details about occurring errors as well as properly checking the JSON-File for the repository and providing more details about JSON errors
- #710 Fixes various console errors while running Icinga for Windows outside of an administrative shell
- #713 Fixes Icinga for Windows REST-Api which fails during certificate auth handling while running as
NT Authority\NetworkService
- #714 Fixes missing service environment information during initial setup of Icinga for Windows v1.12 on some systems
- #715 Fixes internal scheduled task handling and certificate renewal task by setting the user to
LocalSystem
instead of any administrative user or group, ensuring compatibility with all Windows versions as well as managing by using WinRM and SSH - #716 Fixes Icinga for Windows certificate creation while using WinRM or SSH for remote connections