<?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: HTTP monitors in Synthetic Monitoring</title>
    <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197501#M1541</link>
    <description>&lt;P&gt;So the first 2 servers it checks are the active tomcats and the next 2 servers its checking are disaster recovery servers. But when these requests are under same Http monitor it does not check and notify problem as to which one failed. Is there a solution to this? or do I need to separate the requests under 4 different monitors?&lt;/P&gt;</description>
    <pubDate>Mon, 31 Oct 2022 13:13:51 GMT</pubDate>
    <dc:creator>mrug_sam</dc:creator>
    <dc:date>2022-10-31T13:13:51Z</dc:date>
    <item>
      <title>HTTP monitor does not execute the remaining requests after first fail</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197480#M1539</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My HTTP monitor has 4 requests to different servers. If the first request fails, the monitor does not execute the remaining requests 2,3, and 4 and shows a global outage problem. How can I fix this so that all 4 requests get executed even if one fails? Also, how do I generate a problem for this specific failed request under problems?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 08:58:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197480#M1539</guid>
      <dc:creator>mrug_sam</dc:creator>
      <dc:date>2022-11-02T08:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197484#M1540</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/49436"&gt;@mrug_sam&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just a question, what is the reason not to split this check into 4 individual checks, one for each server?&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 05:48:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197484#M1540</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-10-31T05:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197501#M1541</link>
      <description>&lt;P&gt;So the first 2 servers it checks are the active tomcats and the next 2 servers its checking are disaster recovery servers. But when these requests are under same Http monitor it does not check and notify problem as to which one failed. Is there a solution to this? or do I need to separate the requests under 4 different monitors?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2022 13:13:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/197501#M1541</guid>
      <dc:creator>mrug_sam</dc:creator>
      <dc:date>2022-10-31T13:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/202549#M1661</link>
      <description>&lt;P&gt;Best practice here would be to have 4 separate monitors, 1 for each of your separate endpoints.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have all 4 in a single monitor, you can disable the status code verification, check for status code in the post-execution script and save any failure details in a variable. You can then check the variable in the post-execution step of the last request and decide whether or not to fail the monitor. This would allow the monitor to continue to test the other requests in the event that there was a status code that you considered a failure, however, if the request failed with any type of network error then then the monitor would still fail on the request that saw that error.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 14:57:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/202549#M1661</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2023-01-16T14:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: HTTP monitors</title>
      <link>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/285347#M3186</link>
      <description>&lt;P&gt;thx for this info.&amp;nbsp; Since I'm not the hands on admin, can you provide current step by steps on this so I can properly ask my Admin to complete this task. thx&lt;BR /&gt;&lt;U&gt;&lt;EM&gt;"check for status code in the post-execution script and save any failure details in a variable"&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 16:34:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Synthetic-Monitoring/HTTP-monitor-does-not-execute-the-remaining-requests-after-first/m-p/285347#M3186</guid>
      <dc:creator>MikeL</dc:creator>
      <dc:date>2025-09-03T16:34:50Z</dc:date>
    </item>
  </channel>
</rss>

