You can find our packaging scripts on GitHub. If you experience any issues with the packages, please report them here.
Our GPG key has been changed on September 30, 2024:
pub rsa4096 2024-05-21 [SC] DD3A F619 8ED0 00B4 C0B7 3956 CC11 6F55 AA7F 2382 uid Icinga GmbH (Build server) <info@icinga.com>
Name | Last modified | Size | |
---|---|---|---|
Parent Directory | - | ||
beta/ | 2024-09-19 12:39 | - | |
snapshot/ | 2022-01-30 13:20 | - | |
stable/ | 2024-11-21 08:35 | - | |
IcingaForWindows.ps1 | 2022-09-12 08:40 | 8.3K | |
Before you can run the following commands, you will have to install Icinga for Windows based on the documentation.
https://packages.icinga.com/IcingaForWindows/stable/ifw.repo.json
Add-IcingaRepository ` -Name 'Icinga Stable' ` -RemotePath 'https://packages.icinga.com/IcingaForWindows/stable/ifw.repo.json';
https://packages.icinga.com/IcingaForWindows/snapshot/ifw.repo.json
Add-IcingaRepository ` -Name 'Icinga Snapshot' ` -RemotePath 'https://packages.icinga.com/IcingaForWindows/snapshot/ifw.repo.json';
https://packages.icinga.com/IcingaForWindows/snapshot/$PROJECT/$BRANCH/ifw.repo.json
[string]$Project = 'icinga-powershell-framework'; [string]$Branch = 'feature/adds_jea_profile_handling'; Add-IcingaRepository ` -Name "$Project/$Branch" ` -RemotePath "https://packages.icinga.com/IcingaForWindows/snapshot/$Project/$Branch/ifw.repo.json"; Install-IcingaComponent -Name $Project.Replace('icinga-powershell-', '') -Version $Branch -Snapshot -Force;