We are currently experiencing a problem on all of our Windows systems, where the Icinga PowerShell service terminates shortly after being started. The Windows event log only contains the following message:
The Icinga PowerShell Service service terminated unexpectedly.
Initially, I thought it was related to updating the Icinga PowerShell Framework from version 1.14.2 to 1.15.0 and the Icinga PowerShell plugins from version 1.14.1 to 1.15.0, but after rebooting systems, we now have this problem on all Windows systems (a mix of Windows Server 2002 and Windows 11), even those where we never installed the update.
Due to all systems being affected, a common cause seems very likely, but I don’t know what this cause might be or how I could get additional information. I tried running Start-IcingaWindowsRESTApi from an interactive PowerShell, but doing so didn’t yield anything useful (the cmdlet does not print anything and quits after a few seconds).
Is there any way how I can turn on debug logging in order to find out more?
We are currently experiencing a problem on all of our Windows systems, where the Icinga PowerShell service terminates shortly after being started. The Windows event log only contains the following message:
Initially, I thought it was related to updating the Icinga PowerShell Framework from version 1.14.2 to 1.15.0 and the Icinga PowerShell plugins from version 1.14.1 to 1.15.0, but after rebooting systems, we now have this problem on all Windows systems (a mix of Windows Server 2002 and Windows 11), even those where we never installed the update.
Due to all systems being affected, a common cause seems very likely, but I don’t know what this cause might be or how I could get additional information. I tried running
Start-IcingaWindowsRESTApifrom an interactive PowerShell, but doing so didn’t yield anything useful (the cmdlet does not print anything and quits after a few seconds).Is there any way how I can turn on debug logging in order to find out more?