Here is the XML sheet i created:
When I do an SNMP walk of the oid_index variable I get this result:<chassis>
<name>Get SNMP Chassis information</name>
<description>Queries a host for a list of monitorable chassis elements</description>
<oid_index>.1.3.6.1.4.1.2636.3.1.13.1.1</oid_index>
<fields>
<chIndex>
<name>ContentIndex</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.2636.3.1.13.1.1</oid>
</chIndex>
<chDescription>
<name>Description</name>
<method>walk</method>
<source>value</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.2636.3.1.13.1.5</oid>
</chDescription>
<chTemperature>
<name>Temperature</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2636.3.1.13.1.7</oid>
</chTemperature>
<chCpuload>
<name>CPU Load</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.2636.3.1.13.1.8</oid>
</chCpuload>
</fields>
</chassis>
As you can see Juniper uses not a single integer as index. Is it possible to make a change to Cacti so I can use a multiple index like x.x.x.x instead of just a single integer ?enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.1.1.0.0 = 1
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.2.1.0.0 = 2
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.2.2.0.0 = 2
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.4.1.0.0 = 4
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.4.2.0.0 = 4
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.4.3.0.0 = 4
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.4.4.0.0 = 4
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.6.1.0.0 = 6
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.7.1.0.0 = 7
enterprises.juniperMIB.jnxMibs.jnxBoxAnatomy.jnxOperatingTable.jnxOperatingEntry.jnxOperatingContentsIndex.7.2.0.0 = 7
For more detail look at http://www.ee.ethz.ch/~slist/mrtg/msg24521.html