You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Denys Buzhor (JIRA)" <ji...@apache.org> on 2014/02/03 17:12:09 UTC

[jira] [Created] (AMBARI-4506) Add properties to storm-site.xml for Storm metrics

Denys Buzhor created AMBARI-4506:
------------------------------------

             Summary: 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


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)