| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 
 | .├── cmd		// open-falcon命令操作
 ├── common	// 常用工具集合
 │   ├── backend_pool
 │   ├── db
 │   ├── model
 │   ├── proc
 │   ├── sdk
 │   └── utils
 ├── config
 ├── docker
 ├── docs
 │   ├── doc
 │   ├── _includes
 │   ├── _layouts
 │   └── _posts
 ├── g	// 定义配置文件路径、日志路径等信息
 ├── logos
 ├── modules		// 各核心组件
 │   ├── agent
 │   ├── aggregator
 │   ├── alarm
 │   ├── alarm-manager
 │   ├── api
 │   ├── gateway
 │   ├── graph
 │   ├── hbs
 │   ├── judge
 │   ├── nodata
 │   └── transfer
 ├── scripts		// sql脚本
 │   └── mysql
 ├── test
 ├── vagrant
 └── vendor
 
 |