[
https://issues.apache.org/jira/browse/AMBARI-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13889623#comment-13889623
]
Andrii Babiichuk commented on AMBARI-4506:
------------------------------------------
+1 for the patch
> Add properties to storm-site.xml for Storm metrics
> --------------------------------------------------
>
> Key: AMBARI-4506
> URL: https://issues.apache.org/jira/browse/AMBARI-4506
> Project: Ambari
> Issue Type: Task
> Components: client
> Affects Versions: 1.5.0
> Reporter: Denys Buzhor
> Assignee: Denys Buzhor
> Fix For: 1.5.0
>
> Attachments: AMBARI-4506.patch
>
>
> Change "ganglia_server" on host with ganglia server
> {noformat}
> <property>
> <name>nimbus.childopts</name>
>
> <value>-javaagent:/var/lib/storm/jmxetric-1.0.4.jar=host=ganglia_server,port=8649,wireformat31x=true,mode=multicast,config=/var/lib/storm/jmxetric-conf.xml,process=Nimbus_JVM
> -Xmx1024m</value>
> <description></description>
> </property>
> <property>
> <name>supervisor.childopts</name>
>
> <value>-javaagent:/var/lib/storm/jmxetric-1.0.4.jar=host=ganglia_server,port=8650,wireformat31x=true,mode=multicast,config=/var/lib/storm/jmxetric-conf.xml,process=Supervisor_JVM
> -Xmx256m</value>
> <description></description>
> </property>
> <property>
> <name>worker.childopts</name>
> <value>worker.childopts:
> '-javaagent:/var/lib/storm/jmxetric-1.0.4.jar=host=ganglia_server,port=8650,wireformat31x=true,mode=multicast,config=/var/lib/storm/jmxetric-conf.xml,process=Worker_%ID%_JVM
> -Xmx768m</value>
> <description></description>
> </property>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)