NagiosQL3 Install on CentOS 4
So I downloaded the NagiosQL
wget http://ovh.dl.sourceforge.net/sourceforge/nagiosql/nagiosql302.tar.gz
tar xzf nagiosql302.tar.gz
Put the now extracted nagiosql3 folder into /var/www/html
nano /etc/httpd/conf/httpd.conf
Throw this at the bottom.
<VirtualHost *:80>
ServerAdmin webmaster@dummy-host.example.com
DocumentRoot /var/www/html/nagiosql3
ServerName 10.10.10.60/nagiosql
ErrorLog logs/nagiosql3.log
CustomLog logs/nagiosql3 common
</VirtualHost>
touch /var/www/html/nagiosql3/install/ENABLE_INSTALLER
http://localhost
Follow the steps in the install once done.
rm /var/www/html/nagiosql3/install/ENABLE_INSTALLER
http://localhost
Done
Reserved for http://www.nagiosql.org/ write up.
No comments:
Post a Comment