A C E G H I J M N O R S T U V W Z 
All Classes All Packages

A

ActiveAgent - Class in org.altlinux.jabbix
A Zabbix server client that implements the active checks protocol.
ActiveAgent(AgentServer, ThreadPoolExecutor, long) - Constructor for class org.altlinux.jabbix.ActiveAgent
Creates the active agent instance with the specified parameters.
ActiveMetricTable - Class in org.altlinux.jabbix
An updatable queue of JabbixActiveMetric entries with an expiration period for the whole queue.
ActiveMetricTable(long) - Constructor for class org.altlinux.jabbix.ActiveMetricTable
Creates the table with the specified expiration period.
AGENT_PORT - Static variable in class org.altlinux.jabbix.JabbixProtocol
The default agent port number (10050).
AgentServer - Class in org.altlinux.jabbix
The agent server for Zabbix monitoring system.
AgentServer(ThreadPoolExecutor) - Constructor for class org.altlinux.jabbix.AgentServer
Creates a new agent server instance with a given thread pool set to process incoming requests.

C

checkAccept(String, int) - Method in class org.altlinux.jabbix.JabbixSecurityManager
Check the permission to accept a connection from the specified host and port using the set of predicates.
checkConnect(String, int) - Method in class org.altlinux.jabbix.JabbixSecurityManager
Check the permission to connect to the specified host and port using the set of predicates.
compareTo(Delayed) - Method in class org.altlinux.jabbix.ActiveMetricTable
Indicates if the current table is less than, equal to or greater than the given Delayed object.
compareTo(Delayed) - Method in class org.altlinux.jabbix.JabbixActiveMetric
Indicates if the current metric is less than, equal to or greater than the given Delayed object.
compareTo(ActiveMetricTable) - Method in class org.altlinux.jabbix.ActiveMetricTable
Indicates if the current table is less than, equal to or greater than the given one.
compareTo(JabbixActiveMetric<?>) - Method in class org.altlinux.jabbix.JabbixActiveMetric
Indicates if the current metric is less than, equal to or greater than the given one.
ConnectionPredicate - Interface in org.altlinux.jabbix
A predicate for the JabbixSecurityManager service determining the permission to connect to or from the particular host and port.

E

equals(Object) - Method in class org.altlinux.jabbix.JabbixMetric
Indicates whether some other object is "equal to" the metric.
ERROR_TAG - Static variable in exception org.altlinux.jabbix.JabbixException
The textual string indicating the error code of the exception in accordance with the Zabbix protocol.
ERROR_TAG - Static variable in exception org.altlinux.jabbix.JabbixProtocolException
The textual string indicating the error code of the exception in accordance with the Zabbix protocol.
ERROR_TAG - Static variable in exception org.altlinux.jabbix.NoSuchMetricException
The textual string indicating the error code of the exception in accordance with the Zabbix protocol.
ERROR_TAG - Static variable in exception org.altlinux.jabbix.UnknownCommandException
The textual string indicating the error code of the exception in accordance with the Zabbix protocol.

G

getAddress() - Method in class org.altlinux.jabbix.ZabbixClient
Returns the configured Zabbix server socket address.
getCommand() - Method in class org.altlinux.jabbix.JabbixRequest
Returns the command that is set to be processed.
getConnectionPredicates() - Method in class org.altlinux.jabbix.JabbixSecurityManager
Returns a set of connection predicates defining the permission to connect to remote hosts.
getDelay(TimeUnit) - Method in class org.altlinux.jabbix.ActiveMetricTable
Returns the remaining time for the queue data assumed to be fresh.
getDelay(TimeUnit) - Method in class org.altlinux.jabbix.JabbixActiveMetric
Returns the remaining time for the next refresh of the metric.
getErrorTag() - Method in exception org.altlinux.jabbix.JabbixException
Returns the textual string indicating the error code of the exception in accordance with the Zabbix protocol.
getErrorTag() - Method in exception org.altlinux.jabbix.JabbixProtocolException
Returns the textual string indicating the error code of the exception in accordance with the Zabbix protocol.
getErrorTag() - Method in exception org.altlinux.jabbix.NoSuchMetricException
Returns the textual string indicating the error code of the exception in accordance with the Zabbix protocol.
getErrorTag() - Method in exception org.altlinux.jabbix.UnknownCommandException
Returns the textual string indicating the error code of the exception in accordance with the Zabbix protocol.
getFreshMetric() - Method in class org.altlinux.jabbix.MetricRequest
Returns a new metric instance with the fresh value for the metric specified on the request construction.
getHostName() - Method in class org.altlinux.jabbix.ZabbixClient
Return the configured local host name.
getKey() - Method in class org.altlinux.jabbix.JabbixMetric
Returns the name of the metric.
getListenPredicates() - Method in class org.altlinux.jabbix.JabbixSecurityManager
Returns a set of connection predicates defining the permission to accept connections from remote hosts.
getMetric(String) - Method in class org.altlinux.jabbix.JabbixMetricAgent
Returns a metric object representing a value of a Jabbix program with the specified key.
getMetric(String) - Method in class org.altlinux.jabbix.metric.RandomNumberMetric
Returns a value of a normally distributed random number.
getMetric(String) - Method in interface org.altlinux.jabbix.MetricAgent
Returns a JabbixMetric object containing the current value of a metric with the specified key.
getMetricAgent(String) - Method in class org.altlinux.jabbix.AgentServer
Returns a metric agent registered for a given metric key.
getMetricAgentMap() - Method in class org.altlinux.jabbix.AgentServer
Returns the metric key -> metric agent map.
getNextCheck() - Method in class org.altlinux.jabbix.JabbixActiveMetric
Returns the date and time this metric value should be refreshed (on the target server).
getNextRefresh() - Method in class org.altlinux.jabbix.ActiveMetricTable
Returns the queue expiration date and time.
getPeriod() - Method in class org.altlinux.jabbix.JabbixActiveMetric
Returns the value refresh period (in milliseconds).
getPool() - Method in class org.altlinux.jabbix.ActiveAgent
Returns the thread pool that is used for the asynchronous metric value retrieval.
getPool() - Method in class org.altlinux.jabbix.AgentServer
Returns the thread pool being used to process incoming requests.
getPort() - Method in class org.altlinux.jabbix.AgentServer
Returns a port number of a server socket.
getQueue() - Method in class org.altlinux.jabbix.ActiveMetricTable
Returns the queue with the active metric objects placed in accordance with their expiration dates.
getRandom() - Method in class org.altlinux.jabbix.metric.RandomNumberMetric
Returns the random number generator.
getReader(InputStream) - Static method in class org.altlinux.jabbix.JabbixProtocol
Returns a reader connected to the specified stream.
getRefreshPeriod() - Method in class org.altlinux.jabbix.ActiveAgent
Returns the refresh period of the active check list.
getRefreshPeriod() - Method in class org.altlinux.jabbix.ActiveMetricTable
Returns the refresh period of the queue.
getReturnTable() - Method in class org.altlinux.jabbix.ResponseQueue
Returns the queue object used to return sent metric objects to.
getUpdated() - Method in class org.altlinux.jabbix.JabbixActiveMetric
Indicates when (and whether) the metric value was updated.
getValue() - Method in class org.altlinux.jabbix.JabbixMetric
Returns the value of the metric.
getValueType() - Method in class org.altlinux.jabbix.JabbixMetric
Returns a class for the value type of the metric.
getWriter(OutputStream) - Static method in class org.altlinux.jabbix.JabbixProtocol
Returns a writer connected to the specified stream.

H

HEADER - Static variable in class org.altlinux.jabbix.JabbixProtocol
Four-letter protocol header.

I

isActive() - Method in class org.altlinux.jabbix.JabbixActiveMetric
Indicates either the metric is "active".
isAllowed(String, int) - Method in interface org.altlinux.jabbix.ConnectionPredicate
Indicates whether the connection defined by the parameters is allowed.
isAllowed(String, int) - Method in class org.altlinux.jabbix.WhitelistPredicate
Tests if the given host name matches the configured pattern.
isExpired() - Method in class org.altlinux.jabbix.ActiveMetricTable
Indicates whether the queue data is expired.
isParsed() - Method in class org.altlinux.jabbix.JabbixRequest
Indicates if the request is parsed.
isSeparator(char) - Static method in class org.altlinux.jabbix.JabbixProtocol
Indicates if the specified character is a message separator.
isTerminated() - Method in class org.altlinux.jabbix.ResponseQueue
Indicates whether the wait-and-send loop is terminated.

J

JabbixActiveMetric<T> - Class in org.altlinux.jabbix
A metric with additional information to be used for active metric reporting.
JabbixActiveMetric(String, Class<T>, T, long, boolean) - Constructor for class org.altlinux.jabbix.JabbixActiveMetric
Creates a new active metric entry with the specified parameters.
JabbixAgent - Class in org.altlinux.jabbix.apps
A Jabbix library-based program implementing a standalone Zabbix agent.
JabbixAgent() - Constructor for class org.altlinux.jabbix.apps.JabbixAgent
 
JabbixException - Exception in org.altlinux.jabbix
An exception indicating the general unexpected case in a working Jabbix program.
JabbixException(String) - Constructor for exception org.altlinux.jabbix.JabbixException
Creates an exception object with the specified message.
JabbixException(Throwable) - Constructor for exception org.altlinux.jabbix.JabbixException
Creates an exception object with the specified cause.
JabbixJSONProtocol - Class in org.altlinux.jabbix
Constants and functions for the Zabbix agent JSON based protocol.
JabbixJSONProtocol() - Constructor for class org.altlinux.jabbix.JabbixJSONProtocol
 
JabbixMetric<T> - Class in org.altlinux.jabbix
A metric, the named value representing certain parameter of a system.
JabbixMetric(String, Class<T>, T) - Constructor for class org.altlinux.jabbix.JabbixMetric
Constructs a new metric with the specified name and value type.
JabbixMetricAgent - Class in org.altlinux.jabbix
A MetricAgent implementation for the retrieval of some internal Jabbix program values.
JabbixMetricAgent() - Constructor for class org.altlinux.jabbix.JabbixMetricAgent
Creates a new instance of this metric agent.
JabbixProtocol - Class in org.altlinux.jabbix
Constants and functions for the base Zabbix agent-server protocol.
JabbixProtocol() - Constructor for class org.altlinux.jabbix.JabbixProtocol
 
JabbixProtocolException - Exception in org.altlinux.jabbix
An exception indicating the Jabbix-protocol specified unexpected case in a working Jabbix program.
JabbixProtocolException(String) - Constructor for exception org.altlinux.jabbix.JabbixProtocolException
Creates an exception object with the specified message.
JabbixProtocolException(Throwable) - Constructor for exception org.altlinux.jabbix.JabbixProtocolException
Creates an exception object with the specified cause.
JabbixReader - Class in org.altlinux.jabbix
A stream reader implementing the base Jabbix protocol.
JabbixReader(InputStream) - Constructor for class org.altlinux.jabbix.JabbixReader
Creates a reader for the given input stream.
JabbixRequest - Class in org.altlinux.jabbix
A task object that is used to asynchronously query the value of a metric.
JabbixRequest(AgentServer, Socket) - Constructor for class org.altlinux.jabbix.JabbixRequest
Creates a request task object with the specified parametres.
JabbixSecurityManager - Class in org.altlinux.jabbix
A SecurityManager implementation used to manage access to and from a Jabbix program.
JabbixSecurityManager() - Constructor for class org.altlinux.jabbix.JabbixSecurityManager
Creates an instance of the manager.
JabbixWriter - Class in org.altlinux.jabbix
A stream writer implementing the base Jabbix protocol.
JabbixWriter(OutputStream) - Constructor for class org.altlinux.jabbix.JabbixWriter
Creates a writer for the given output stream.

M

main(String[]) - Static method in class org.altlinux.jabbix.apps.JabbixAgent
Parses the command-line parameters and starts the agent.
MetricAgent - Interface in org.altlinux.jabbix
A metric agent provides the method to read current value of a metric.
MetricRequest<M extends JabbixMetric<?>> - Class in org.altlinux.jabbix
A task object encapsulating the process of the metric value retrieval using a metric agent both synchronously and asynchronously.
MetricRequest(AgentServer, M, MetricTable<M>) - Constructor for class org.altlinux.jabbix.MetricRequest
Constructs a metric request task object with the specified parameters.
MetricTable<M extends JabbixMetric<?>> - Interface in org.altlinux.jabbix
An updatable table of JabbixActiveMetric entries.

N

NoSuchMetricException - Exception in org.altlinux.jabbix
An exception indicating that no metric agent was found to retrieve a value for a metric.
NoSuchMetricException(String) - Constructor for exception org.altlinux.jabbix.NoSuchMetricException
Creates an exception object with the specified message.

O

org.altlinux.jabbix - package org.altlinux.jabbix
Classes of the Jabbix library.
org.altlinux.jabbix.apps - package org.altlinux.jabbix.apps
The JabbixAgent program.
org.altlinux.jabbix.metric - package org.altlinux.jabbix.metric
The standard set of metric agents.

R

RandomNumberMetric - Class in org.altlinux.jabbix.metric
A sample metric agent for the Jabbix library querying the random number generator for a value of a normally distributed random number.
RandomNumberMetric(long) - Constructor for class org.altlinux.jabbix.metric.RandomNumberMetric
Creates a new random metric with a given seed.
readAll() - Method in class org.altlinux.jabbix.JabbixReader
Reads the whole available data to the end of the stream.
readMessage() - Method in class org.altlinux.jabbix.JabbixReader
Reads a message from the input stream.
readMessage(boolean) - Method in class org.altlinux.jabbix.JabbixReader
Reads a message from the input stream.
receiveActiveCheckList(JabbixReader) - Static method in class org.altlinux.jabbix.JabbixJSONProtocol
Reads and returns an active check list.
receiveMetricListResponse(JabbixReader) - Static method in class org.altlinux.jabbix.JabbixJSONProtocol
Receives the server response for the sent metric data.
removeSeparators(String) - Static method in class org.altlinux.jabbix.JabbixProtocol
Returns the given string with all separator characters removed.
requestActiveCheckList(JabbixWriter, String) - Static method in class org.altlinux.jabbix.JabbixJSONProtocol
Requests a set of metrics for "active" monitoring.
ResponseQueue - Class in org.altlinux.jabbix
A Zabbix server client that send metric values to the server when some value expires its refresh period.
ResponseQueue(InetSocketAddress, MetricTable<JabbixActiveMetric<?>>) - Constructor for class org.altlinux.jabbix.ResponseQueue
Create a response queue object with the specified parameters.
run() - Method in class org.altlinux.jabbix.ActiveAgent
Starts the active check loop.
run() - Method in class org.altlinux.jabbix.AgentServer
Starts a serving cycle.
run() - Method in class org.altlinux.jabbix.JabbixRequest
Starts the request process.
run() - Method in class org.altlinux.jabbix.MetricRequest
Used to retrieve and update the metric value asynchronously.
run() - Method in class org.altlinux.jabbix.ResponseQueue
Starts the queue wait-and-send loop.

S

sendMetricList(JabbixWriter, String, Collection<? extends JabbixMetric<?>>) - Static method in class org.altlinux.jabbix.JabbixJSONProtocol
Sends the set of metric values to a Zabbix server.
SEPARATORS - Static variable in class org.altlinux.jabbix.JabbixProtocol
The set of message separators.
SERVER_PORT - Static variable in class org.altlinux.jabbix.JabbixProtocol
The default Zabbix server port number (10051).
setActive(boolean) - Method in class org.altlinux.jabbix.JabbixActiveMetric
Sets the metric "activity" status.
setAddress(byte[]) - Method in class org.altlinux.jabbix.ZabbixClient
Configures a server socket address using the given IP address and a default Zabbix server port.
setAddress(String) - Method in class org.altlinux.jabbix.ZabbixClient
Configures a server socket address using the given host name and a default Zabbix server port.
setAddress(InetAddress) - Method in class org.altlinux.jabbix.ZabbixClient
Configures a server socket address using the given host address and a default Zabbix server port.
setAddress(InetSocketAddress) - Method in class org.altlinux.jabbix.ZabbixClient
Sets the Zabbix server socket address.
setAgentServer(AgentServer) - Method in class org.altlinux.jabbix.MetricRequest
Sets the metric agent server to query for new values.
setCommand(String) - Method in class org.altlinux.jabbix.JabbixRequest
Sets the command to be processed by this request.
setConnectionPredicates(Collection<ConnectionPredicate>) - Method in class org.altlinux.jabbix.JabbixSecurityManager
Sets a set of connection predicates defining the permission to connect to remote hosts.
setHostName(String) - Method in class org.altlinux.jabbix.ZabbixClient
Sets the local host name to be used in sent messages.
setListenPredicates(Collection<ConnectionPredicate>) - Method in class org.altlinux.jabbix.JabbixSecurityManager
Sets a set of connection predicates defining the permission to accept connections from remote hosts.
setMetricAgentMap(Map<String, MetricAgent>) - Method in class org.altlinux.jabbix.AgentServer
Sets the metric key -> metric agent map.
setPool(ThreadPoolExecutor) - Method in class org.altlinux.jabbix.ActiveAgent
Sets the thread pool for the asynchronous metric value retrieval.
setPool(ThreadPoolExecutor) - Method in class org.altlinux.jabbix.AgentServer
Sets the thread pool to be used to process incoming requests.
setPort(int) - Method in class org.altlinux.jabbix.AgentServer
Sets a port number for a server socket.
setRandom(Random) - Method in class org.altlinux.jabbix.metric.RandomNumberMetric
Sets a random generator.
setRefreshPeriod(long) - Method in class org.altlinux.jabbix.ActiveAgent
Sets the refresh period of the active check list.
setRefreshPeriod(long) - Method in class org.altlinux.jabbix.ActiveMetricTable
Sets the refresh period for the whole queue to the specified value.

T

terminate() - Method in class org.altlinux.jabbix.ResponseQueue
Terminates this queue wait-and-send loop.
toString() - Method in class org.altlinux.jabbix.JabbixMetric
Returns the textual string representation of the value.

U

UnknownCommandException - Exception in org.altlinux.jabbix
An exception indicating that the passed command is unknown to the agent.
UnknownCommandException(String) - Constructor for exception org.altlinux.jabbix.UnknownCommandException
Creates an exception object with the specified message.
updateMetric(M) - Method in class org.altlinux.jabbix.MetricRequest
Updates the value of the given metric making a request to the suitable metric agent.
updateMetric(M) - Method in interface org.altlinux.jabbix.MetricTable
Updates the value of a table entry that is equal to the specified metric with the value of the latter.
updateMetric(JabbixActiveMetric<?>) - Method in class org.altlinux.jabbix.ActiveMetricTable
Adds the given metric to the queue.
updateMetric(JabbixActiveMetric<?>) - Method in class org.altlinux.jabbix.ResponseQueue
Adds the given metric to the queue.
updateValue(Object) - Method in class org.altlinux.jabbix.JabbixMetric
Updates the value of the metric.

V

VERSION - Static variable in class org.altlinux.jabbix.apps.JabbixAgent
 
VERSION - Static variable in class org.altlinux.jabbix.JabbixProtocol
Protocol version (one byte).

W

WhitelistPredicate - Class in org.altlinux.jabbix
Implements a connection predicate using a regular expression to test the host name.
WhitelistPredicate(String) - Constructor for class org.altlinux.jabbix.WhitelistPredicate
Creates a new predicate instance from the specified pattern.
writeMessage(String) - Method in class org.altlinux.jabbix.JabbixWriter
Sends the given message using the Zabbix protocol.

Z

ZabbixClient - Class in org.altlinux.jabbix
The base class of all Zabbix server clients.
ZabbixClient() - Constructor for class org.altlinux.jabbix.ZabbixClient
Creates a Zabbix server client.
ZBX_PROTO_TAG_AVAILABLE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_CLOCK - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
Defines the time stamp of an entry.
ZBX_PROTO_TAG_DATA - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
The entry key of an array of metric entries.
ZBX_PROTO_TAG_DCHECK - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_DELAY - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
Defines the update period of an active metric defined by the corresponding entry.
ZBX_PROTO_TAG_DRULE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_ERROR - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_HOST - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
Defines the name of the local host of the agent expected by the server.
ZBX_PROTO_TAG_HOSTID - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_INFO - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
Defines a comment for a data processing operation has been done by the server or an error message.
ZBX_PROTO_TAG_IP - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_IPMI_AVAILABLE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_IPMI_ERROR - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_KEY - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
Defines the name of an entry.
ZBX_PROTO_TAG_KEY_ORIG - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_LOGEVENTID - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_LOGLASTSIZE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_LOGSEVERITY - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_LOGSOURCE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_LOGTIMESTAMP - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_MTIME - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_NODEID - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_PORT - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_PROXY - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_REGEXP - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_REQUEST - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
States the message to be a request to a Zabbix server.
ZBX_PROTO_TAG_RESPONSE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
States the message to be a response from a Zabbix server.
ZBX_PROTO_TAG_SCRIPTID - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_SNMP_AVAILABLE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_SNMP_ERROR - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_STATUS - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_TYPE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_TAG_VALUE - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
Defines the value an entry.
ZBX_PROTO_VALUE_AGENT_DATA - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
States that the agent sends the list of fresh metric values corresponding to the previously requested set of active checks (see ActiveAgent).
ZBX_PROTO_VALUE_AUTO_REGISTRATION_DATA - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_DISCOVERY_DATA - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_FAILED - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
States that the server failed to perform the previously requested operation.
ZBX_PROTO_VALUE_GET_ACTIVE_CHECKS - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
States that the agent requests the list of active checks, the set of metrics (JabbixActiveMetric) the server is interested in.
ZBX_PROTO_VALUE_HISTORY_DATA - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_HOST_AVAILABILITY - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_PROXY_CONFIG - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_PROXY_HEARTBEAT - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_SENDER_DATA - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
 
ZBX_PROTO_VALUE_SUCCESS - Static variable in class org.altlinux.jabbix.JabbixJSONProtocol
States that the server has performed the previously requested operation successfully.
A C E G H I J M N O R S T U V W Z 
All Classes All Packages