环境准备:
git clone https://github.com/open-falcon/falcon-plus.git cd falcon-plus/scripts/mysql/db_schema/ mysql -h 192.168.0.103 -u root -p < 1_uic-db-schema.sql mysql -h 192.168.0.103 -u root -p < 2_portal-db-schema.sql mysql -h 192.168.0.103 -u root -p < 3_dashboard-db-schema.sql mysql -h 192.168.0.103 -u root -p < 4_graph-db-schema.sql mysql -h 192.168.0.103 -u root -p < 5_alarms-db-schema.sql
现在查看数据库
mysql -uroot -p -e "show databases;"
wget https://github.com/open-falcon/falcon-plus/releases/download/v0.2.1/open-falcon-v0.2.1.tar.gz