org.altlinux.jabbix.apps
Class JabbixAgent

java.lang.Object
  extended by org.altlinux.jabbix.apps.JabbixAgent

public class JabbixAgent
extends Object

A Jabbix library-based program implementing a standalone Zabbix agent. It 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.

To get the information about the program usage use --help command line option.

Author:
Paul Wolneykien

Field Summary
static String VERSION
           
 
Constructor Summary
JabbixAgent()
           
 
Method Summary
static void main(String[] args)
          Parses the command-line parameters and starts the agent.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static String VERSION
Constructor Detail

JabbixAgent

public JabbixAgent()
Method Detail

main

public static void main(String[] args)
Parses the command-line parameters and starts the agent.

Parameters:
args - command-line arguments