/opennms-base-assembly/src/main/filtered/etc/datacollection/brocade.xml

https://github.com/ajakubo1/opennms · XML · 26 lines · 21 code · 4 blank · 1 comment · 0 complexity · 0cb7476e5c0a13ac8099fb9b917f05ce MD5 · raw file

  1. <?xml version="1.0"?>
  2. <datacollection-group name="Brocade">
  3. <!-- Brocade Resource Types -->
  4. <resourceType name="swFCPortIndex" label="Brocade Fibre Channel Port" resourceLabel="FC port ${swFCPortSpecifier}: ${swFCPortName}">
  5. <persistenceSelectorStrategy class="org.opennms.netmgt.collectd.PersistAllSelectorStrategy"/>
  6. <storageStrategy class="org.opennms.netmgt.dao.support.IndexStorageStrategy"/>
  7. </resourceType>
  8. <group name="brocade-switch-fctable" ifType="all">
  9. <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.11" instance="swFCPortIndex" alias="swFCPortTxWords" type="counter" />
  10. <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.12" instance="swFCPortIndex" alias="swFCPortRxWords" type="counter" />
  11. <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.13" instance="swFCPortIndex" alias="swFCPortTxFrames" type="counter" />
  12. <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.14" instance="swFCPortIndex" alias="swFCPortRxFrames" type="counter" />
  13. <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.36" instance="swFCPortIndex" alias="swFCPortName" type="string" />
  14. <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.37" instance="swFCPortIndex" alias="swFCPortSpecifier" type="string" />
  15. </group>
  16. <systemDef name="Brocade FC Switches">
  17. <sysoidMask>.1.3.6.1.4.1.1588.</sysoidMask>
  18. <collect>
  19. <includeGroup>brocade-switch-fctable</includeGroup>
  20. </collect>
  21. </systemDef>
  22. </datacollection-group>