Lord Hepipud
Lord Hepipud
I'm honestly not sure. I tried to play around in with this on my test environment, and for me the call itself is broken: ``` [2022-02-16 12:57:31 +0100] notice/JsonRpcConnection: Received...
Nvm - figured it out. But still, no idea on how to resolve this issue properly
Can you please test this PR from the Icinga PowerShell Framework? https://github.com/Icinga/icinga-powershell-framework/pull/482 This should resolve the problem without requring to modify anything locally on the Windows machine. In case you...
The plugin cannot find the servcices, as the umlauts are not correct. Once you updated your local version with the Framework PR, did you rebuild the cache? ```powershell Write-IcingaFrameworkCodeCache ```...
Just to make one thing sure: Could you please check, if this file does exist? https://github.com/Icinga/icinga-powershell-framework/pull/482/commits/493dcbde2022c747d544d4cfb240a490ffdb3989#diff-80ad8ab9e78f0f4c7b27fab97f2de303829a240f3bfc259571985d05f60d61cd
This is a weird scenario then, because it should just work fine now without problems. Do you use the Icinga for Windows service with the REST-Api? If so, have you...
Icinga for Windows v1.10.0 will fix this issue: https://github.com/Icinga/icinga-powershell-framework/pull/482
Just my two cents for this: Icinga for Windows v1.7.0 will write events inside a custom log called `Icinga` instead of writing everything into the `Application` log on Windows. We...
I would suggest to separate `Icinga for Windows` and `Icinga Agent` logs, as the nature of the Icinga Agent is to log way more frequent than Icinga for Windows is....
Made a pull request for this: #572 ~~~~Lord Hepipud~~~~