Install and Configure Nagios 2.x on Debian 4.0 with Apache
January 15, 2008 · Filed Under
Nagios
NagiosĀ® is an Open Source enterprise grade host, service and network monitoring program. Nagios is a host and service monitor designed to alert network problems. Nagios is designed to run under linux but works fine under most *NIX variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external “plugins” which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email, instant message, SMS, etc.). Current status information, historical logs, and reports can all be accessed via a web browser.
Installation of Nagios is rather a bit lenghtly but very easy and straight forward. I thought it would be better if we approach the installation one module at a time and hence have divided into 4 different posts as follows:
1. Install and configure the pre-requisites
2. Install Nagios Binaries & CGI
3. Install Nagios Plugins
4. Setup web interface and CGI Authentication
The installation platform for Nagios is as follows:
Operating System: Debian Linux 4.0r2 (minimal install using Business CD version)
Webserver: Apache 2.2.3
PHP: PHP version 5.2.0
Nagios Version: Nagios 2.11
Nagios Plugin version: Nagios Plugin 1.4.11
When you are through with the four steps, you are ready to add your hosts services and start monitoring them.
Happy Open source Nagios Monitoring!!!
Comments