一、cacti认证方式:
1、当选择none时,所有访问无需认证;
2、当选择Web Basic Authentication时,无指定web用户模板时,登录会报如下错误:
Error: Web Basic Authentication configured, but no username was passed from the web server. Please make sure you have authentication enabled on the web server.
解决方法:
update settings set value = ‘1‘ where name = ‘auth_method‘;
二、无认证调用cacti具体图形方法:
1、开启匿名访问用户guest
2、针对graph、device 、Graph Template、tree进行默认的权限设置及内容:
本文出自 “秋天的童话” 博客,请务必保留此出处http://wushank.blog.51cto.com/3489095/1362662
原文:http://wushank.blog.51cto.com/3489095/1362662