We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我用的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]) File "/usr/local/lib/python2.7/site-packages/gunicorn/http/message.py", line 74, in parse_headers remote_addr = self.unreader.sock.getpeername() File "/usr/local/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 107] Socket not connected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我用的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])
File "/usr/local/lib/python2.7/site-packages/gunicorn/http/message.py", line 74, in parse_headers
remote_addr = self.unreader.sock.getpeername()
File "/usr/local/lib/python2.7/socket.py", line 228, in meth
return getattr(self._sock,name)(*args)
error: [Errno 107] Socket not connected
The text was updated successfully, but these errors were encountered: