Open-Falcon第四步安装Graph(小米开源互联网企业级监控系统)

安装Graph

graph组件是存储绘图数据、历史数据的组件。transfer会把接收到的数据,转发给graph。

cd /usr/local/open-falcon/graph

mv cfg.example.json cfg.json

# 默认情况下(所有组件都在同一台服务器上),保持cfg.json不变即可

# 启动transfer

./control start

# 校验服务,这里假定服务开启了6060的http监听端口。检验结果为ok表明服务正常启动。

curl -s "http://127.0.0.1:6060/health"

#查看日志

./control tail

# 停止transfer

./control stop
原文地址:https://www.cnblogs.com/love19791125/p/5504940.html