Ganglia

Ganglia

Scheme: ganglia
Name Kind Type Required Deprecated Default Value Enum Values Description
host path java.lang.String false 239.2.11.71 Host name for Ganglia server
port path int false 8649 Port for Ganglia server
mode parameter info.ganglia.gmetric4j.gmetric.GMetric.UDPAddressingMode false MULTICAST Send the UDP metric packets using MULTICAST or UNICAST
ttl parameter int false 5 If using multicast, set the TTL of the packets
wireFormat31x parameter boolean false true Use the wire format of Ganglia 3.1.0 and later versions. Set this to false to use Ganglia 3.0.x or earlier.
spoofHostname parameter java.lang.String false Spoofing information IP:hostname
groupName parameter java.lang.String false java The group that the metric belongs to.
prefix parameter java.lang.String false Prefix the metric name with this string and an underscore.
metricName parameter java.lang.String false metric The name to use for the metric.
type parameter info.ganglia.gmetric4j.gmetric.GMetricType false STRING STRING
INT8
UINT8
INT16
UINT16
INT32
UINT32
FLOAT
DOUBLE
The type of value
slope parameter info.ganglia.gmetric4j.gmetric.GMetricSlope false BOTH ZERO
POSITIVE
NEGATIVE
BOTH
The slope
units parameter java.lang.String false Any unit of measurement that qualifies the metric, e.g. widgets, litres, bytes. Do not include a prefix such as k (kilo) or m (milli), other tools may scale the units later. The value should be unscaled.
tmax parameter int false 60 Maximum time in seconds that the value can be considered current. After this, Ganglia considers the value to have expired.
dmax parameter int false 0 Minumum time in seconds before Ganglia will purge the metric value if it expires. Set to 0 and the value will remain in Ganglia indefinitely until a gmond agent restart.
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).