Hello everyone,
I am working on a Self-coded Java edition of Zabbix Server that simply communicates with Zabbix Agent to send actice check configuration and receive data from the agent.
From the Zabbix documentation ,only Zabbix Agent have the documentation about the protocol -- https://www.zabbix.com/documentation...header_datalen
,but Zabbix Agent 2 has not.
It seems Zabbix Agent 2 sends a Header starts with Z B X D '0x03' and the rest parts seems to be encrypted or compressed, so it's diffrent from the protocol that Zabbix Agent uses.
Zabbix Agent active checks are executed sequentially, so I need to use Zabbix Agent 2 to optimize the performance in large quantenty of active checks.
Have anyone encounted such problem before? A documentation of Zabbix Agent 2 protocol is appreciated
Best Regards
I am working on a Self-coded Java edition of Zabbix Server that simply communicates with Zabbix Agent to send actice check configuration and receive data from the agent.
From the Zabbix documentation ,only Zabbix Agent have the documentation about the protocol -- https://www.zabbix.com/documentation...header_datalen
,but Zabbix Agent 2 has not.
It seems Zabbix Agent 2 sends a Header starts with Z B X D '0x03' and the rest parts seems to be encrypted or compressed, so it's diffrent from the protocol that Zabbix Agent uses.
Zabbix Agent active checks are executed sequentially, so I need to use Zabbix Agent 2 to optimize the performance in large quantenty of active checks.
Have anyone encounted such problem before? A documentation of Zabbix Agent 2 protocol is appreciated

Best Regards