cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Is this tool supporting out-of-box monitoring? #52

Closed alecinvan closed 9 years ago

alecinvan commented 9 years ago

I get this tool work fine on my DEV cluster, however, I do not want to install it on my production server. I am thinking to install it on a Vagrant machine, remotely monitor production server (out of box), is that possible?

I am not quite familiar with play framework, I am wondering how it collect the metrics from kafka and display on the web with VM ip. I assume there should be somewhere I can config the production IP that this tool can point to.

Thanks

AL