<?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: F5 Monitoring to display all list of pools in down state in my alert in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115057#M692</link>
    <description>&lt;P&gt;hi &lt;A rel="user" href="https://answers.dynatrace.com/users/4119/view.html" nodeid="4119"&gt;@Michael L.&lt;/A&gt; thanks for the response.&lt;/P&gt;&lt;P&gt;My problem is, inside custom alert , if my condition is met , Dynatrace has to raise a alert with with list of all strings assigned to a variable. (list available in .py file)&lt;/P&gt;&lt;P&gt;if (countOderrors &amp;gt; 1)&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;"description": "The {metricname} of {severity} is {alert_condition} the value is {threshold}"&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I want to add my {variable} here from my *.py file. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 06 Mar 2019 08:02:16 GMT</pubDate>
    <dc:creator>danda_raviteja</dc:creator>
    <dc:date>2019-03-06T08:02:16Z</dc:date>
    <item>
      <title>F5 Monitoring to display all list of pools in down state in my alert</title>
      <link>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115055#M690</link>
      <description>&lt;P&gt;Hi Team, &lt;/P&gt;&lt;P&gt;I have developed a python code for monitoring F5 Devices in which i got struck where I want to display all my pool members in alert.&lt;/P&gt;&lt;P&gt; So , to raise a alert I need two conditions in my alert_settings, if count of pool numbers is above 0, then I want to iterate through my list of down state pool numbers and want to display same in my description.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raviteja&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 07:23:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115055#M690</guid>
      <dc:creator>danda_raviteja</dc:creator>
      <dc:date>2019-03-06T07:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: F5 Monitoring to display all list of pools in down state in my alert</title>
      <link>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115056#M691</link>
      <description>&lt;P&gt;You can create custom alerts in the python code, that is how the Dynatrace supported f5 plugin does it. What is the reason behind not using that one?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 07:53:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115056#M691</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2019-03-06T07:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: F5 Monitoring to display all list of pools in down state in my alert</title>
      <link>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115057#M692</link>
      <description>&lt;P&gt;hi &lt;A rel="user" href="https://answers.dynatrace.com/users/4119/view.html" nodeid="4119"&gt;@Michael L.&lt;/A&gt; thanks for the response.&lt;/P&gt;&lt;P&gt;My problem is, inside custom alert , if my condition is met , Dynatrace has to raise a alert with with list of all strings assigned to a variable. (list available in .py file)&lt;/P&gt;&lt;P&gt;if (countOderrors &amp;gt; 1)&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;"description": "The {metricname} of {severity} is {alert_condition} the value is {threshold}"&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;I want to add my {variable} here from my *.py file. &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 08:02:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115057#M692</guid>
      <dc:creator>danda_raviteja</dc:creator>
      <dc:date>2019-03-06T08:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: F5 Monitoring to display all list of pools in down state in my alert</title>
      <link>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115058#M693</link>
      <description>&lt;P&gt;You can't add your own variables and logic in the plugin.json. What you can do when you need to customize it is to raise the alert from within the Python code, using &lt;BR /&gt;report_availability_event.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2019 09:09:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/F5-Monitoring-to-display-all-list-of-pools-in-down-state-in-my/m-p/115058#M693</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2019-03-06T09:09:02Z</dc:date>
    </item>
  </channel>
</rss>

