<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connecting plugin in to specific process. in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119193#M845</link>
    <description>&lt;P&gt;Thanks for quick replay,&lt;/P&gt;&lt;P&gt;of course I mean python plugin.&lt;/P&gt;&lt;P&gt;I actually resolved my problem. Your suggestion to set process type as JAVA was right, actually ActiveMQ is type 10(JAVA) and a few other but I dont need to precise process type that accurate. Activemq.jar name is unique enough. Technologies(ACTIVE_MQ) that you suggest to set was wrong as you can see in image below. In fact I don't need to set technologies at all, but I set AMQP.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/20694-activemq.jpg" /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 31 May 2019 15:22:50 GMT</pubDate>
    <dc:creator>michal_lewicz1</dc:creator>
    <dc:date>2019-05-31T15:22:50Z</dc:date>
    <item>
      <title>Connecting plugin in to specific process.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119189#M841</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I try to import extra data into specific process using oneagent plugin.&lt;/P&gt;&lt;P&gt;Specified process Type Names is mandatory to be one of:&lt;/P&gt;&lt;P&gt;'UNKNOWN','LINUX_SYSTEM','ORACLE_DB'&amp;lt;........&amp;gt;,'ERLANG','DOCKERDEAMON','MONGODB_ROUTER','GO','SAP'. - in *.json plugin configuration.&lt;/P&gt;&lt;P&gt;The problem is that my Process type(activemq) is recognized by dynatrace, but is not specified in list above.&lt;/P&gt;&lt;P&gt;What should I do to report plugin data in to this specific process?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Michał&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 11:29:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119189#M841</guid>
      <dc:creator>michal_lewicz1</dc:creator>
      <dc:date>2019-05-31T11:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting plugin in to specific process.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119190#M842</link>
      <description>As far as I remember you should use unknown in this case. Did you try it?&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 12:12:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119190#M842</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-05-31T12:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting plugin in to specific process.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119191#M843</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Do you need JMX plugin or Python OneAgent plugin?&lt;/P&gt;&lt;P&gt;Because if JMX is enough you can try JMX plugins creator and do write json file by yourself but use simpler UI: &lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/plugins/jmx-plugins/"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/plugins/jmx-plugins/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;But if you need python OneAgent plugin for ActiveMQ you can try setting process type name to JAVA, and to array "technologies " (also in plugin Metadata) put ["ACTIVE_MQ"]. &lt;/P&gt;&lt;P&gt;for details see: &lt;A href="https://dynatrace.github.io/plugin-sdk/api/plugin_json_apidoc.html"&gt;https://dynatrace.github.io/plugin-sdk/api/plugin_json_apidoc.html&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 12:19:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119191#M843</guid>
      <dc:creator>sebastian_cicho</dc:creator>
      <dc:date>2019-05-31T12:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting plugin in to specific process.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119192#M844</link>
      <description>&lt;P&gt;Unknown can also work as &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt; said&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 12:20:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119192#M844</guid>
      <dc:creator>sebastian_cicho</dc:creator>
      <dc:date>2019-05-31T12:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting plugin in to specific process.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119193#M845</link>
      <description>&lt;P&gt;Thanks for quick replay,&lt;/P&gt;&lt;P&gt;of course I mean python plugin.&lt;/P&gt;&lt;P&gt;I actually resolved my problem. Your suggestion to set process type as JAVA was right, actually ActiveMQ is type 10(JAVA) and a few other but I dont need to precise process type that accurate. Activemq.jar name is unique enough. Technologies(ACTIVE_MQ) that you suggest to set was wrong as you can see in image below. In fact I don't need to set technologies at all, but I set AMQP.&lt;/P&gt;&lt;P&gt;Thanks for help&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/20694-activemq.jpg" /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 May 2019 15:22:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Connecting-plugin-in-to-specific-process/m-p/119193#M845</guid>
      <dc:creator>michal_lewicz1</dc:creator>
      <dc:date>2019-05-31T15:22:50Z</dc:date>
    </item>
  </channel>
</rss>

