布时间:May 11, 2012 // 分类:Cacti // No Comments
Cacti安装请参考:Centos服务器安装cacti中文版。
Cacti安装插件支持请参考:cacti中文版安装插件支持。
安装settings、thold、monitor插件:
1 2 3 4 5 6 7 8 9 10 11 12 | cd /home/wwwroot/cactiwget -O settings-v0.7-1.tgz http://docs.cacti.net/_media/plugin:settings-v0.7-1.tgztar zxvf settings-v0.7-1.tgz mv settings plugins/wget http://docs.cacti.net/_media/thold-v0.4.9-3.tgzwget -O thold-v0.4.9.3.tgz http://docs.cacti.net/_media/plugin:thold-v0.4.9-3.tgztar zxvf thold-v0.4.9.3.tgz mv thold pluginswget -O monitor-v1.31.tgz http://docs.cacti.net/_media/plugin:monitor-v1.3-1.tgztar zxvf monitor-v1.31.tgz mv monitor plugins |
编辑Cacti配置文件:
1 | vim include/global.php |
在$plugins = array();下方添加:
1 2 3 | $plugins[] = thold;$plugins[] = settings;$plugins[] = monitor; |
登录web界面——插件管理——安装并启用相应插件。
Cacti发送邮件方式设置,本例以smtp方式,设置——MAIL/DNS
Cacti报警配置,设置——Thresholds :
添加监控报警,Management——Thresholds——添加:
本文链接:https://www.kinber.cn/post/1253.html 转载需授权!
推荐本站淘宝优惠价购买喜欢的宝贝:

支付宝微信扫一扫,打赏作者吧~
