Hi All,

I am facing a problem in SNMP data collection of an Access Point wireless client association table, following is the xml config for that

<?xml version="1.0"?>
<datacollection-group name="RfnetAP">
    <!-- Resource Type for Rfnet AP statistics -->
<resourceType name="rfnStatWlanAssnTblIndex" label="Rfnet AP 5012N Clients table"
resourceLabel="${clientMacAddress} (index ${index})">
<persistenceSelectorStrategy class="org.opennms.netmgt.collectd.PersistRegexSelectorStrategy"> <parameter key="match-expression" value="not(#clientMacAddress matches '')" />
    </persistenceSelectorStrategy>
<storageStrategy class="org.opennms.netmgt.dao.support.SiblingColumnStorageStrategy"> <parameter key="sibling-column-name" value="clientMacAddress" />
            <parameter key="replace-all" value="s/://" />
        </storageStrategy>
    </resourceType>

    <group name="wirelessclients" ifType="all">
<mibObj oid=".1.3.6.1.4.1.9746.5012.9.8.8.1.2" instance="rfnStatWlanAssnTblIndex" alias="clientMacAddress" type="string"/> <mibObj oid=".1.3.6.1.4.1.9746.5012.9.8.8.1.7" instance="rfnStatWlanAssnTblIndex" alias="clientRssi1" type="integer" /> <mibObj oid=".1.3.6.1.4.1.9746.5012.9.8.8.1.8" instance="rfnStatWlanAssnTblIndex" alias="clientRssi2" type="integer" /> <mibObj oid=".1.3.6.1.4.1.9746.5012.9.8.8.1.9" instance="rfnStatWlanAssnTblIndex" alias="clientTxSeq" type="integer" /> <mibObj oid=".1.3.6.1.4.1.9746.5012.9.8.8.1.10" instance="rfnStatWlanAssnTblIndex" alias="clientRxSeq" type="integer" />
    </group>

    <systemDef name="Rfnet AP 5012N">
        <sysoidMask>.1.3.6.1.4.1.9746.5012</sysoidMask>
        <collect>
            <includeGroup>wirelessclients</includeGroup>
        </collect>
  </systemDef>
</datacollection-group>

*Problem is that only the first value clientMacAddress is fetched and folders are created with string.properties file inside, where as the rest of the data values are not fetched. I don't understand, could some one throw some light why is this and what I am doing wrong here ??*

Thank you.

Regards,
Reddy.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-devel mailing list

To *unsubscribe* or change your subscription options, see the bottom of this 
page:
https://lists.sourceforge.net/lists/listinfo/opennms-devel

Reply via email to