告警配置和管理页面
falcon portal
Install dependency
# yum install -y python-virtualenv
$ cd /home/work/open-falcon/portal/
$ virtualenv ./env
# use douban pypi
$ ./env/bin/pip install -r pip_requirements.txt -i http://pypi.douban.com/simple
Init database and config
database schema: scripts/schema.sql
database config: frame/config.py
Start
$ ./env/bin/python wsgi.py
--> goto http://127.0.0.1:5050
Run with gunicorn
$ . env/bin/activate
$ bash run.sh
--> goto http://127.0.0.1:5050
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。