<?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: How Install ActiveGate plugin module in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117142#M760</link>
    <description>&lt;P&gt;understood&lt;/P&gt;&lt;P&gt;it turns out the collector must be installed with a flag &lt;/P&gt;&lt;PRE&gt;--install-modules&lt;/PRE&gt;&lt;P&gt;in the documentation for some reason not explicitly stated !!!&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Apr 2019 13:32:18 GMT</pubDate>
    <dc:creator>MAkimov</dc:creator>
    <dc:date>2019-04-17T13:32:18Z</dc:date>
    <item>
      <title>How Install ActiveGate plugin module</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117139#M757</link>
      <description>&lt;P&gt;Hello &lt;/P&gt;&lt;P&gt;Could anyone help with installetion ActiveGate plugin mode?&lt;/P&gt;&lt;P&gt;I use doc's instruction but help some misunderstanding &lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/activegate-plugins/development/install-activegate-plugin-module/"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/activegate-plugins/development/install-activegate-plugin-module/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I done:&lt;/P&gt;&lt;P&gt;1. Installed ActiveGate &lt;/P&gt;&lt;P&gt;2. Installed python3 and pip &lt;/P&gt;&lt;P&gt;3. Dowloade SDK and unzip it on ActiveGate &lt;/P&gt;&lt;P&gt;4. Installed SDK (used &lt;EM&gt;pip3 install plugin_sdk-version.whl&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;5. Upload ActiveGate plugin &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/20309-screenshot-1.png" /&gt;&lt;/P&gt;&lt;P&gt;5. But have warning &lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;EM&gt;You have no ActiveGate with ActiveGate plugin module running. ActiveGate plugin module is necessary to configure and run new plugin endpoint.&lt;/EM&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/20310-screenshot-2.png" /&gt;&lt;/P&gt;&lt;P&gt;6. Upload plugin to server &lt;/P&gt;&lt;P&gt;Adn Use command &lt;EM&gt;oneagent_build_plugin -t yourtoken&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;But here I have &lt;STRONG&gt;error:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Plugin deployed successfully into /opt/plugin-sdk-1.163.277.20190318-125829/examples/demo_activegate_plugin/Hf0Qy_Q5SAqA1JBKuU-PA/custom.remote.python.demo&lt;BR /&gt;Plugin archive available at /opt/plugin-sdk-1.163.277.20190318-125829/examples/demo_activegate_plugin/Hf0Qy_Q5SAqA1JBKuU-PA/custom.remote.python.demo.zip&lt;BR /&gt;========================================&lt;BR /&gt;Restarting service&lt;BR /&gt;remotepluginmodule&lt;BR /&gt;Redirecting to /bin/systemctl restart remotepluginmodule.service&lt;BR /&gt;Failed to restart remotepluginmodule.service: Unit not found.&lt;BR /&gt;Error occured: Command '['service', 'remotepluginmodule', 'restart']' returned non-zero exit status 5.&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;How to run the plugin correctly?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;There are no examples on this case in the troubleshooting section.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 12:58:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117139#M757</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2019-04-17T12:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How Install ActiveGate plugin module</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117140#M758</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;On point 4 I think you have to copy the plugin to the folder plugin deployment before upload it:&lt;BR /&gt;&lt;EM&gt;Copy the ActiveGate demo plugin.&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;EM&gt;Copy the demo &lt;CODE&gt;demo_activegate_plugin&lt;/CODE&gt; directory to &lt;CODE&gt;plugin_deployment&lt;/CODE&gt; directory on your ActiveGate. By default, it's &lt;CODE&gt;C:\Program Files\dynatrace\remotepluginmodule\plugin_deployment&lt;/CODE&gt; on Windows or &lt;CODE&gt;/opt/dynatrace/remotepluginmodule/plugin_deployment&lt;/CODE&gt; on Linux.&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;Restart the &lt;CODE&gt;Dynatrace Remote Plugin Module&lt;/CODE&gt; service to make ActiveGate import the new plugin.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/activegate-plugins/introduction/write-your-first-activegate-plugin/"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/dynatrace-sdks/activegate-plugins/introduction/write-your-first-activegate-plugin/&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 13:06:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117140#M758</guid>
      <dc:creator>rodrigo_alvare1</dc:creator>
      <dc:date>2019-04-17T13:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: How Install ActiveGate plugin module</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117141#M759</link>
      <description>&lt;P&gt;I do not have this folder &lt;EM&gt;&lt;CODE&gt;/opt/dynatrace/remotepluginmodule/plugin_deployment&lt;/CODE&gt;&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 13:15:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117141#M759</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2019-04-17T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How Install ActiveGate plugin module</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117142#M760</link>
      <description>&lt;P&gt;understood&lt;/P&gt;&lt;P&gt;it turns out the collector must be installed with a flag &lt;/P&gt;&lt;PRE&gt;--install-modules&lt;/PRE&gt;&lt;P&gt;in the documentation for some reason not explicitly stated !!!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Apr 2019 13:32:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117142#M760</guid>
      <dc:creator>MAkimov</dc:creator>
      <dc:date>2019-04-17T13:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: How Install ActiveGate plugin module</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117143#M761</link>
      <description>&lt;P&gt;Could you please clarify where and when flag --install-modules should be used? I have the same issue&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2020 21:26:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/117143#M761</guid>
      <dc:creator>nikolay_s</dc:creator>
      <dc:date>2020-02-24T21:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: How Install ActiveGate plugin module</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/168157#M1590</link>
      <description>&lt;P&gt;Same here... do we need to reinstall Active Gate for it?!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 07:07:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-Install-ActiveGate-plugin-module/m-p/168157#M1590</guid>
      <dc:creator>Ingrida</dc:creator>
      <dc:date>2021-06-23T07:07:04Z</dc:date>
    </item>
  </channel>
</rss>

