You can find our packaging scripts on GitHub. If you experience any issues with the packages, please report them here.
![]() | Name | Last modified | Size |
---|---|---|---|
![]() | Parent Directory | - | |
![]() | 5/ | 2018-10-08 15:57 | - |
![]() | 5Client/ | 2018-10-08 15:57 | - |
![]() | 5Server/ | 2018-10-08 15:57 | - |
![]() | 6/ | 2019-07-25 12:30 | - |
![]() | 6Client/ | 2019-07-25 12:30 | - |
![]() | 6Server/ | 2019-07-25 12:30 | - |
![]() | 7/ | 2019-07-25 12:31 | - |
![]() | 7Client/ | 2019-07-25 12:31 | - |
![]() | 7Server/ | 2019-07-25 12:31 | - |
![]() | 8/ | 2019-07-25 12:30 | - |
![]() | 8Client/ | 2019-07-25 12:30 | - |
![]() | 8Server/ | 2019-07-25 12:30 | - |
![]() | ICINGA-release.repo | 2018-11-26 17:19 | 190 |
![]() | ICINGA-snapshot.repo | 2018-11-26 17:19 | 212 |
![]() | ICINGA-testing.repo | 2020-03-24 11:51 | 209 |
![]() | icinga-rpm-release-6-latest.noarch.rpm | 2019-11-19 17:22 | 5.1K |
![]() | icinga-rpm-release-7-latest.noarch.rpm | 2019-11-19 17:22 | 5.1K |
![]() | icinga-rpm-release-8-latest.noarch.rpm | 2019-11-19 17:22 | 9.5K |
Target platforms:
We require some dependencies from the EPEL repository itself, so make sure to enable it.
yum install epel-release
On CentOS 7 Icinga Web 2 will also require PHP via the SCL repository system:
yum install centos-release-scl
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
On RHEL 7 Icinga Web 2 will also require PHP via the SCL repository system:
subscription-manager repos --enable rhel-7-server-optional-rpms subscription-manager repos --enable rhel-server-rhscl-7-rpms
rpm --import https://packages.icinga.com/icinga.key dnf install https://packages.icinga.com/epel/icinga-rpm-release-8-latest.noarch.rpm yum install https://packages.icinga.com/epel/icinga-rpm-release-7-latest.noarch.rpm
WARNING: These are pre release builds which are not recommended for production use. If you're setting up a production system please use the release packages instead.
rpm --import https://packages.icinga.com/icinga.key wget https://packages.icinga.com/epel/ICINGA-testing.repo -O /etc/yum.repos.d/ICINGA-testing.repo
WARNING: These are auto-built packages, based on current development trees.
Made only for testing purposes, you should not use them in production environments!
rpm --import https://packages.icinga.com/icinga.key wget https://packages.icinga.com/epel/ICINGA-snapshot.repo -O /etc/yum.repos.d/ICINGA-snapshot.repo