Downloads

Stable release

Latest stable release: 1.4.2, released 04 Jan 2024

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 SP4
15 SP5
Debian Testing
11 Bullseye
10 Buster
9 Stretch
Ubuntu 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 fc39
fc38
fc37
fc36

Installing via repository

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.

Debian / Ubuntu

Install GPG key

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"

Ubuntu
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
Debian
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

Centos / Redhat / Rocky / Alma

When using Centos or Redhat you may have to add the EPEL repository to resolve all dependencies.

7
curl -s https://download.opensuse.org/repositories/home:/naemon/CentOS_7/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
8
curl -s https://download.opensuse.org/repositories/home:/naemon/AlmaLinux_8/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo
9
curl -s https://download.opensuse.org/repositories/home:/naemon/AlmaLinux_9/home:naemon.repo >> /etc/yum.repos.d/naemon-stable.repo

Fedora

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

Suse Linux Enterprise

SLES 15 SP4
zypper addrepo -f https://download.opensuse.org/repositories/home:/naemon/15.4/home:naemon.repo
SLES 15 SP5
zypper addrepo -f https://download.opensuse.org/repositories/home:/naemon/15.5/home:naemon.repo

Development snapshot

For new user, we recommend you grab one of our nightly binary snapshots. You can also build yourself from source.

CI core build status: Build Status
CI suite build status: Build Status

openSuse Build Service

There are daily builds available for recent platforms at the obs home:naemon:daily project

Binary packages

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.

Source

Download the latest development source code from github.

Getting started

See the getting started document in the users guide.