开源监控系统 open-falcon 搭建笔记
搭建开源监控系统open-falcon时可能遇到的一些问题
首先保证机器上到python环境及pip不错乱,别一会python2,一会python3就行;
保证安装了redis,安装好你想链接的mysql服务器,如有,则直接用即可
执行 ./env/bin/pip install -r pip_requirements.txt -i https://pypi.douban.com/simple 时出错
启动 ./env/bin/python wsgi.py时,报
安装 pip install mysql-python 或者执行./env/bin/pip install -r piprequirements.txt -i https://pypi.douban.com/simple 时报 myconfig.h: No such file or directory
后台启动./open-falcon 启动不起来,每次都卡在中间某一步,比如卡在falcon-nodata这一步:
后台启动后,还是无法登陆web页面,或者无法注册:
启动与测试
搭建成功后页面效果:
可以先点击sign up 注册一个账号;
然后用刚才注册好的账号登陆成功后,首页:
参考资料
https://book.open-falcon.org/zh02/quick_install/prepare.html
https://book.open-falcon.org/zh_0_2/usage/getting-started.html
https://www.cnblogs.com/nulige/p/7741580.html
https://dev.mysql.com/doc/dev/mysql-server/8.0.11/my_config8h_source.html
https://blog.51cto.com/chenguomin/1865550
https://zhuanlan.zhihu.com/p/25951941
版权声明: 本文为 InfoQ 作者【卓丁】的原创文章。
原文链接:【http://xie.infoq.cn/article/3837ec8873baa0e6263a2aa4e】。文章转载请联系作者。
评论