adeep

cacti_extreme_vlan_template

Dec 2nd, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. <interface>
  2. <name>Get SNMP Interfaces</name>
  3. <description>Queries a host for a list of monitorable interfaces</descri ption>
  4. <oid_index>.1.3.6.1.4.1.1916.1.2.8.2.1.2.1001</oid_index>
  5. <oid_index_parse>OID/REGEXP:.{33}\.(.+)$</oid_index_parse>
  6. <index_order>ifIndex:ifName</index_order>
  7. <index_order_type>numeric</index_order_type>
  8.  
  9. <fields>
  10. <ifIndex>
  11. <name>Index</name>
  12. <method>walk</method>
  13. <source>OID/REGEXP:.*\.\d{4}\.(\d+\..+)$</source>
  14. <direction>input</direction>
  15. <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.2.1001</oid>
  16. </ifIndex>
  17. <ifName>
  18. <name>Name</name>
  19. <method>walk</method>
  20. <source>value</source>
  21. <direction>input</direction>
  22. <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.2.1001</oid>
  23. </ifName>
  24. <ifInOctets>
  25. <name>Bytes In</name>
  26. <method>walk</method>
  27. <source>value</source>
  28. <direction>output</direction>
  29. <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.7.1001</oid>
  30. </ifInOctets>
  31. <ifOutOctets>
  32. <name>Bytes Out</name>
  33. <method>walk</method>
  34. <source>value</source>
  35. <direction>output</direction>
  36. <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.12.1001</oid>
  37. </ifOutOctets>
  38. </fields>
  39. </interface>
Advertisement
Add Comment
Please, Sign In to add comment