前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Cacti安装插件之thold

Cacti安装插件之thold

作者头像
三杯水Plus
发布2018-11-14 12:00:23
1.4K0
发布2018-11-14 12:00:23
举报
文章被收录于专栏:运维运维

Cacti安装插件之thold 基本环境 os:rhel5.5 i386 rpm:lamp cacti:0.8.8a rrdtool:1.4.5 1,安装settings插件 #wget http://docs.cacti.net/_media/plugin:settings-v0.7-1.tgz #mv plugin\:settings-v0.7-1.tgz settings-v0.7-1.tgz #tar  zxvf settings-v0.7-1.tgz -C /var/www/html/cacti/plugins 2,安装thold插件 #wget http://docs.cacti.net/_media/plugin:thold-v0.4.9-3.tgz #mv plugin\:thold-v0.4.9-3.tgz thold-v0.4.9-3.tgz #tar zxvf thold-v0.4.9-3.tgz -C /var/www/html/cacti/plugins 3,更改config.php主配置文件 #cat /var/www/html/cacti/include/config.phps $database_type = "mysql"; $database_default = "cacti"; $database_hostname = "localhost"; $database_username = "cacti"; $database_password = "cacti"; $database_port = "3306"; $database_ssl = false; $plugins[] = 'ntop'; $plugins[] = 'npc'; $plugins[] = 'settings'; $plugins[] = 'thold'; 4,设置cacti添加进thold 控制面板-----插件管理---settings和thold安装和启用

控制面板-----用户管理---admin---看到选上了thresholds等

看看thold已经安装上了,不过没有配置

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2012-06-29 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档