侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

配置Cacti 0.8.8a监控Memcache

2023-04-26 星期三 / 0 评论 / 0 点赞 / 71 阅读 / 4056 字

配置Cacti 0.8.8a监控Memcache系统:CentOS 6.3 x86_64一、安装memcache客户端API1、解决依赖关系可以使用yum来安装[root@message3 ~]# y

..

配置Cacti 0.8.8a监控Memcache

系统:CentOS 6.3 x86_64

一、安装memcache客户端API

1、解决依赖关系

可以使用yum来安装

[root@message3 ~]# yum -y install python python-setuptools

2、下载安装

ftp://ftp.tummy.com/pub/python-memcached/下载最新版本

[root@message3 ~]# wget ftp://ftp.tummy.com/pub/python-memcached/python-memcached-1.53.tar.gz

[root@message3 ~]# tar xf python-memcached-1.53.tar.gz

[root@message3 ~]# cd python-memcached-1.53

[root@message3 python-memcached-1.53]# python setup.py install

[root@localhost ~]# tar xf python-memcached-1.48.tar.gz

[root@localhost ~]# cd python-memcached-1.48

[root@localhost python-memcached-1.48]# python setup.py install

二、下载安装数据收集脚本和模板

http://dealnews.com/developers/cacti/memcached.html下载最新版本

[root@message3 ~]# tar xf cacti-memcached-1.0.tar.gz

[root@message3 ~]# wget http://s31.dlnws.com/dealnews/developers/cacti-memcached-1.0.tar.gz

[root@message3 ~]# cd cacti-memcached-1.0

[root@message3 cacti-memcached-1.0]# cp   memcached.py  /var/www/html/cacti/scripts/

2、通过浏览器访问cacti导入cacti_memcached_host_template.文件,需要在本机也要下载这个包。选择文件,选择cacti_memcached_host_template.

注意:如果你的memcached的端口不是默认的11211端口则需要修改执行脚本的命令,如图

点击Data Input Methods 选择的Memcached – Statistics

在执行的脚本后边通过添加 –p 选项来指定你的memcache端口即可,例如我这里指定的1111端口

三,监控memcached服务器,需要在device中添加,选择memcached模板就ok了,详情参考如果无法出图,检查iptables有没有开放11211端口。

一共可以绘出6张图。


.


.

广告 广告

评论区