Nagios - installation
This story begins with a RedHat ES 5 machine, and, as all stories begin ~ Once upon a time...I downloaded the latest stable release of Nagios core, Plug-ins and Addons from Here (http://www.nagios.org/download), which, at the time this story began the latest stable release was 3.2.0.
Look for the download button
,
or, something that looks like that, otherwise, you might be filling out a form for something else. Silly open source folks, go figure...
I saved my download in a folder on my Desktop named "nagios 3.2.0"
(Z:\Documents and Settings\JaneDoe\Desktop\nagios 3.2.0>).

|
The steps in the screen shot above are: - FTP to your Nagios server. - Login as the root user. - Enter the root password. - Change directories to /usr/local. - Use binary mode for the file transfer. - Upload the file with the "put" command. - Exit FTP with the "bye" command. |
And, if all went well with the configure script, you'll see output like below:



|
* make install-init ~ This installs the init scripts in /etc/init.d * make install-commandmode ~ This installs and configures permissions on the directory holding the external command file. * make install-config ~ This sample configuration files. |

Now, startup up the Nagios core server with the /etc/init.d/nagios script, like:
/etc/init.d/nagios start
You can confirm thigs are up and running with a process check (ps -ef|grep nagios).

Then launch a browser and connect to your Nagios instance (http://nagiosserver/nagios).
Now, you can start adding devices to monitor...
