码迷,mamicode.com
首页 > 其他好文 > 详细

open-falcon部署

时间:2017-11-19 13:37:41      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:open-falcon

#falcon-plus server部署:

https://github.com/open-falcon/falcon-plus/tree/master/docker

Running falcon-plus container

docker pull openfalcon/falcon-plus:0.2.0

docker run -itd -p 8081:8081 -p 6030:6030  -p 8433:8433 --name falcon openfalcon/falcon-plus:0.2.0 bash /run.sh hbs

#1、官网给的说明有问题,需要开放8433 端口,否则agent 无法上传数据

#2、启动容器后,需要修改镜像内 transfer 配置文件,将监听127.0.0.1 改成0.0.0.0 然后重启进程



#falcon-agent 安装部署:

1、直接使用官方编译好的二进制包,改方式agent包太大,不利于部署。

wget https://github.com/open-falcon/falcon-plus/releases/download/v0.2.1/open-falcon-v0.2.1.tar.gz

tar -zxvf  open-falcon-v0.2.1.tar.gz && cd open-falcon

./open-falcon start agent  启动进程

./open-falcon stop agent  停止进程

./open-falcon monitor agent  查看日志




2、https://github.com/open-falcon-archive/agent

# set $GOPATH and $GOROOT

mkdir -p $GOPATH/src/github.com/open-falcon

cd $GOPATH/src/github.com/open-falcon

git clone https://github.com/open-falcon/agent.git

cd agent

go get ./...

./control build    //构建

./control pack     //打包,此时会生成 falcon-agent-5.1.1.tar.gz压缩包。

./control start    //启动agent

将压缩包传到本地,解压后执行./control start 即可。配置文件修改,请参考官方说明。


#本地负载界面: http://localhost:1988


虽然是开源工具,但是官方github上还是存在有问题的地方。

本文出自 “Devops” 博客,请务必保留此出处http://devops9527.blog.51cto.com/2419132/1983252

open-falcon部署

标签:open-falcon

原文地址:http://devops9527.blog.51cto.com/2419132/1983252

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!