1.1. Environment Preparation

Please refer to Environment Preparation

1.1.1. Create a Working Directory

export FALCON_HOME=/home/work
export WORKSPACE=$FALCON_HOME/open-falcon
mkdir -p $WORKSPACE

1.1.2. Unzip the Binary Pack

tar -xzvf open-falcon-v0.2.1.tar.gz -C $WORKSPACE

1.1.3. Execute All the Backend Modules on One Machine

2. First, make sure that the username and password in the configuration file of database are valid, or the configuration file should be edited.

cd $WORKSPACE
grep -Ilr 3306  ./ | xargs -n1 -- sed -i 's/root:/real_user:real_password/g'

3. Execute

cd $WORKSPACE
./open-falcon start

# check the startup of all the modules
./open-falcon check

3.1.1. More usage of command line tools

# ./open-falcon [start|stop|restart|check|monitor|reload] module
./open-falcon start agent

./open-falcon check
        falcon-graph         UP           53007
          falcon-hbs         UP           53014
        falcon-judge         UP           53020
     falcon-transfer         UP           53026
       falcon-nodata         UP           53032
   falcon-aggregator         UP           53038
        falcon-agent         UP           53044
      falcon-gateway         UP           53050
          falcon-api         UP           53056
        falcon-alarm         UP           53063

For debugging , You can check $WorkDir/$moduleName/log/logs/xxx.log
Copyright 2015 - 2018 Xiaomi Inc. all right reserved,powered by Gitbook该文件修订时间: 2022-05-30 16:56:30