Friday, January 19, 2007
Penambahan Plugin di Cacti
Untuk Penambahan Plugins di Cacti , anda harus mempatch cacti sebelumya.
Dowload source di http://cactiusers.org.
Lakukan patch untuk cacti
Patching cacti
unzip cacti-plugin-arch.tar.gz
copy cacti-plugin-0.8.6h.diff ke /var/www/html/cacti/
cp cacti-plugin-0.8.6h.diff /var/www/html/cacti/
patch -p1 -N < style="font-weight: bold;">
Penambahan Plugin
Installing NTOP
tar zxvf ntop-3.2.tgz
cd ntop-3.2
./configure
make
make install
saat proses install akan disuruh masukan password untuk administrator masukan password misal cumigondrong, lalu masukan lagi password misal cumigondrong.
Setelah itu jalankan NTOP
ntop -u ntop -w 3000
setelah itu Add di Cacti di bagian plugins lakuakn instalasi plugin ntop untuk cacti
tar -xvf /home/cacti/ntop-0.1.tar.gz -C /var/www/html/cacti/plugins/
edit file /var/www/html/cacti/include/config.php
tambahkan option ini
$plugins = array();
$plugins[] = 'ntop';
Lalu tambahkan akses untuk administrator agar dapat akses ntop
http://localhost/cacti/index.php
Masuk ke menu cacti
click console
click User Management
click admin
click view ntop
Instalasi THOLD
tar zxvf thold-0.3.0.tar.gz
lalu copy folder thold-0.3.0 ke /var/www/html/cacti/plugins/
lalu edit file /var/www/html/cacti/include/config.php
ambahkan option ini
$plugins = array();
$plugins[] = 'thold';
thx
Mommo
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment