<?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: Extensions 2.0 Paramiko Causes Crashes in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242328#M4291</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The limit is actually 25MB so that size should not be a problem. I'd say try with a support ticket as someone needs to have a look at the logs to troubleshoot it.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Apr 2024 14:39:13 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2024-04-10T14:39:13Z</dc:date>
    <item>
      <title>Extensions 2.0 Paramiko causes crashes</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242236#M4282</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;So in my ongoing quest of developping custom extensions, I have recently encountered an issued linked to paramiko. When I include paramiko the package it seems to make the runtime environment on the one agent unable to run it, now bear in mind I have included paramiko in the setup.py file and the .whl file is also in the extension.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My primary hypothesis is the 100 KB limit on extensions since paramiko is a large module and it goes well beyond the limit. However, the Remote Unix Monitoring 2.0 extension also include paramiko and is well over 10 MB runs perfectly on our environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my questions are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- Am I correct in assuming that the 100KB limit is what's preventing the extension from working?&lt;/P&gt;
&lt;P&gt;2- If so, is there a way to go around this limit like the&amp;nbsp;Remote Unix Monitoring 2.0 extension?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Benji_Dynatrace&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 14:12:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242236#M4282</guid>
      <dc:creator>Benji_Dynatrace</dc:creator>
      <dc:date>2024-05-10T14:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions 2.0 Paramiko Causes Crashes</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242328#M4291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The limit is actually 25MB so that size should not be a problem. I'd say try with a support ticket as someone needs to have a look at the logs to troubleshoot it.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 14:39:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242328#M4291</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2024-04-10T14:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions 2.0 Paramiko Causes Crashes</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242415#M4301</link>
      <description>&lt;P&gt;You're probably right, I think the package included doesn't seem to want to open, I have included it in my setup:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Benji12322_0-1712839718412.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18845i84F151C57F17316C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Benji12322_0-1712839718412.png" alt="Benji12322_0-1712839718412.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The version number is the same as my extension.yaml file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Benji12322_1-1712839786470.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18846i34CE54FACF35D638/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Benji12322_1-1712839786470.png" alt="Benji12322_1-1712839786470.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and Paramiko is included in the lib in the extension:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Benji12322_2-1712839855537.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/18847i977FD38672FF5E2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Benji12322_2-1712839855537.png" alt="Benji12322_2-1712839855537.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea why it crashes on the one agent?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 12:51:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242415#M4301</guid>
      <dc:creator>Benji_Dynatrace</dc:creator>
      <dc:date>2024-04-11T12:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Extensions 2.0 Paramiko Causes Crashes</title>
      <link>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242645#M4313</link>
      <description>&lt;P&gt;I've used paramiko primarily in ActiveGate extensions but occasionally in OneAgent extensions and haven't run across anything like that. Like Mike mentioned, it likely needs to be reviewed with support.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:45:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Paramiko-causes-crashes/m-p/242645#M4313</guid>
      <dc:creator>JamesKitson</dc:creator>
      <dc:date>2024-04-15T13:45:47Z</dc:date>
    </item>
  </channel>
</rss>

