<?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: Is there any way to monitor the active gateway services using the DataPower plugin. in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215663#M3166</link>
    <description>&lt;P&gt;Nice, if you can add a product idea with just that info I will mark it as planned &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; We’re planning to get to that extension after the summer.&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2023 13:52:55 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2023-06-21T13:52:55Z</dc:date>
    <item>
      <title>Monitor the active gateway services using the DataPower plugin</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215538#M3157</link>
      <description>&lt;P&gt;We're using the DataPower plugin.&amp;nbsp; I'm wondering if there is any way to monitor the number of active gateway transactions?&amp;nbsp; We've had some situations where transactions have stalled and we're hoping to catch this by monitoring for an excessive number of transactions.&amp;nbsp; Thank you for your assistance.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 10:19:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215538#M3157</guid>
      <dc:creator>tagreen</dc:creator>
      <dc:date>2024-08-20T10:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to monitor the active gateway services using the DataPower plugin.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215619#M3158</link>
      <description>&lt;P&gt;I don’t seem to get any hits on “active gateway” transactions. Could you elaborate a bit? Is that a type of service?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 09:34:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215619#M3158</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-21T09:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to monitor the active gateway services using the DataPower plugin.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215641#M3160</link>
      <description>&lt;P&gt;Within DataPower it's a panel that is actually called Gateway Active Transactions.&amp;nbsp; Essentially, it will display any transaction that is currently running on the appliance.&amp;nbsp; Most of the metrics I've looked at report on completed transactions.&amp;nbsp; The situation we are trying to alert on is when transactions are stalled so they begin to build up until there are as many as 200 or 300 transactions that are active.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:16:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215641#M3160</guid>
      <dc:creator>tagreen</dc:creator>
      <dc:date>2023-06-21T12:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to monitor the active gateway services using the DataPower plugin.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215644#M3161</link>
      <description>&lt;P&gt;I'm really looking for actively running transactions.&amp;nbsp; The situation we have run into is transactions begin to stall and do not complete.&amp;nbsp; They build up until there are 200 or 300 transactions all still active -- some active for more than 10 minutes.&amp;nbsp; I say running, but really they are just active.&amp;nbsp; Since they're not running, the timeouts set do not seem to apply.&amp;nbsp; We're working with IBM, but I was hoping we could detect and alert on this situation since it can get out of hand quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:20:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215644#M3161</guid>
      <dc:creator>tagreen</dc:creator>
      <dc:date>2023-06-21T12:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to monitor the active gateway services using the DataPower plugin.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215648#M3163</link>
      <description>&lt;P&gt;Could you check if you can grab that number from the DataPower XML Management interface? If so we could consider adding it as part of the upcoming rewrite of the DataPower extension to Extension Framework 2.0.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:31:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215648#M3163</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-21T12:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to monitor the active gateway services using the DataPower plugin.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215654#M3165</link>
      <description>&lt;P&gt;You can.&amp;nbsp; You would use get-status with&amp;nbsp;@class = "GatewayTransactions" and domain = "default".&amp;nbsp; If it's possible to add it, that would be great.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 12:48:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215654#M3165</guid>
      <dc:creator>tagreen</dc:creator>
      <dc:date>2023-06-21T12:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any way to monitor the active gateway services using the DataPower plugin.</title>
      <link>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215663#M3166</link>
      <description>&lt;P&gt;Nice, if you can add a product idea with just that info I will mark it as planned &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; We’re planning to get to that extension after the summer.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2023 13:52:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Monitor-the-active-gateway-services-using-the-DataPower-plugin/m-p/215663#M3166</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-06-21T13:52:55Z</dc:date>
    </item>
  </channel>
</rss>

