[
https://issues.apache.org/jira/browse/FLUME-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Satoshi Iijima updated FLUME-3065:
----------------------------------
Attachment: FLUME-3065_2.patch
Updated patch and added test code.
I applied this patch to my dev environment and tested it.
> 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
> Attachments: FLUME-3065_2.patch, FLUME-3065.patch
>
>
> 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)