java-zabbix-agentd Wiki
Java implementation of zabbix active agent
Status: Beta
Brought to you by:
fodpeter
Welcome to java-zabbix-agentd project!
This is a client for Zabbix monitoring server. This is really similar to zapcat, but this provides both active and passive agent as a java library.
The main difference between active and passive agent is that, active agent schedules the previously downloaded tasks and runs them when it's needed. While the passive agent runs when the server requests it with a direct TCP connection.
This project was originally written by Gerco Dries.