之前有寫過一篇Cacti 監控系統介紹與安裝 ,有興趣的可以參考看看。兩篇設定後都是可以使用的,只是寫這篇更新版主要是為了把一些相關資料再次重新整理一次。
前置動作
安裝Cacti會使用到的套件
統一把下載的檔案放在 /tmp裡
RPMforge :
[root@localhost ~]# cd /tmp #統一把下載的資料存放在tmp
[root@localhost tmp]# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm
[root@localhost tmp]# rpm –import http://apt.sw.be/RPM-GPG-KEY.dag.txt
#安裝 DAG 的 GPG 金鑰
[root@localhost tmp]# rpm -K rpmforge-release-0.5.2-2.el5.rf.*.rpm
#審核所下載的套件
[root@localhost tmp]# rpm -i rpmforge-release-0.5.2-2.el5.rf.*.rpm
#安裝套件,這樣做會新增一個yum軟件庫的設定檔及匯入應有的GPG金鑰
[root@localhost tmp]# yum install htop #安裝軟件
MySQL Server :
[root@localhost ~]# yum install mysql-server mysql-devel
Apache
[root@localhost ~]# yum install httpd
詳細內容請參考http://blog.faq-book.com/?p=1896