Nagios Installation and Monitoring
Nagios Installation and Monitoring Nagios is one of the most widely used open source monitoring tools which helps us to monitor the services and applications that runs of Windows, Linux, Routers and other network devices. With the help of Nagios, we can monitor basic services and attributes. We can access the Nagios using web interface coming with the bundle and configuration need to be done on the file level. Prerequisites Before installing Nagios, the system need to meet few requirements for installing Nagios. Let's install those prerequisites like httpd(web server), php(scripting language), compilers and development libraries. We can install these prerequisties through a single command. Here we go: yum install php httpd gcc glibc glibc-common gd gd-devel make net-snmp openssl-devel xinetd unzip As w...