DX NetOps

 View Only
Expand all | Collapse all

CAPC Metric Families - Filtering not supported

  • 1.  CAPC Metric Families - Filtering not supported

    Posted Mar 07, 2016 05:09 PM

    Hi All,

     

    I've to filter "Memory" Metric Family, however, cannot be applied filters on it.  Is there any way for filtering memory according to its description?

     

    For eg:

    Some firewalls model "Cisco ASA SM1sc" have more than one Memory Component, I'd like to display only memory tagged with description like "Filter"

     

     

    Follows metric rule got through http://<DA>:8581/typecatalog/certifications/snmp

     

    <MIB>CISCO-MEMORY-POOL-MIB</MIB>

     

    <DisplayName>Cisco Memory</DisplayName>

     

    <Expressions>

     

     

    <ExpressionGroup name="CiscoNRMMemDS" destCert="{http://im.ca.com/normalizer}NormalizedMemoryInfo">

     

     

    <Expression destAttr="Indexes">ciscoMemoryPoolIndex</Expression>

     

     

    <Expression destAttr="Names">

     

    "MemoryPool " + ciscoMemoryPoolName + " " + ciscoMemoryPoolIndex

    </Expression>

     

    <Expression destAttr="Descriptions">

     

    "MemoryPool " + ciscoMemoryPoolName + " " + ciscoMemoryPoolIndex

    </Expression>

     

    <Expression destAttr="Utilization">

     

    snmpProtectedDiv ((100.0 * ciscoMemoryPoolUsed), (ciscoMemoryPoolFree + ciscoMemoryPoolUsed))

    </Expression>

    <Expression destAttr="Used">ciscoMemoryPoolUsed</Expression>

    <Expression destAttr="Free">ciscoMemoryPoolFree</Expression>

    <Expression destAttr="LargestMemoryFree">ciscoMemoryPoolLargestFree</Expression>

    </ExpressionGroup>

    </Expressions>



  • 2.  Re: CAPC Metric Families - Filtering not supported

    Broadcom Employee
    Posted Mar 09, 2016 09:37 PM

    Hi Marcio:

     

    You could do the following:

     

    1. Go to Administration > Data Aggregator

    2. In the left bar click Metric Families

    3. In the middle pane at the bottom type Memory in the filter box

    4. Over on the right pane click on the monitoring profiles tab --- these are the monitoring profiles that have the memory metric family.  I see (physical server, router, switch)

    5. Click on one of the monitoring profiles (say router)

    6. Make a copy of it by clicking the "Copy" button in the middle pane on the bottom

    7. Click on the Copy of the Monitoring Profile

    8. Now over on the right, under the metric families tab, click on Memory - the edit filter button should be active

    9. From there you can add filters

     

     

    HTH,

    Joe



  • 3.  Re: CAPC Metric Families - Filtering not supported

    Posted Mar 10, 2016 07:09 AM

    Hi Joe,

     

    Monitoring profile tab is empty

     

    CAPC_MP.png