1.8.0 (2022-02-08)
Bugfixes
- #273 Fixes exceptions and freezes while using Icinga for Windows within an PowerShell ISE session and informing the user properly about the limitations
- #291 Fixes
Split-IcingaVersion
by returning data with namingmayor
for the version instead ofmajor
. We will return both results to give developers time to adjust their code before removing themayor
object - #379 Fixes memory leak for Icinga for Windows by using a custom function being more aggressive on memory cleanup
- #380 Fixes exception while using
Use-Icinga
inside the same shell Icinga for Windows is installed for the first time on the system - #394 Fixes lookup time for Icinga managed user for large Active Directory environments by limiting lookup to local system only
- #402 Fixes missing address attribute for REST-Api daemon, making it unable to change the listening address
- #403 Fixes memory leak on newly EventLog reader for CLI event stream
- #407 Removes unnecessary module import inside
Invoke-IcingaNamespaceCmdlets
- #409 Fixes URL builder for
Sync-IcingaRepository
which will now properly test the JSON file and try a secondary fallback by pointing to theifw.repo.json
in case a URL is returning the directory listing instead - #411 Fixes Icinga Director error message output because of missing
[string]::Format()
- #412 Fixes possible defective state of the Icinga Agent by using a custom service user for JEA profiles which is larger than 20 digits
- #414 Fixes Service Check Daemon with a total rewrite to improve performance, decrease required resources and fix memory leaks
- #418 Fixes crash on wrong variable usage introduced by #411
- #421 Fixes experimental state of
API Check
feature by removing that term and removing the requirement to installicinga-powershell-restapi
andicinga-powershell-apichecks
- #436 Fixes a lookup error for existing plugin documentation files, which caused files not being generated properly in case a similar name was already present on the system
- #439 Moves PerformanceCounter to private space from previous public, which caused some problems
- #441 Fixes an exception while loading the Framework, caused by a race condition for missing environment variables which are accessed by some plugins before the Framework is loaded properly
- #443 Fixes
Get-IcingaServices
which returnedUnknown
for serviceStartType
, in case the-Service
argument contained values with wildcard*
- #446 Fixes Icinga for Windows progress preference, which sometimes caused UI glitches
- #449 Fixes unhandled exception while importing modules during
Install-IcingaComponent
process, because of possible missing dependencies - #451 Fixes PowerShell being unable to enter JEA context if only the Framework is installed and removes the
|
from plugin output, in case a JEA error is thrown that check commands are not present - #452 Fixes unhandled
true
output on the console while running the installer - #454 Fixes JEA catalog compiler and background daemon execution in JEA context
- #456 Fixes JEA service error count not resetting itself after a certain amount of time without errors
- #458 Fixes
Install-IcingaSecurity
which should only run in an administrative shell - #459 Fixes
Update-Icinga
which was not working to downgrade snapshot packages pack to release (NOTE: It can still happen that migrations of theFramework
might break your environment. Not recommended in production environments for theFramework
component) - #460 Fixes Icinga Agent installation over IMC and Director Self-Service, in case the Self-Service is configured to not install the Icinga Agent or the user manually set
Do not install Icinga Agent
inside the IMC, which results in most configurations not being applied to the Agent, in case it is already installed - #461 Fixes
Add-IcingaRepository
which now only overrides theRemotePath
by using-Force
instead of removing and adding the repository again, causing problems with installation orders over IMC for example - #464 Fixes Icinga for Windows uninstaller which did not remove the service binary for the PowerShell service
Enhancements
- #388 Improves performance for testing if
Add-Type
functions have been added, by adding an internal test for newly introduced environment variables within a PowerShell session - #417 Adds support to allow the force creation of Icinga Agent certificates, even when they are already present on the system over Icinga Management Console installation
- #427 Moves Icinga for Windows EventLog from
Application
to a custom logIcinga for Windows
, allowing better separation - #438 Adds support for enabling the REST-Api background daemon and the Api-Check feature during the IMC installation wizard on advanced settings, which will be enabled by default
- #440 Adds upgrade notification if Icinga for Windows Service binary older than v1.2.0 is used, which will not work with Icinga for Windows v1.8.0 or later
- #445 Adds command
Repair-IcingaService
to repair Icinga Agent service in case it was broken during upgrades, mostly caused byThe specified service has been marked for deletion
- #448 Adds support to sort arrays without ScriptBlocks
- #450 Improves show command
Show-IcingaRegisteredServiceChecks
, adds new commandShow-IcingaRegisteredBackgroundDaemons
and extendsShow-Icinga
by both commands and adds debug and api forwarder features to environment list - #453 Reworks Icinga Management Console menu structure and naming and changes the default behavior of executing
icinga
to now open the IMC by default andicinga -Shell
to open a shell as done previously - #455 Adds support for remote execution plugin check_by_icingaforwindows