Cacti

Posted at 2009. 11. 12. 10:20 | Posted in Server/Ubuntu
반응형
http://cactiusers.org/index.php
http://nokia.egloos.com/3265536



cacti 설치

# apt-get install cacti

cacti.nerv-team.co.kr 서브도메인 설정

# rm /etc/apache2/conf.d/cacti.conf

# vi /etc/apache2/sites-enabled/000-default

# 추가
# cacti
<VirtualHost *:80>
        ServerName cacti.nerv-team.co.kr
        DocumentRoot /usr/share/cacti/site
</VirtualHost>

apache2 재시작

# /etc/init.d/apache2 restart

http://cacti.nerv-team.co.kr/install/ 접속하여 설정

http://cacti.nerv-team.co.kr 접속
 - 초기 아이디/비번 : admin / admin
 - 새로운 비밀번호로 변경

반응형

'Server > Ubuntu' 카테고리의 다른 글

Subversion  (0) 2010.08.16
Openfire  (0) 2010.05.25
Webmin  (0) 2009.11.18
Squirrelmail  (0) 2009.11.12
SparkWeb  (0) 2009.11.12
Apache + SSL  (0) 2009.11.12
Oracle Express Edition 10g  (0) 2009.11.11
Apache + Tomcat with Tomcat Connector  (0) 2009.11.11
Apache + PHP + MySQL  (0) 2009.11.11
bind9 - domain name service  (0) 2009.11.11
//