June 2009

You are browsing the archive for June 2009.

Build Nagios 3 from source for Ubuntu 8.04 LTS

First install a clean copy of Ubuntu 8.04 LTS and configure it how you see fit (e.g. give it a static IP address to add it to your network).
We’re going to start with installing the NTP time services:
$ sudo apt-get install ntp ntpdate
Now install a fresh Apache web server instance:
$ sudo apt-get install apache2 apache2.2-common [...]