You're currently connected directly to one of our mirror nodes. You should use mirror.fsmg.org.nz instead. For more information please visit our website.
![]() | Name | Last modified | Size |
---|---|---|---|
![]() | Parent Directory | - | |
![]() | snapshot/ | 2022-01-31 01:20 | - |
![]() | stable/ | 2022-05-03 05:14 | - |
![]() | IcingaForWindows.ps1 | 2022-02-03 04:24 | 7.2K |
![]() | README.html | 2021-12-14 01:59 | 1.6K |
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;