efn阿克说 发表于 2019-1-10 10:41:17

cacti 认证实例

  一、cacti认证方式:
http://s3.运维网.com/wyfs02/M01/12/90/wKioL1MK3GyQLFe8AAJO6pYT_Ls177.jpg

  

  

         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
  
http://s3.运维网.com/wyfs02/M01/12/94/wKiom1MK8UzT7Oz0AAEV5lY63zI724.jpg
  

  2、针对graph、device 、Graph Template、tree进行默认的权限设置及内容:

  
http://s3.运维网.com/wyfs02/M02/12/95/wKioL1MK8SegrnD8AAGYzW37NW0798.jpg
  

  


  




页: [1]
查看完整版本: cacti 认证实例