Network Management With Nagios
Network Management With Nagios
Agenda
What is it? Why use it? Installing Configuring Introduction to the Nagios web interface
Lab & Exercises: Using Nagios monitor a server/gateway Lab & Exercises: Using plugins
Installing Prerequisites
Apache 2 GCC compiler and development libraries GD development libraries Ubuntu: You can use apt-get to install these packages by running the following commands: > sudo apt-get install apache > sudo apt-get install build-essential
Installing Steps
Get sources, currently: nagios-3.0.4.tar.gz
> wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0.4.tar.gz > wget http://osdn.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.12.tar.gz Depending on where you are, you might want to use a mirror closer to you! Start here: http://www.nagios.org/download/
> tar -xzvf nagios-_._._.tar.gz Follow <nagios-dir>/html/docs/quickstartubuntu.html ... or the guides for other linux distros, if you are on another one
10
11
http://creativecommons.org/licenses/by-nc-sa/3.0/
Sources:
7 November 2005 Sebastian Bttrich ItrainOnline MMTK www.itrainonline.org 14