Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

dashboard(ip:8081)每次启动后,过一会儿就断开了 #155

@boycuijg

Description

@boycuijg

我用的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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions