dashboard
dashboard copied to clipboard
falcon-plus frontend
Results
31
dashboard issues
Sort by
recently updated
recently updated
newest added
我用的docker容器版本安装的; falcon-plus的各个模块都启动了,agent也能正常访问,也可以正常上报监控数据; 但是,falcon-dashboard容器启动后,开始可以正常访问,,过一段时间就自己关闭了,查看日志如下: root@ECS-Ubuntu2204:~/dev/monitor# docker exec falcon-dashboard ./control tail super(Request, self).__init__(cfg, unreader) File "/usr/local/lib/python2.7/site-packages/gunicorn/http/message.py", line 54, in __init__ unused = self.parse(self.unreader) File "/usr/local/lib/python2.7/site-packages/gunicorn/http/message.py", line 230, in parse self.headers = self.parse_headers(data[:idx])...