Package RepositoryYou 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 | - | ||
| pool/ | 2016-06-29 12:08 | - | |
| dists/ | 2025-08-04 10:58 | - | |
Raspberry Pi OS (only 64-bit!)wget -O icinga-archive-keyring.deb "https://packages.icinga.com/icinga-archive-keyring_latest+debian$( . /etc/os-release; echo "$VERSION_ID" ).deb" apt install ./icinga-archive-keyring.deb
cat >/etc/apt/sources.list.d/icinga.sources <<EOF Types: deb deb-src URIs: https://packages.icinga.com/debian/ Suites: icinga-$(. /etc/os-release; echo "$VERSION_CODENAME") Components: main Signed-By: /usr/share/keyrings/icinga-archive-keyring.gpg EOF
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.
cat >/etc/apt/sources.list.d/icinga.sources <<EOF Types: deb deb-src URIs: https://packages.icinga.com/debian/ Suites: icinga-$(. /etc/os-release; echo "$VERSION_CODENAME")-testing Components: main Signed-By: /usr/share/keyrings/icinga-archive-keyring.gpg EOF
These are snapshot builds which are not suitable for production use. If you're setting up a production system please use the release packages instead.
cat >/etc/apt/sources.list.d/icinga.sources <<EOF Types: deb deb-src URIs: https://packages.icinga.com/debian/ Suites: icinga-$(. /etc/os-release; echo "$VERSION_CODENAME")-snapshots Components: main Signed-By: /usr/share/keyrings/icinga-archive-keyring.gpg EOF