Here are the steps to install Nagios monitoring tool:
1. Install prerequisite packages like Apache web server, PHP, gd library etc. on the server.
2. Download the latest version of Nagios Core from the official website.
3. Extract the downloaded Nagios Core package.
4. Run configure script with ./configure and make commands to compile the source code.
5. Run make install to install Nagios binaries, configuration files and plugins.
6. Configure Nagios by editing the nagios.cfg file and define host/service details.
7. Start and enable Nagios process using commands like /etc/init.d/nagios start.
8. Access