yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.84k stars 2.51k forks source link

Create some RESTfull API for other operation system like zabbix #156

Open xushan opened 8 years ago

xushan commented 8 years ago

many company have their own monitor system such like zabbix ,maybe kafka-manager can open some API to others,just send some metadata about kafka-cluster metrics

yiming187 commented 8 years ago

Kafka Broker has exposed all metrics through JMX, and you could import those data into zabbix directly.