I have been tasked with bringing Kafka topics into Zabbix, I have read documentation that is provided around integrations for Kafka and most of this seems to be around jmx metrics for the Brokers alerts being based around when a new master node is elected, etc,. However I am looking to bring the alerts from the topics into Zabbix front end so we can utilise triggers to be able to alert issues to the core network team.
Scenario
I have an FTTP EMS, running in docker over two nodes. This implementation also has Kafka, zookeeper and Logstash OOTB.
I can create topics on the nodes utilising postman API, and i am aware that I need to build Consumers for the topics.
How would i go about sending the data from the consumer into Zabbix?
Is this even possible?
We utilise Zabbix as our NMS across our technology stacks and would like to be able to monitor FTTP connections in the same way.
Scenario
I have an FTTP EMS, running in docker over two nodes. This implementation also has Kafka, zookeeper and Logstash OOTB.
I can create topics on the nodes utilising postman API, and i am aware that I need to build Consumers for the topics.
How would i go about sending the data from the consumer into Zabbix?
Is this even possible?
We utilise Zabbix as our NMS across our technology stacks and would like to be able to monitor FTTP connections in the same way.
Comment