欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

open-falcon aggregator 部署

程序员文章站 2022-03-04 14:50:03
...

目的

部署 open-falcon aggregator 服务
主要用于数据预聚合的操作
因为主要用于调用预聚合,因此需要本机 agent 重新 push 数据至少服务器
这个机器必须要运行 falcon-agent

需求

falcon 集群下面组件基本上功能都要可用

falcon-api
falcon-graph
falcon-hbs
falcon-transfer

本机需要部署 falcon-agent
因为 aggregator 需要向本地 falcon-agent 进行数据推送

编译

# make aggregator
go build -o bin/aggregator/falcon-aggregator ./modules/aggregator

创建目录

mkdir /apps/svr/falcon-plus/aggregator/{bin,config,logs} -p

配置文件

{
    "debug": false,
    "http": {
        "enabled": true,
        "listen": "0.0.0.0:6055"
    },
    "database": {
        "addr": "falcon:[email protected](ns-yun-020021.133.com:3306)/falcon_portal?loc=Local&parseTime=true",
        "idle": 10,
        "ids": [1, -1],