/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
- <?xml version="1.0"?>
- <datacollection-group name="Brocade">
- <!-- Brocade Resource Types -->
- <resourceType name="swFCPortIndex" label="Brocade Fibre Channel Port" resourceLabel="FC port ${swFCPortSpecifier}: ${swFCPortName}">
- <persistenceSelectorStrategy class="org.opennms.netmgt.collectd.PersistAllSelectorStrategy"/>
- <storageStrategy class="org.opennms.netmgt.dao.support.IndexStorageStrategy"/>
- </resourceType>
- <group name="brocade-switch-fctable" ifType="all">
- <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.11" instance="swFCPortIndex" alias="swFCPortTxWords" type="counter" />
- <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.12" instance="swFCPortIndex" alias="swFCPortRxWords" type="counter" />
- <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.13" instance="swFCPortIndex" alias="swFCPortTxFrames" type="counter" />
- <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.14" instance="swFCPortIndex" alias="swFCPortRxFrames" type="counter" />
- <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.36" instance="swFCPortIndex" alias="swFCPortName" type="string" />
- <mibObj oid=".1.3.6.1.4.1.1588.2.1.1.1.6.2.1.37" instance="swFCPortIndex" alias="swFCPortSpecifier" type="string" />
- </group>
- <systemDef name="Brocade FC Switches">
- <sysoidMask>.1.3.6.1.4.1.1588.</sysoidMask>
- <collect>
- <includeGroup>brocade-switch-fctable</includeGroup>
- </collect>
- </systemDef>
- </datacollection-group>