Site Tools


New release available: 2020-07-29 "Hogfather". upgrade now! [51.3] (what's this?)
New release candidate 3 available: 2020-06-09 "Hogfather". upgrade now! [51.2] (what's this?)
New release candidate 2 available: 2020-06-01 "Hogfather". upgrade now! [51.1] (what's this?)
New release candidate available: 2020-06-01 "Hogfather". upgrade now! [51] (what's this?)
Hotfix release available: 2018-04-22c "Greebo". upgrade now! [50.3] (what's this?)
cacti

cacti 설치 및 설정

  • 설치 위치: /home/ehancast/mon_html/

설치 방법은 홈페이지 설치 절차를 참고한다. cacti Installation

  • DB 권한

ID: cacti@localhost PW: cacti!

  • httpd 세팅 (/etc/httpd/conf/conf.d/virtual.conf)
<VirtualHost *>
    ServerAdmin     ukits@smspia.com
    ServerName      mon.ehancast.com
    DocumentRoot    /home/ehancast/mon_html
    <Directory /home/ehancast/mon_html>
        Order deny,allow
        Deny from all
        Allow from 112.216.246.130
        Options Indexes Includes FollowSymLinks
    </Directory>
    <Directory /home/ehancast/mon_html/cli>
        Order Deny,Allow
        Deny from All
        Allow from None
    </Directory>
</VirtualHost>

Percona 플러그인 설치

cacti.txt · Last modified: 2013/10/04 02:25 by ukits