Satoshi Iijima created FLUME-3065:
-------------------------------------
Summary: Enable multiple monitoring types
Key: FLUME-3065
URL: https://issues.apache.org/jira/browse/FLUME-3065
Project: Flume
Issue Type: Improvement
Components: Node
Affects Versions: v1.7.0
Reporter: Satoshi Iijima
The current flume can specify only one monitoring type.
It is nice to enable multiple monitoring type such as HTTP, GANGLIA and other
custom monitoring types.
{code}
# JAVA_OPTS example
-Dflume.monitoring.type=HTTP,GANGLIA,org.apache.flume.instrumentation.customMetricsServer
-Dflume.monitoring.port=34545
-Dflume.monitoring.hosts=10.129.0.01:8649 -Dflume.monitoring.pollFrequency=180
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)