Articles tagged with: nagios installation

Nagios 4.1 installation on Ubuntu 14.04

  • Update Server
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
  • Install necessary packages
sudo apt-get install \
unzip \
wget \
build-essential \
apache2 \
apache2-utils \
php5-gd \
libgd2-xpm-dev \
libapache2-mod-php5 \
postfix \
libssl-dev
  • When postfix asks, set your mail config to match your situation.
  • If you are unsure, Internet Site is probably what you are looking for.
  • Next we will need to set up the user and group that Nagios will operate as.

Loading