org.altlinux.jabbix.apps
Class JabbixAgent
java.lang.Object
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
Method Summary |
static void |
main(String[] args)
Parses the command-line parameters and starts the agent. |
VERSION
public static String VERSION
JabbixAgent
public JabbixAgent()
main
public static void main(String[] args)
- Parses the command-line parameters and starts the agent.
- Parameters:
args
- command-line arguments