http://forums.cacti.net/about15067.html
http://forums.cacti.net/forum-12.html
修改config.php配置文件
vi /var/www/cacti/include/config.php
$config['url_path'] = "/cacti/"; //改为cacti对应于web目录下的路径,本处为cacti $plugins = array(); $plugins[] = thold; $plugins[] = monitor;
注意,如果在这个配置文件中,有输入这些参数,那么在 configuration -> plugin mangement 下的actions中,是不可控制的,默认直接打开在config.php写入的插件名称,会被默认为系统的。如果这样的话,thold插件,是无法看到页签的,所以,需要把 $plugins[] = thold; 这一行去掉然后在plugin management中手动启动,才可以看到 thold页签