icinga-powershell-framework icon indicating copy to clipboard operation
icinga-powershell-framework copied to clipboard

This PowerShell module will allow to fetch data from Windows hosts and use them for inventory and monitoring solutions. Together with the Icinga Web 2 module, a detailed overview of your Windows infra...

Results 81 icinga-powershell-framework issues
Sort by recently updated
recently updated
newest added

Install Icinga for Windows on a Windows Server 2025 via elevated PowerShell 7.4.6 following the steps [here](https://icinga.com/docs/icinga-for-windows/latest/doc/110-Installation/01-Getting-Started/) Output from process: ``` [Notice]: PowerShell Execution-Policies are configured to run Scripts and/or...

Hi, I am using an elevated powershell and set: `Set-ExecutionPolicy -ExecutionPolicy ByPass -Scope Process` and tried to install the power shell framework: ``` [Net.ServicePointManager]::SecurityProtocol = 'tls12, tls11'; $ProgressPreference = 'SilentlyContinue';...

Investigation

We With CVE-2024-49369, we have updated all window servers to the latest icinga-powershell-framework (1.12.3) and Icinga Client (2.14.3). Now we notice that different servers get a timeout every now and...

Bug
Investigation

If the Service is not installed, but should be installed, a force Install should create the service anyways. This *should* not happen with 1.13.x anymore.

If the config.json of Icinga for Windows is an empty file, Icinga for Windows is behaving incorrectly.

On a specific system we are expieriencing the following issue: An error occurred during installation: Exception calling ".ctor" with "0" argument(s): "This implementation is not part of the Windows Platform...

Bug
Investigation

I've outlined the problem thoroughly [here ](https://community.icinga.com/t/windows-icinga2-agent-unable-to-query-processor-information-processor-utility/14304). I fear the verbosity of my testing and details may be why the post got no attention so I'll be as brief as...

Bug
Investigation

I have a weird case in which a reg key contains a forward slash '/' which would be interpreted as a skip character and the $RegistryData = Get-ItemProperty $regPath in...

Could you please include an additional Restart-IcingaWindowsService inside of the RenewCertificate.ps1 mostly because it seems Windows doesn't recognize that the cert file is already created but the filehandle seems not...

I'm trying to install the Icinga Framework for Windows using the script [IcingaForWindows.ps1](https://packages.icinga.com/IcingaForWindows/IcingaForWindows.ps1). However it seems to use the variable `$env:temp` everywhere to write temporary files in to the user's...