Cacti学习笔记(二)
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
Cacti学习笔记(二)
大致的熟悉了cacti软件的相关界面以后,我继续学习关于插件的安装.
二、插件的安装
由于功能上的需要可以采用各种各样的插件进行功能扩展,这篇学习笔记主要介绍了cacti的plugin architecture,以及network weathermap插件。
1、plugin architecture
1)plugin architecture简介
在plugin architecture中有这么一段话:The Plugin Architecture for Cacti was designed to be both simple in nature and robust enough to allow freedom to do almost anything in Cacti. Cacti itself is designed nicely enough that integrating into it is fairly easy with very little modifications necessary.
在安装插件前,必须把plugin architecture安装好,这样才支持其他插件的安装。
2)plugin architecture安装步骤:
vi include/global.php
主要修改
通过以上的安装和修改,就完成对plugin architecture安装。
注意:在安装完成以后会在主页面上的左边configuration多了一个plugin management选选项。
如图:
如果没有出现该选项。
则应该到utility -> user management然后选择用户admin
进入admin用户的设置项Realm Permissions ,勾上plugin management,然后保存,如图:
2、network weathermap
1)network weathermap简介
PHP Weathermap is one of many implementations of the same basic idea - take data from your network devices and use it
to provide a single-page overview of the current state of network, like the one to the right. It complements a tool like MRTG, Cricket or Cacti, that provide in-depth graphing, and historical information, and can use data from those systems to produce it's maps. In fact, it requires some other data-collection source, as it does no device-polling on it's own.以上介绍来至/
2)安装
a.安装的需求:weathermap做为cacti的插件进行安装必须要先安装plugin architecture 。
b.下载插件并解压
c.文件赋权
d.激活插件
代码如下:
e.修改相关文件选项的属性
到此,就安装完毕了!! ^_^多了一个weathermap的选项卡!!截个图秀一下。