[
https://issues.apache.org/jira/browse/OOZIE-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237944#comment-15237944
]
Robert Kanter commented on OOZIE-2507:
--------------------------------------
A few things:
# I'm a little wary of this being added to the pom, though it seems to be
necessary for the new test in {{TestMetricsInstrumentationService}} and I
imagine there isn't a way to not use the sun packages here:
{code}
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.6</version>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
<scope>system</scope>
</dependency>
{code}
I think this is fine because it doesn't appear to add the tools.jar into the
actual package or anything.
# Can we move {{JmxReporter}} from {{MetricsInstrumentationService}} to
{{MetricsInstrumentation}}? Similar to how {{GraphiteReporter}} and
{{GangliaReporter}} were added in OOZIE-2251.
# Also, can we add a config to enable/disable the {{JmxReporter}} with the
default to disabled? Just like in OOZIE-2251.
> Expose monitoring via JMX beans in Oozie
> ----------------------------------------
>
> Key: OOZIE-2507
> URL: https://issues.apache.org/jira/browse/OOZIE-2507
> Project: Oozie
> Issue Type: Improvement
> Components: monitoring
> Affects Versions: trunk
> Reporter: Ferenc Denes
> Assignee: Ferenc Denes
> Priority: Minor
> Fix For: 4.1.0
>
> Attachments: OOZIE-2507-4.patch
>
>
> We should please extend oozie to allow monitoring via JMX beans with Zabbix,
> similar to other apps like Jconsole, Nagios, IBM Tivoli, HP OpenVIew, etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)