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:
Enterprise Linux (Red Hat, RockyLinux, AlmaLinux etc) |
EL9 EL8 EL7 |
|
SLES |
15 SP6 15 SP5 15 SP4 |
|
Debian |
Testing 12 Bookworm 11 Bullseye 10 Buster 9 Stretch |
|
Ubuntu |
24.04 Noble Numbat 23.10 Mantic Minotaur 23.04 Lunar Lobster 22.10 Kinetic Kudu 22.04 Jammy Jellyfish 21.10 Impish Indri 21.04 Hirsute Hippo 20.10 Groovy Gorilla 20.04 Focal Fossa 18.04 Bionic |
|
Fedora |
fc40 fc39 fc38 fc37 fc36 |
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 -o /etc/apt/trusted.gpg.d/naemon.asc "https://build.opensuse.org/projects/home:naemon/signing_keys/download?kind=gpg"
echo "deb [signed-by=/etc/apt/trusted.gpg.d/naemon.asc] http://download.opensuse.org/repositories/home:/naemon/xUbuntu_$(lsb_release -rs)/ ./" >> /etc/apt/sources.list.d/naemon-stable.list
apt-get update
echo "deb [signed-by=/etc/apt/trusted.gpg.d/naemon.asc] http://download.opensuse.org/repositories/home:/naemon/Debian_$(lsb_release -rs)/ ./" >> /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/AlmaLinux_8/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/AlmaLinux_9/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
curl -s https://download.opensuse.org/repositories/home:/naemon/Fedora_$(cut -f 3 -d " " /etc/redhat-release)/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
zypper addrepo -f https://download.opensuse.org/repositories/home:/naemon/15.4/home:naemon.repo
zypper addrepo -f https://download.opensuse.org/repositories/home:/naemon/15.5/home:naemon.repo
For new user, we recommend you grab one of our nightly binary snapshots. You can also build yourself from source.
CI core build status:
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.