Server-Side/Linux
[cacti] how to install update (cacti plugin) on CentOS 5.X 64bit
준피
2010. 12. 19. 08:49
# tar xzfv update-0.4.tar.gz -C /usr/local/cacti/plugins/
# cd /usr/local/cacti/plugins/update
# mysql -u root -p cacti < update.sql
# vi /usr/local/cacti/include/config.php
---------------->append<-----------------
$plugins[] = "update";
-------------------------------------------
go to http://your.ip.address/cacti/
console -> User Management -> admin -> Realm Permissions -> check for updates -> save