<?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 to integrate solarwinds network performance monitor with Dynatrace in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/241859#M6273</link>
    <description>&lt;P&gt;I have a customer that is trying to use this extension to integrate their Dynatrace managed instance with SolarWinds, however I have a few questions if anyone can help me from the people that used it.&lt;/P&gt;&lt;P&gt;I have seen the metrics that this extension pulls already, however, my customer is under the impression that the routers/switches etc from SW, will be visible in DT Smartscape and that they will have full Observability, can anyone confirm this?&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 10:03:28 GMT</pubDate>
    <dc:creator>AhmedKhaled_94</dc:creator>
    <dc:date>2024-04-04T10:03:28Z</dc:date>
    <item>
      <title>How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118751#M6242</link>
      <description>&lt;P&gt;How to integrate solarwinds network performance monitor with Dynatrace&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 08:49:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118751#M6242</guid>
      <dc:creator>sivashankara_p2</dc:creator>
      <dc:date>2025-06-05T08:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118752#M6243</link>
      <description>&lt;P&gt;If you're asking about getting SolarWinds data into Dynatrace, I guess you'd have to query the SolarWinds API to pull the required info from there, then bring it into Dynatrace via the &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/shortlink/api-custom-device" target="_blank"&gt;custom device API&lt;/A&gt;. Alternatively, you'd have to build an &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/shortlink/activegate-plugins-hub" target="_blank"&gt;ActiveGate plugin&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;I found a &lt;A rel="noopener noreferrer" href="https://github.com/solarwinds" target="_blank"&gt;Solarwinds repository&lt;/A&gt; on Github, which might be of help. There's a &lt;A rel="noopener noreferrer" href="https://github.com/solarwinds/orionsdk-python" target="_blank"&gt;Python SDK&lt;/A&gt; available too, which is the development language used for Dynatrace OneAgent and ActiveGate plugins too &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 May 2019 20:33:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118752#M6243</guid>
      <dc:creator>andre_vdveen</dc:creator>
      <dc:date>2019-05-28T20:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118753#M6244</link>
      <description>&lt;P&gt;My company has several Dynatrace customers and all of them are also using Solarwinds for NPM.  I developed an extension that will make a call to Solarwinds using their REST API and then parse the return devices and send time series and metadata about the devices as custom devices to Dynatrace using again, the REST API.  If anyone is interested in using, I'd be happy to share.  I've attached a powerpoint slide deck of what it looks like when the extension is running.  &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com/storage/attachments/25203-dynatrace-solarwinds-extension.pptx" target="_blank"&gt;Dynatrace-Solarwinds-Extension.pptx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It was developed and runs on Linux (Red Hat based) using only the following.&lt;/P&gt;&lt;P&gt;•Job Scheduler (cron) &lt;/P&gt;&lt;P&gt;•BASH Shell environment&lt;/P&gt;&lt;P&gt;•The JSON processor called “jq”&lt;/P&gt;&lt;P&gt;•Solarwinds NPM API endpoint w/service account username/password&lt;/P&gt;&lt;P&gt;•Dynatrace managed or SaaS tenant + API Token with Data Ingest access scope&lt;/P&gt;&lt;P&gt;As is it will publish the following time series metrics&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Status&lt;/LI&gt;&lt;LI&gt;Response Time&lt;/LI&gt;&lt;LI&gt;CPU Load&lt;/LI&gt;&lt;LI&gt;Percent Memory Used&lt;/LI&gt;&lt;LI&gt;Percent Network Loss&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When an abnormal status is returned a problem event is published for the custom device.  The slide deck should walk you through it.  &lt;/P&gt;&lt;P&gt;Enjoy!  I know I enjoyed writing it.&lt;/P&gt;&lt;P&gt;-Tommy Noonan&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 22:33:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118753#M6244</guid>
      <dc:creator>tnoonan</dc:creator>
      <dc:date>2020-05-28T22:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118754#M6245</link>
      <description>&lt;P&gt;HI &lt;A rel="user" href="https://answers.dynatrace.com/users/23017/view.html" nodeid="23017"&gt;@Siva P.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;We came across solarwinds remote plugin &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com/storage/attachments/25204-customremotepythonsolarwinds.zip" target="_blank"&gt;custom.remote.python.solarwinds.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Don't remember if we tried it and if it works or not but it worth try it.&lt;/P&gt;&lt;P&gt;This is the endpoint configuration it expose &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25232-1590735422596.png" /&gt;&lt;/P&gt;&lt;P&gt;And here are the metric its collect &lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25193-1590735318422.png" /&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 06:57:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118754#M6245</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-05-29T06:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118755#M6246</link>
      <description>Had the SE that supported me and my organization only supplied that after repeated requests over months of time....I might have saved a few hours....appreciate you sharing. And it was still fun to develop.   &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Fri, 29 May 2020 14:00:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118755#M6246</guid>
      <dc:creator>tnoonan</dc:creator>
      <dc:date>2020-05-29T14:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118756#M6247</link>
      <description>&lt;P&gt;I gave it a shot loading and after what is reported as a successful upload of the extension, I ultimately get "Extension doesn't exist on given host" on my environment activegate in our lab after configuring the extension to access our Solarwinds NPM system.&lt;/P&gt;&lt;P&gt;Very happy to have a close to working example however. If anyone has experienced this issue, I would love to know what you did to resolve.&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 16:04:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118756#M6247</guid>
      <dc:creator>tnoonan</dc:creator>
      <dc:date>2020-05-29T16:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118757#M6248</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/24270/view.html" nodeid="24270"&gt;@Tommy N.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Did you unzip the the plugin to &lt;EM&gt;&lt;STRONG&gt;plugin_deployment&lt;/STRONG&gt; &lt;/EM&gt;directory under &lt;EM&gt;&lt;STRONG&gt;remotepluginmodule &lt;/STRONG&gt;&lt;/EM&gt;at the AG&lt;EM&gt; &lt;/EM&gt;and restart the remote plugin process?&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Fri, 29 May 2020 18:29:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118757#M6248</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-05-29T18:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118758#M6249</link>
      <description>&lt;P&gt;Hello! That helped us get a little further but now we're at "Error(No module named 'orionsdk'). I've installed the orionsdk from GitHub via pip on the activegate… not sure what else to try.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2020 16:54:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118758#M6249</guid>
      <dc:creator>ssheldon</dc:creator>
      <dc:date>2020-06-04T16:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118759#M6250</link>
      <description>&lt;P&gt;Will try it with a customer and will update &lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 06:55:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118759#M6250</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-06-11T06:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118760#M6251</link>
      <description>&lt;P&gt;HI &lt;A rel="user" href="https://answers.dynatrace.com/users/24270/view.html" nodeid="24270"&gt;@Tommy N.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am interested in studying and trying out the code. I have encountered the requirement to correlate events on network devices and other OOTB components captured on Dynatrace. My immediate go-to is the DT SNMP plugin by &lt;A rel="user" href="https://answers.dynatrace.com/users/15430/view.html" nodeid="15430"&gt;@Brayden N.&lt;/A&gt; I will also consider integration to existing NPM tools such as SolarWinds. &lt;/P&gt;&lt;P&gt;Please let me know how I can access the extension.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 06:57:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118760#M6251</guid>
      <dc:creator>sokerosi</dc:creator>
      <dc:date>2020-07-15T06:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118761#M6252</link>
      <description>&lt;P&gt;Would you be able to share the plugin, would love to replicate the same functionality on our solarwinds instance&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:23:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118761#M6252</guid>
      <dc:creator>Daniel_Steel</dc:creator>
      <dc:date>2020-09-01T15:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118762#M6253</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/36648/view.html" nodeid="36648"&gt;@Daniel Steel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here it goes: &lt;A rel="noopener noreferrer" href="https://answers.dynatrace.com/storage/temp/26338-solarwinds.zip" target="_blank"&gt;solarwinds.zip&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 05:54:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118762#M6253</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-09-02T05:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118763#M6254</link>
      <description>&lt;P&gt;Hi Tommy,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Can you please share the extension that you developed for Solarwinds NPM?.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Michael.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 21:22:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118763#M6254</guid>
      <dc:creator>michael_fernand</dc:creator>
      <dc:date>2020-10-01T21:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118764#M6255</link>
      <description>&lt;P&gt;Hi Michael, the extension is shared on this page twice already, see Yos N.'s comments (look for the .zip files) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 07:51:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118764#M6255</guid>
      <dc:creator>andre_vdveen</dc:creator>
      <dc:date>2020-10-05T07:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118765#M6256</link>
      <description>&lt;P&gt;Hey &lt;A rel="user" href="https://answers.dynatrace.com/users/3891/view.html" nodeid="3891"&gt;@Yos N.&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Have you been able to make it work? We're also going to try out this extension next week. It would be great to have your feedback about your progress.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Oct 2020 19:07:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118765#M6256</guid>
      <dc:creator>serhat_balik</dc:creator>
      <dc:date>2020-10-17T19:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118766#M6257</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/41751/view.html" nodeid="41751"&gt;@Mustafa Serhat B.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately not yet &lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Sun, 18 Oct 2020 05:30:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118766#M6257</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2020-10-18T05:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118767#M6258</link>
      <description>&lt;P&gt;I bet there's not a whole lot of customers out there trying to do this anymore....&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 22:45:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118767#M6258</guid>
      <dc:creator>tnoonan</dc:creator>
      <dc:date>2021-01-19T22:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118768#M6259</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;We getting the below error after we configuring. Any help to get it 100% working.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28106-1612263358004.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 10:56:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118768#M6259</guid>
      <dc:creator>ti_events_infra</dc:creator>
      <dc:date>2021-02-02T10:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118769#M6260</link>
      <description>&lt;P&gt;This is the detail from the plugin logfile&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28088-1612264427313.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 11:14:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118769#M6260</guid>
      <dc:creator>ti_events_infra</dc:creator>
      <dc:date>2021-02-02T11:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to integrate solarwinds network performance monitor with Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118770#M6261</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/13041/view.html" nodeid="13041"&gt;@Avin Gert Poran B.&lt;/A&gt; &lt;/P&gt;&lt;P&gt;What will happen if you will add values into the &lt;STRONG&gt;objects to monitor&lt;/STRONG&gt; window?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/28090-1612268830820.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 12:27:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/How-to-integrate-solarwinds-network-performance-monitor-with/m-p/118770#M6261</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2021-02-02T12:27:05Z</dc:date>
    </item>
  </channel>
</rss>

