Replies: 1 comment 3 replies
-
以下是补充的日志,另外似乎集群还有吞日志的情况,部分日志出现两天后自动消失了 {"time":1744981097122591,"level":"error","msg":"http_connector_get_status_failed","mfa":"emqx_bridge_http_connector:do_get_status/2(535)","worker":"<0.113003721.0>","reason":"closed","pid":"<0.42732945.2>"}
{"time":1744981097126333,"level":"warning","msg":"alarm_is_activated","mfa":"emqx_alarm:do_actions/3(418)","pid":"<0.2692.0>","name":"emqx_authn_http:11126878","message":"resource down: closed"}
{"time":1744981097126622,"level":"warning","msg":"health_check_failed","mfa":"emqx_resource_manager:handle_connected_health_check/1(893)","status":"disconnected","pid":"<0.113006056.0>","id":"emqx_authn_http:11126878"}
{"time":1744981112127173,"level":"info","msg":"starting_http_connector","mfa":"emqx_bridge_http_connector:on_start/2(203)","connector":"emqx_authn_http:11126878","config":{"url":"http://iot-device:41***/iotDeviceManager/deviceAuth/mqttAuth","ssl":{"versions":["tlsv1.3","tlsv1.2"],"verify":"verify_peer","user_lookup_fun":"{fun emqx_tls_psk:lookup/3,undefined}","secure_renegotiate":"true","reuse_sessions":"true","log_level":"notice","hibernate_after":5000,"enable":"false","depth":10,"ciphers":[]},"request_timeout":5000,"pool_type":"random","pool_size":20,"method":"get","mechanism":"password_based","headers":{},"enable_pipelining":100,"enable":"true","connect_timeout":2000,"body":{"userName":"${username}","password":"******"},"base_url":{"scheme":"http","port":41***,"path":"/","host":"iot-device"},"backend":"http"},"pid":"<0.113006056.0>"}
{"time":1744981112127568,"level":"warning","msg":"emqx_connector_on_start_already_started","mfa":"emqx_bridge_http_connector:start_pool/2(256)","pool_name":"emqx_authn_http:11126878","pid":"<0.113006056.0>"}
{"time":1744981112132115,"level":"warning","msg":"alarm_is_deactivated","mfa":"emqx_alarm:do_actions/3(424)","pid":"<0.2692.0>","name":"emqx_authn_http:11126878"}
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
环境
创建emqx集群的yaml文件
问题信息
我在EMQ的监控告警中看到了多条类似下面的告警信息
如果是连接不稳定,这种情况可能的原因是什么,这是云上同一个内网中的服务器,应该不存在延迟之类的问题,服务器的资源消耗不算大
在emqx容器日志
Beta Was this translation helpful? Give feedback.
All reactions