
监控系统
线程魔法师
人生苦短,我学Python!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
在Ubuntu18.04使用Docker安装graphite
安装docker apt install docker.io 参照graphite官网,运行docker docker run -d \ --name graphite \ --restart=always \ -p 80:80 \ -p 2003-2004:2003-2004 \ -p 2023-2024:2023-2024 \ -p 8125:8125/udp \ -p...原创 2020-01-31 15:33:48 · 756 阅读 · 0 评论 -
配置Graphite+Carbon+Whisper
carbon.conf 31行解除注释: 1 [cache] 2 # Configure carbon directories. 3 # 4 # OS environment variables can be used to tell carbon where graphite is 5 # installed, where to ...原创 2020-01-30 18:57:32 · 638 阅读 · 0 评论 -
在Centos7搭建graphite+mod_wsgi+httpd
作者的Google Cloud Platform云主机的Centos7默认Python版本为2.7.5 安装Python3.7 前往Python官网:https://www.python.org/downloads/release/python-376/ 获取3.7.6版本的下载链接: 前往/ur/local/src目录,下载Python并解压: wget --no-check-c...原创 2020-01-27 15:52:17 · 562 阅读 · 0 评论 -
在Centos7安装Collectd并与graphite集成
下载RPM相关 sudo yum install -y make automake gcc gcc-c++ kernel-devel perl-devel 安装Collectd5.10.0 wgethttps://storage.googleapis.com/collectd-tarballs/collectd-5.10.0.tar.bz2 ./configure make all i...原创 2020-01-28 12:32:05 · 442 阅读 · 0 评论