Nagios Repositories

As of November 15th, 2023 All new packages will be signed with a new GPG Key.
For older packages use this key - GPG-KEY-NAGIOS-V2.

DEB Repositories

These repos are for online installations of NCPA on Ubuntu operating systems.

LTS Versions

Name OS Location Available Public GPG Key
Nagios Ubuntu 22.04 LTS https://repo.nagios.com/deb/jammy packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 20.04 LTS https://repo.nagios.com/deb/focal packages
Nagios Ubuntu 18.04 LTS https://repo.nagios.com/deb/bionic packages
Nagios Ubuntu 16.04 LTS https://repo.nagios.com/deb/xenial packages

Other Versions (Unsupported, NCPA Only)

Name OS Location Available Public GPG Key
Nagios Ubuntu 19.10 https://repo.nagios.com/deb/eoan packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 19.04 https://repo.nagios.com/deb/disco packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 18.10 https://repo.nagios.com/deb/cosmic packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 17.10 https://repo.nagios.com/deb/artful packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 17.04 https://repo.nagios.com/deb/zesty packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 16.10 https://repo.nagios.com/deb/yakkety packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 15.10 https://repo.nagios.com/deb/wily packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 15.04 https://repo.nagios.com/deb/vivid packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 14.10 https://repo.nagios.com/deb/utopic packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 14.04 LTS https://repo.nagios.com/deb/trusty packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 13.10 https://repo.nagios.com/deb/saucy packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 13.04 https://repo.nagios.com/deb/raring packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 12.10 https://repo.nagios.com/deb/quantal packages GPG-KEY-NAGIOS-V3
Nagios Ubuntu 12.04 https://repo.nagios.com/deb/precise packages GPG-KEY-NAGIOS-V3

Installation of Nagios Repo

Execute the following commands:

# Add to the apt sources list
echo "deb https://repo.nagios.com/deb/$(lsb_release -cs) /" > /etc/apt/sources.list.d/nagios.list

# Add our public GPG key
wget -qO - https://repo.nagios.com/GPG-KEY-NAGIOS-V3 | apt-key add -

# Update your repositories
apt-get update

If you're using Debian 11 or one of the other newer OSes and you see an "E: gnupg, gnuph2 and gnupg1 do not seem to be installed..." error when adding the public key you can either install gnupg (apt-get install gnupg) or you can read how to add the GPG key the new, more secure way.

Installation and Upgrade of NCPA

apt-get install ncpa