Apache HertzBeat(incubating) is a real-time monitoring system with agentless, performance cluster, prometheus-compatible, custom monitoring and status page building capabilities.
I tried to add kafka monitoring, filled host and port (9092).
And when I click test button, I got 测试连接失败 Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.io.EOFException].
I have also tested port connectivity via nc -nz <IP> 9092.
I did not find how can I specify the username/password either.
Question
I tried to add kafka monitoring, filled host and port (9092). And when I click test button, I got
测试连接失败 Failed to retrieve RMIServer stub: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.io.EOFException]
.I have also tested port connectivity via
nc -nz <IP> 9092
.I did not find how can I specify the username/password either.