We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I'm interested in this zabbix output writer as well. It will help to eliminate an adapter/aggregation layer that may introduce some instability.
Sorry, something went wrong.
No branches or pull requests
I'm a big fan of jmxtrans-agent & Zabbix, so I implemented an output writer that supports the Zabbix protocol :
Hoping to integrate this change in the master branch.
The text was updated successfully, but these errors were encountered: