Nagios installation.
How to install NAGIOS in linux or windows server? Solution. INSTALLATION Download the latest version of nagios from the following linkhttp://www.nagios.org/download/Then, unpack the Nagios distribution, use the following command#tar xzf nagios-2.6.tar.gzNavigate to the newly created directory#cd nagios-version (nagios-2.6)Run the configure script# ./configure –prefix=/usr/local/nagios –with-cgiurl=/nagios/cgi-bin —with-htmurl=/nagios/ –with-nagios-user=nagios –with-nagios-group=nagios –with-command-group=nagios where–prefix=/usr/local/nagios is… Continue Reading Nagios installation.