<?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>article How to Identify Which Synthetic ActiveGate Executed a Network Availability Monitor (NAM) in Dynatrace in Troubleshooting</title>
    <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-Identify-Which-Synthetic-ActiveGate-Executed-a-Network/ta-p/295863</link>
    <description>&lt;H2 id="toc-hId-1646435014"&gt;Summary&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When you’re troubleshooting intermittent NAM Monitor failures in Dynatrace, it’s often necessary to determine which&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Synthetic ActiveGate&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;executed a specific monitor run, especially when using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Private Synthetic Locations&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with multiple ActiveGates.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;This guide explains how to quickly find the exact ActiveGate involved in a NAM execution and what to do if the information isn’t immediately visible.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;In Dynatrace, NAM execution details show the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;synthetic location&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;where the run occurred.&lt;BR /&gt;However, if that location contains multiple ActiveGates, it can be difficult to determine&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;which specific ActiveGate&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;executed the test.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Knowing this is essential when diagnosing:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Intermittent failures&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Host‑specific issues&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Configuration differences&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Network or certificate problems&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Proxy‑related behavior&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId--1911582078"&gt;How to find the ActiveGate a NAM execution ran on&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Open a Notebook&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add a DQL section.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Paste in the following query:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.synthetic.events
|filter event.type == "network_availability_monitor_execution"
|fields timestamp, dt.synthetic.monitor.id, monitor.name, dt.entity.synthetic_location, location.name, event.id, result.engine.id, numberToHexString(toLong(result.engine.id))
|lookup [ fetch dt.entity.synthetic_location ],
    sourceField: dt.entity.synthetic_location,
    lookupField: id,
    fields: { location.name = entity.name }​
| fieldsRename hex = `numberToHexString(toLong(result.engine.id))`&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;You can refine the filter to search for specific executions or monitors. For example, you could search for only the monitor with id &lt;STRONG&gt;MULTIPROTOCOL_MONITOR-0F1645AED8988FA5&amp;nbsp;&lt;/STRONG&gt;by adding to the filter.&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;|filter event.type == "network_availability_monitor_execution" and dt.synthetic.monitor.id == "MULTIPROTOCOL_MONITOR-0F1645AED8988FA5"
&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Run the query&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DQLOutput2.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32286i3AB6DF5AA02B2746/image-size/large?v=v2&amp;amp;px=999" role="button" title="DQLOutput2.png" alt="DQLOutput2.png" /&gt;&lt;/span&gt;&amp;nbsp;
&lt;DIV id="tinyMceEditorHannahM_23" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;CODE&gt;hex&lt;/CODE&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;column contains the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ActiveGate ID in hexadecimal format&lt;/STRONG&gt;.&lt;/DIV&gt;
&lt;DIV&gt;Copy this hex value and use it to search on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Deployment status &amp;gt; ActiveGates&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page to find the exact ActiveGate that ran the Browser Monitor execution.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_22-1772814079808.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32285iE5C10E013328DEBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_22-1772814079808.png" alt="HannahM_22-1772814079808.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="toc-hId--781604864"&gt;What's Next&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;If you weren't able to find the ActiveGate that ran the execution using the steps above, open a chat and a link to the execution you are interested.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId-764691966"&gt;Related reading&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;Synthetic Troubleshooting Map&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-metrics/nam-monitor-metrics-latest" target="_self" rel="noreferrer"&gt;NAM Monitor metrics in Synthetic on Grail&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dashboards-and-notebooks/notebooks" target="_blank" rel="noopener noreferrer"&gt;Notebooks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-app/nam-monitors-results-reporting-synthetic-app" target="_self"&gt;NAM monitors results reporting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Mar 2026 11:43:37 GMT</pubDate>
    <dc:creator>HannahM</dc:creator>
    <dc:date>2026-03-25T11:43:37Z</dc:date>
    <item>
      <title>How to Identify Which Synthetic ActiveGate Executed a Network Availability Monitor (NAM) in Dynatrace</title>
      <link>https://community.dynatrace.com/t5/Troubleshooting/How-to-Identify-Which-Synthetic-ActiveGate-Executed-a-Network/ta-p/295863</link>
      <description>&lt;H2 id="toc-hId-1646435014"&gt;Summary&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;When you’re troubleshooting intermittent NAM Monitor failures in Dynatrace, it’s often necessary to determine which&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Synthetic ActiveGate&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;executed a specific monitor run, especially when using&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Private Synthetic Locations&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;with multiple ActiveGates.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;This guide explains how to quickly find the exact ActiveGate involved in a NAM execution and what to do if the information isn’t immediately visible.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-TOC indent="15" liststyle="disc" maxheadinglevel="3"&gt;&lt;/LI-TOC&gt;&lt;/P&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2&gt;Problem&lt;/H2&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;In Dynatrace, NAM execution details show the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;synthetic location&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;where the run occurred.&lt;BR /&gt;However, if that location contains multiple ActiveGates, it can be difficult to determine&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;which specific ActiveGate&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;executed the test.&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="paragraph-in-scc-markdown-text ___1ngh792 ftgm304 f1iaxwol"&gt;Knowing this is essential when diagnosing:&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Intermittent failures&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Host‑specific issues&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Configuration differences&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Network or certificate problems&lt;/LI&gt;
&lt;LI class="___ccc16d0 fje8fi8 f1ng9h0j f1bwykku f18jd3zf"&gt;Proxy‑related behavior&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="toc-hId--1911582078"&gt;How to find the ActiveGate a NAM execution ran on&lt;/H2&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Open a Notebook&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in Dynatrace.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Add a DQL section.&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Paste in the following query:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.synthetic.events
|filter event.type == "network_availability_monitor_execution"
|fields timestamp, dt.synthetic.monitor.id, monitor.name, dt.entity.synthetic_location, location.name, event.id, result.engine.id, numberToHexString(toLong(result.engine.id))
|lookup [ fetch dt.entity.synthetic_location ],
    sourceField: dt.entity.synthetic_location,
    lookupField: id,
    fields: { location.name = entity.name }​
| fieldsRename hex = `numberToHexString(toLong(result.engine.id))`&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;You can refine the filter to search for specific executions or monitors. For example, you could search for only the monitor with id &lt;STRONG&gt;MULTIPROTOCOL_MONITOR-0F1645AED8988FA5&amp;nbsp;&lt;/STRONG&gt;by adding to the filter.&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;|filter event.type == "network_availability_monitor_execution" and dt.synthetic.monitor.id == "MULTIPROTOCOL_MONITOR-0F1645AED8988FA5"
&lt;/LI-CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Run the query&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DQLOutput2.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32286i3AB6DF5AA02B2746/image-size/large?v=v2&amp;amp;px=999" role="button" title="DQLOutput2.png" alt="DQLOutput2.png" /&gt;&lt;/span&gt;&amp;nbsp;
&lt;DIV id="tinyMceEditorHannahM_23" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;DIV&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;CODE&gt;hex&lt;/CODE&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;column contains the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;ActiveGate ID in hexadecimal format&lt;/STRONG&gt;.&lt;/DIV&gt;
&lt;DIV&gt;Copy this hex value and use it to search on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Deployment status &amp;gt; ActiveGates&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page to find the exact ActiveGate that ran the Browser Monitor execution.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HannahM_22-1772814079808.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32285iE5C10E013328DEBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HannahM_22-1772814079808.png" alt="HannahM_22-1772814079808.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;H2 id="toc-hId--781604864"&gt;What's Next&lt;/H2&gt;
&lt;P&gt;&lt;SPAN&gt;If you weren't able to find the ActiveGate that ran the execution using the steps above, open a chat and a link to the execution you are interested.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 id="toc-hId-764691966"&gt;Related reading&lt;/H3&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A class="" href="https://community.dynatrace.com/t5/Troubleshooting/Synthetic-Troubleshooting-Map/ta-p/250426" target="_blank" rel="noopener"&gt;Synthetic Troubleshooting Map&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-metrics/nam-monitor-metrics-latest" target="_self" rel="noreferrer"&gt;NAM Monitor metrics in Synthetic on Grail&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/dashboards-and-notebooks/notebooks" target="_blank" rel="noopener noreferrer"&gt;Notebooks&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":open_book:"&gt;📖&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/synthetic-on-grail/synthetic-app/nam-monitors-results-reporting-synthetic-app" target="_self"&gt;NAM monitors results reporting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Mar 2026 11:43:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Troubleshooting/How-to-Identify-Which-Synthetic-ActiveGate-Executed-a-Network/ta-p/295863</guid>
      <dc:creator>HannahM</dc:creator>
      <dc:date>2026-03-25T11:43:37Z</dc:date>
    </item>
  </channel>
</rss>

