Monitoring Kafka, Storm, Zookeeper with Icinga2

Steps to monitor Kafka & Storm: – open JMX port for kafka and storm – To open JMX port in Kafka : a. Add below line to $KAFKA_HOME/bin/kafka-run-class.sh b. Add below line to $KAFKA_HOME/bin/kafka-server-start.sh c. Restart kafka – To open JMX port in Storm: a. Add below lines $STORM_HOME/conf/storm.yaml b. Restart Storm – Check ports…