Installing
-
4. Downloading Nagios
Download Latest Nagios Core Linux Source
-
5. Extracting Nagios
Then Double-Click and Extract Nagios Core into /tmp.
Or from Command Line:
Copytar zxvf ~/Downloads/nagios*.tar.gz -C /tmp/
-
6. Installing Nagios
Moreover, to Compile and Install Nagios Core for Linux
So first, access the Target:Copycd /tmp/nagios*
Configure it:
Copy./configure --with-command-group=nagcmd
Make it:
Copymake all
And finally, to Install it perform this Stack of Commands:
Copysudo make install
Copysudo make install-init
Copysudo make install-config
Copysudo make install-commandmode
-
7. Installing Nagios Core Web UI
Follow Installing Nagios Core Web Interface
First, Make the needed directory:Copysudo mkdir -p /etc/httpd/conf.d/nagios.conf
And then Install it:
Copysudo make install-webconf
Contents