Package org.altlinux.jabbix.apps
Class JabbixAgent
- java.lang.Object
-
- org.altlinux.jabbix.apps.JabbixAgent
-
public class JabbixAgent extends java.lang.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
Fields Modifier and Type Field Description static java.lang.String
VERSION
-
Constructor Summary
Constructors Constructor Description JabbixAgent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Parses the command-line parameters and starts the agent.
-