Hi,
I looked at the release notes for Zabbix 1.5.2 and was excited to see there
is now support for retrieving multiple item values in one request from the Zabbix
server. Here's the quote from release notes:
:: More efficient communication with agents
ZABBIX Agent supports data buffering, which can be tuned by new configuration parameters, BufferSize and BufferSend. Communication protocol has been improved to support sending of multiple values by one TCP connection.
I am using the ZapCat Java (JMX) <--> Zabbix bridge, that uses the
old protocol. I am interested in adding support in ZapCat for JSON. Where can
I get documentation or a brief description of the changes to the protocol?
Thanks!
I looked at the release notes for Zabbix 1.5.2 and was excited to see there
is now support for retrieving multiple item values in one request from the Zabbix
server. Here's the quote from release notes:
:: More efficient communication with agents
ZABBIX Agent supports data buffering, which can be tuned by new configuration parameters, BufferSize and BufferSend. Communication protocol has been improved to support sending of multiple values by one TCP connection.
I am using the ZapCat Java (JMX) <--> Zabbix bridge, that uses the
old protocol. I am interested in adding support in ZapCat for JSON. Where can
I get documentation or a brief description of the changes to the protocol?
Thanks!
Comment