Jabbix library is a set of Java classes which can be used to add the
functionality of the Zabbix monitoring system agent to your programs.

The main library features:

  - interface for new metric agents and proxies;
  - support for active and passive checks;
  - adjustable active check scheduling;
  - asynchronous request processing and metric querying using thread
    pool.
    
A stand-alone JabbixAgent program can be used as an entry-point
for complex subsystem monitoring, for instance, as a representation
of a computer cluster. With the use of specialized metric agents
which can be configured and bind dynamically using the command-line
parameters the information can be gathered in various ways including
JSON, SOAP, RMI and other network services. 

LICENSE INFORMATION

Copyright (C) 2010 Paul Wolneykien.

Jabbix library is free software: you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License
as published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.

Jabbix library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with Jabbix library.
If not, see <http://www.gnu.org/licenses/>

PROJECT HOST

Project is hosted at the Git.Alt:
http://git.altlinux.org/people/manowar/packages/jabbix.git

CONTACT INFORMATION

SMTP: Paul Wolneykien <wolneykien@altlinux.org>
URL: ALT Linux, Ltd <http://www.altlinux.ru/>,
     <http://www.altlinux.org/>.

To know more about Zabbix monitoring system, see http://zabbix.org/.