jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
178 stars 110 forks source link

Add support for Zabbix Output Writer #102

Open dd00f opened 7 years ago

dd00f commented 7 years ago

I'm a big fan of jmxtrans-agent & Zabbix, so I implemented an output writer that supports the Zabbix protocol :

<outputWriter class="org.jmxtrans.agent.zabbix.ZabbixTcpOutputWriter">
    <host>zabbixserver</host>
    <port>10051</port>
    <serverName>myhostname</serverName>
</outputWriter> 

Hoping to integrate this change in the master branch.

leochen4891 commented 6 years ago

I'm interested in this zabbix output writer as well. It will help to eliminate an adapter/aggregation layer that may introduce some instability.