How To Install Nagios
How To Install Nagios
Nagios Installation
In this series we will be installing nagios on ubuntu. The
versions used in this series are
Nagios: 4.4.5
Nagios Plugin: 2.2.1
Ubuntu: 18.04
The installation used in this series will be from the
link over here
The nagios recommends installing the core version by
downloading, compling and installing the code
Following are the steps which we will follow
Update Ubuntu packages and ensure the following
softwares are installed
sudo apt-get update
sudo apt-get install -y autoconf gcc libc6 make wget unzip apache2 php
libapache2-mod-php7.2 libgd-dev