- 论坛徽章:
- 0
|
个人笔记:Cacti 0.8.7e插件成功安装之:wmi
源自:杨志刚博客 (
http://yangzhigang.cublog.cn/
)
前话
This plugin is for the integrated use of Windows "WMI" from Linux.
安装
Then install just like any other plugin, just throw it in the plugin directory,
in a folder called wmi.
(和安装其他plugin一样,放到plguins目录中,名字叫wmi)
Edit your includes/global.php and add it to your $plugins list.
(在global.php文件中加入 $plugins[] = 'wmi';)
You will then wantto import the SQL file(导入wmi.sql)
[root@centos53 /]# cd /var/www/cacti/plugins/wmi
[root@cacti wmi]# mysql -ucacti -pcactipw cactidb
结果
在[Console]-[Configuration]-[Plugin Management]中可以看到wmi的状态为:Old Plugin Architecture - Running。
同时,在[Console]-[Configuration]中,多了个WMI Settings。
在“Console -> Devices -> (Edit) ”中,可以发现有了“WMI Account Options”的选项。
注:这个插件的下载我是从CactiEZv0.6中提取的。在网上没有找到下载的包,如你发现了可以在这里留言给我,如果你需要这个插件包,也可以发
mailto:yangzg@mail.ce.cn
来。
使用方法:
待补充........
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/71257/showart_2102360.html |
|