I'm trying to create a custom menu for OID 1.3.6.1.4.1.8072.1.3.2 (ID for the 
OID is 0xfff08df) with Instance: 4.1.2.6.97.112.97.99.104.101.3

Right now i have:
<?xml version="1.0" encoding="utf-8"?>
<field-subview id="apache" expanded="false">
  <field-column>
    <column idref="apache-total-accesses"/>
    <column idref="apache-total-kbytes"/>
    <column idref="apache-cpuload"/>
  </field-column>
</field-subview>

and:
<?xml version="1.0" encoding="utf-8"?>
<column id="apache-total-kbytes"
        xmlns ="http://www.aprisma.com";
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xsi:schemaLocation="http://www.aprisma.com
             ../../common/schema/column-config.xsd">

    <name>Total KBytes</name>

    <content>
        <attribute>0xfff008df</attribute>
        <renderer>
             <param name="index">6.97.112.97.99.104.101.2</param>
             com.aprisma.spectrum.app.util.render.ListInstanceRenderer
        </renderer>
    </content>

</column>

COU Load in the Menu is empty right now, via MIB tools i see that that OID and 
Instance are reachable

Can someone help me out?

Thanks
---
To unsubscribe from spectrum, send email to lists...@unc.edu with the body: 
unsubscribe spectrum arch...@mail-archive.com

Reply via email to