Graphite 系统监控
Graphite 是一个 Python 写的 web 应用,采用 django 框架,Graphite 用来进行收集服务器所有的及时状态,用户请求信息,Memcached 命中率,RabbitMQ 消息服务器的状态,Unix 操作系统的负载状态,Graphite 服务器大约每分钟需要有 4800 次更新操作,Graphite 采用简单的文本协议和绘图功能可以方便地使用在任何操作系统上。
安装
使用 pip 安装到 share1:
apt-get install python-dev libcairo2-dev libffi-dev
pip install cairocffi
pip install django
export PYTHONPATH="/opt/graphite/lib/:/opt/graphite/webapp/"
pip install https://github.com/graphite-project/whisper/tarball/master
pip install https://github.com/graphite-project/carbon/tarball/master
pip install https://github.com/graphite-project/graphite-web/tarball/master
share1 的内存改成了 1.5G,否则安装 djongo 报内存溢出。Webapp Database Setup:
export GRAPHITE_ROOT=/opt/graphite
pip install scandir
PYTHONPATH=$GRAPHITE_ROOT/webapp django-admin.py migrate --settings=graphite.settings --run-syncdb
docker 方式部署
在 share1 上:
docker pull hopsoft/graphite-statsd
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
上一篇: imai 邮件发送服务
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论