<?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: SNMP extension v2 topology awareness in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178267#M1890</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you create a generic entity in the settings UI or in the YAML and map the metrics to there the problem will be assigned to that entity instead of to the environment. That way you can even create different entities per interface for example and create relationships between the interfaces and the device.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 10:21:10 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2022-01-04T10:21:10Z</dc:date>
    <item>
      <title>SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178263#M1889</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;After creating SNMP extension and collecting metrics, we have set custom event for alerting on those metrics and every thing is awesome!&lt;/P&gt;
&lt;P&gt;But (is there always but in our world?) the custom/resource problems are open with environment impact and not under the device IP.&lt;/P&gt;
&lt;P&gt;The question here is how we can add topology awareness from the extension in which the IP of the device will create custom device and the problem will be associate with it and the impact will show this custom device and not the whole environment?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Didn't find any explanation in documentation, did I missed anything ?&lt;/P&gt;
&lt;P&gt;Thanks in advance and be safe&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yos&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 13:51:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178263#M1889</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-03-25T13:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178267#M1890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If you create a generic entity in the settings UI or in the YAML and map the metrics to there the problem will be assigned to that entity instead of to the environment. That way you can even create different entities per interface for example and create relationships between the interfaces and the device.&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 10:21:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178267#M1890</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-04T10:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178269#M1891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your prompt answer !&lt;/P&gt;&lt;P&gt;Can you please elaborate on how to create the generic entity from UI or yaml ?&lt;/P&gt;&lt;P&gt;My yaml file look like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_1-1641295873152.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/3919i66C72284E23374FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_1-1641295873152.png" alt="Yosi_Neuman_1-1641295873152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do i miss in the yaml that will create generic entity?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 11:30:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178269#M1891</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-01-04T11:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178271#M1892</link>
      <description>&lt;P&gt;This is the topology section of the generic snmp device extension. It creates two entities with a relationship between them:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;topology:
  types:
    - name: snmp:com_dynatrace_extension_snmp_generic_device
      displayName: Generic SNMP Device
      enabled: true
      rules:
      - idPattern: snmp_generic_device_{device.address}
        sources:
        - sourceType: Metrics
          condition: $prefix(com.dynatrace.extension.snmp-generic-device)
        attributes:
        - pattern: '{sys.contact}'
          key: system_contact
          displayName: System Contact
        - pattern: '{sys.name}'
          key: system_name
          displayName: Device Name
        - pattern: '{device.address}'
          key: system_ip
          displayName: Device Address
        - pattern: '{sys.description}'
          key: system_descr
          displayName: Description
        - pattern: '{sys.location}'
          key: system_location
          displayName: Location
        - pattern: '{activation.tag}'
          key: activation_tag
          displayName: Tag
        - pattern: '{device.port}'
          key: device_port
          displayName: Port
        - pattern: '{if.count}'
          key: interface_count
          displayName: Network Interface Count
        requiredDimensions: []
        instanceNamePattern: Network device {sys.name} @ {device.address}:{device.port}

    - name: snmp:com_dynatrace_extension_snmp_generic_device_interface
      displayName: Generic SNMP Device Network Interface
      enabled: true
      rules:
      - idPattern: snmp_generic_device_if_{device.address}-{if.idx}
        sources:
        - sourceType: Metrics
          condition: $prefix(com.dynatrace.extension.snmp-generic-device.if)
        attributes:
        - pattern: '{device.address}'
          key: deviceAddress
          displayName: Network device address
        - pattern: '{if.promiscuousmode}'
          key: promiscuousMode
          displayName: PromiscuousMode
        - pattern: '{if.speed}'
          key: speed
          displayName: Interface Speed
        - pattern: '{if.type}'
          key: type
          displayName: Interface Type
        - pattern: '{if.operstatus}'
          key: opStatus
          displayName: Operational Status
        - pattern: '{if.mtu}'
          key: mtu
          displayName: MTU
        - pattern: '{if.descr}'
          key: description
          displayName: Description
        - pattern: '{if.adminstatus}'
          key: adminStatus
          displayName: Admin Status
        requiredDimensions: []
        instanceNamePattern: Network interface {if.descr} @ {device.address}

  relationships:
    - typeOfRelation: CHILD_OF
      fromType: snmp:com_dynatrace_extension_snmp_generic_device_interface
      toType: snmp:com_dynatrace_extension_snmp_generic_device
      enabled: true
      sources:
      - sourceType: Metrics
        condition: $prefix(com.dynatrace.extension.snmp-generic-device)&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Jan 2022 11:33:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178271#M1892</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-04T11:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178277#M1893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And just to paste in the end of the extension.yaml&amp;nbsp; or its should be under the snmp section? or any other way?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried to paste this at the end of the extension.yaml did not work for us (i.e. problem still marked as impact on environment level&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:45:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178277#M1893</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-01-04T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178278#M1894</link>
      <description>&lt;P&gt;Hi, it just goes at the end of the yaml. You cannot copy that exact topology definition but change it to be your own based on the metrics you're bringing back from your extension.&lt;/P&gt;&lt;P&gt;If you don't manage to do it in the yaml you can also do it in the UI:&amp;nbsp;&lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/topology-model/custom-topology" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/metrics/metric-ingestion/topology-model/custom-topology&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 13:05:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178278#M1894</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-04T13:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178358#M1899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the gaudiness with that.&lt;/P&gt;&lt;P&gt;After "few" tests we succeed to set topology from UI and then understood what to put in yaml.&lt;/P&gt;&lt;P&gt;From our point of view the part about topology in extension v2 documentation must be added.&lt;/P&gt;&lt;P&gt;All the best and stay safe&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 16:26:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/178358#M1899</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-01-05T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/205453#M2818</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/11520"&gt;@Mike_L&lt;/a&gt;&amp;nbsp;is there a way to visualize these relationships (Devices and Interfaces) on Smartscape topology?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 09:28:40 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/205453#M2818</guid>
      <dc:creator>motdde</dc:creator>
      <dc:date>2023-02-23T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP extension v2 topology awareness</title>
      <link>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/205455#M2819</link>
      <description>&lt;P&gt;Not currently. In the new Dynatrace experience announced at Perform there is a new smartscape app which will be able to include any entity.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 09:43:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/SNMP-extension-v2-topology-awareness/m-p/205455#M2819</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2023-02-23T09:43:43Z</dc:date>
    </item>
  </channel>
</rss>

