We have build binary packages for several versions of RedHat/CentOS, Debian, SLES, and Ubuntu which are available
via the openSUSE Build Service. After the repository has been setup, you just
have to install the naemon
package with your package manager.
The binary packages can also be downloaded here:
![]() |
Redhat |
Redhat 8 Redhat 7 |
![]() |
CentOS |
CentOS 8 CentOS 7 |
![]() |
SLES |
15 SP2 15 SP1 15 12 SP5 12 SP4 12 SP3 12 SP2 12 SP1 |
![]() |
Debian |
Testing 11 Bullseye 10 Buster 9 Stretch 8 Jessie |
![]() |
Ubuntu |
21.10 Impish Indri 21.04 Hirsute Hippo 20.10 Groovy Gorilla 20.04 Focal Fossa 18.04 Bionic 16.04 Xenial |
![]() |
Fedora |
fc35 fc34 fc33 fc32 fc31 fc30 |
Packages are available either using the openSUSE Build Service (below) or via the Consol repository.
This list is not synchronized with the build server, so there might be more repositories available at the openSUSE Build Service Repository Overview.
First you import the GPG key.
curl -s "https://build.opensuse.org/projects/home:naemon/public_key" | sudo apt-key add -
echo "deb http://download.opensuse.org/repositories/home:/naemon/xUbuntu_$(lsb_release -rs)/ ./" >> /etc/apt/sources.list.d/naemon-stable.list
apt-get update
echo "deb http://download.opensuse.org/repositories/home:/naemon/Debian_10/ ./" >> /etc/apt/sources.list.d/naemon-stable.list
apt-get update
When using Centos or Redhat you may have to add the EPEL repository to resolve all dependencies.
curl -s https://download.opensuse.org/repositories/home:/naemon/CentOS_7/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/CentOS_8_Stream/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/Fedora_30/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/Fedora_31/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/Fedora_32/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/Fedora_33/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
zypper addrepo -f https://download.opensuse.org/repositories/home:/naemon/SLE_12_SP5/home:naemon.repo
zypper addrepo -f https://download.opensuse.org/repositories/home:/naemon/SLE_15_SP2/home:naemon.repo
For new user, we recommend you grab one of our nightly binary snapshots. You can also build yourself from source.
Travis-CI core build status:
Travis-CI suite build status:
There are daily builds available for recent platforms at the obs home:naemon:daily project
We build nightly packages for several versions of CentOS/RedHat, Debian, SLES, and Ubuntu. First install the Consol testing repository, and then install the naemon
package with your package manager.
Download the latest development source code from github.
See the getting started document in the users guide.