软件介绍: 最新版本的Cacti 0.8.8h汉化版本,已经封装为rpm,能够直接安装使用,有简要安装说明,编译环境CengOS 6.8安装步骤1. 安装CentOS 6,选择webserver,安装数据库mysql,安装时选中文语言2. 配置mysqlcreate user 'cactiuser'@'localhost' identified by 'mysql密码';GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY 'mysql密码';create database cacti;update user set pa