GitHub user Saramanda9988 added a comment to the discussion: heartzbeat与greptime数据库兼容问题
Hi @YiTian-Sun , based on my experience, here are a few things you can check: If GreptimeDB is started by Docker command, it usually exposes the grpc-endpoints on port 4001 by default. HertzBeat communicates with Greptime through this port. Please make sure that port 4001 is not occupied by other processes on the host machine. For example, some applications such as QQ may use port 4001, which can cause Docker to fail when binding the port. You can also check the HertzBeat backend log files to see if there are more useful information GitHub link: https://github.com/apache/hertzbeat/discussions/3864#discussioncomment-15058035 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
