Fedora

Release Builds

dnf install https://packages.icinga.com/fedora/icinga-rpm-release-$(. /etc/os-release; echo "$VERSION_ID")-latest.noarch.rpm

Testing (Pre Release) Builds

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/fedora/ICINGA-testing.repo -O /etc/yum.repos.d/ICINGA-testing.repo

Snapshot Builds

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/fedora/ICINGA-snapshot.repo -O /etc/yum.repos.d/ICINGA-snapshot.repo