Hello Zabbix forum,
I've written a module for Sonic MQ that sends metrics and notifications to Zabbix through the zabbix trapper interface (the same that zabbix_sender uses). I'm using the XML syntax to send my data.
My problem is now that I have a lot of data to send (several hundreds of items per minute) and Zabbix doesn't allow me to send multiple items over the same TCP connection. I have to open a new connection for every item.
Is it possible to send multiple items in one request? If so, how?
I've written a module for Sonic MQ that sends metrics and notifications to Zabbix through the zabbix trapper interface (the same that zabbix_sender uses). I'm using the XML syntax to send my data.
My problem is now that I have a lot of data to send (several hundreds of items per minute) and Zabbix doesn't allow me to send multiple items over the same TCP connection. I have to open a new connection for every item.
Is it possible to send multiple items in one request? If so, how?
Comment