<?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: Can I test that the monitor signal passes through my infrastructure? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30711#M4140</link>
    <description>&lt;P&gt;The &amp;lt;ID&amp;gt; is your environment id. If you look at the Dynatrace UI and your browser, this is the part before the ".live.dynatrace.com". The easiest way to find out the correct url for the check is: &lt;/P&gt;&lt;OL&gt;&lt;LI&gt; open the developer tools of your browser and look for an XHR Post request which starts with rb_&amp;lt;ID&amp;gt;&lt;/LI&gt;&lt;LI&gt;for example: &lt;A href="https://www.mydomain.com/rb_hxg123354"&gt;https://www.mydomain.com/rb_hxg123354&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;copy the url of this request and add the query string: ?type=check (example: &lt;A href="https://www.mydomain.com/rb_hxg123354"&gt;https://www.mydomain.com/rb_hxg123354&lt;/A&gt;?type=check)&lt;/LI&gt;&lt;LI&gt;you should get a response with status 200 and some text like that: "state=ok&amp;amp;agentType=nginx&amp;amp;agentVersion=1.121.170.20170703-101146"&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;as long as "state=ok" is in there, then the beacon (monitoring signal) is ok.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please note, the "rx" from the documentation is outdated. We will update it. This check is only for auto injected applications when using the Dynatrace OneAgent. If you use agentless monitoring this approach is not needed, as the monitoring signal (beacon) is going from the browser to the Dynatrace infrastructure.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2017 14:26:37 GMT</pubDate>
    <dc:creator>AlexanderSommer</dc:creator>
    <dc:date>2017-07-18T14:26:37Z</dc:date>
    <item>
      <title>Can I test that the monitor signal passes through my infrastructure?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30709#M4138</link>
      <description>&lt;P&gt;Documentation: Real User Monitoring-&amp;gt; How do I enable reak user monitoring, under section "Can I test that the monitor signal passes through my infrastructure?"&lt;/P&gt;
&lt;P&gt;What does the &amp;lt;ID&amp;gt; field refer to in&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&amp;lt;your hostname&amp;gt;/rx_&amp;lt;ID&amp;gt;?$&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 13:58:11 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30709#M4138</guid>
      <dc:creator>krokkas</dc:creator>
      <dc:date>2023-02-14T13:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can I test that the monitor signal passes through my infrastructure?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30711#M4140</link>
      <description>&lt;P&gt;The &amp;lt;ID&amp;gt; is your environment id. If you look at the Dynatrace UI and your browser, this is the part before the ".live.dynatrace.com". The easiest way to find out the correct url for the check is: &lt;/P&gt;&lt;OL&gt;&lt;LI&gt; open the developer tools of your browser and look for an XHR Post request which starts with rb_&amp;lt;ID&amp;gt;&lt;/LI&gt;&lt;LI&gt;for example: &lt;A href="https://www.mydomain.com/rb_hxg123354"&gt;https://www.mydomain.com/rb_hxg123354&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;copy the url of this request and add the query string: ?type=check (example: &lt;A href="https://www.mydomain.com/rb_hxg123354"&gt;https://www.mydomain.com/rb_hxg123354&lt;/A&gt;?type=check)&lt;/LI&gt;&lt;LI&gt;you should get a response with status 200 and some text like that: "state=ok&amp;amp;agentType=nginx&amp;amp;agentVersion=1.121.170.20170703-101146"&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;as long as "state=ok" is in there, then the beacon (monitoring signal) is ok.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please note, the "rx" from the documentation is outdated. We will update it. This check is only for auto injected applications when using the Dynatrace OneAgent. If you use agentless monitoring this approach is not needed, as the monitoring signal (beacon) is going from the browser to the Dynatrace infrastructure.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 14:26:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30711#M4140</guid>
      <dc:creator>AlexanderSommer</dc:creator>
      <dc:date>2017-07-18T14:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I test that the monitor signal passes through my infrastructure?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30712#M4141</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/12024/view.html" nodeid="12024"&gt;@Alexander S.&lt;/A&gt; Hi Alexander, that worked thank you. &lt;/P&gt;&lt;P&gt;One question is the ?type=check request is reporting an agentVersion less than the UI is reporting (UI reporting: Host is monitored. Dynatrace OneAgent is up-to-date on version 1.119), check above is reporting (state=ok&amp;amp;agentType=java&amp;amp;agentVersion=1.117.1.20170317-052013). &lt;/P&gt;&lt;P&gt;Any idea why? &lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 15:37:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30712#M4141</guid>
      <dc:creator>krokkas</dc:creator>
      <dc:date>2017-07-18T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I test that the monitor signal passes through my infrastructure?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30713#M4142</link>
      <description>&lt;P&gt;Perhaps this particular process was not restarted and therefore is still using the older version? &lt;BR /&gt;If not, please open a support issue as we then can help you better. I would need your environment details to check whats going on here.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 06:43:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30713#M4142</guid>
      <dc:creator>AlexanderSommer</dc:creator>
      <dc:date>2017-07-19T06:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can I test that the monitor signal passes through my infrastructure?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30714#M4143</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm using Dynatrace Managed, which URL should I use ? &lt;/P&gt;&lt;P&gt;&lt;A href="https://www.mydomain.com/rb_hxg123354"&gt;https://www.mydomain.com&lt;/A&gt; is the URL of the monitored application or of the Dynatrace Cluster ?&lt;/P&gt;&lt;P&gt;What if the monitored application is using a context ?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2018 10:48:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Can-I-test-that-the-monitor-signal-passes-through-my/m-p/30714#M4143</guid>
      <dc:creator>gautier_begin</dc:creator>
      <dc:date>2018-02-02T10:48:07Z</dc:date>
    </item>
  </channel>
</rss>

