Hi,
I found jmxtrans useful and I want to pass information to our zabbix server. I found ZabbixWriter, but it do not work with latest versions as current protocol requires binary header on every message.
I spent some time on updating current code, but I found issue below.
Is there any from developers who can point me in right direction?
The issue is that I found no way how to write binary header to Writer correctly. Every try I did translates some bytes to characters. As consequence header is incorrect and is refused by zabbix.
I can try to change whole output framework to be based on OutputStream, but it is a lot of work and I can break things.
So my question is whether there is any way how to use OutputStream in output framework?
Best regards,
Jirka Novak