Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <interface>
- <name>Get SNMP Interfaces</name>
- <description>Queries a host for a list of monitorable interfaces</descri ption>
- <oid_index>.1.3.6.1.4.1.1916.1.2.8.2.1.2.1001</oid_index>
- <oid_index_parse>OID/REGEXP:.{33}\.(.+)$</oid_index_parse>
- <index_order>ifIndex:ifName</index_order>
- <index_order_type>numeric</index_order_type>
- <fields>
- <ifIndex>
- <name>Index</name>
- <method>walk</method>
- <source>OID/REGEXP:.*\.\d{4}\.(\d+\..+)$</source>
- <direction>input</direction>
- <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.2.1001</oid>
- </ifIndex>
- <ifName>
- <name>Name</name>
- <method>walk</method>
- <source>value</source>
- <direction>input</direction>
- <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.2.1001</oid>
- </ifName>
- <ifInOctets>
- <name>Bytes In</name>
- <method>walk</method>
- <source>value</source>
- <direction>output</direction>
- <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.7.1001</oid>
- </ifInOctets>
- <ifOutOctets>
- <name>Bytes Out</name>
- <method>walk</method>
- <source>value</source>
- <direction>output</direction>
- <oid>.1.3.6.1.4.1.1916.1.2.8.2.1.12.1001</oid>
- </ifOutOctets>
- </fields>
- </interface>
Advertisement
Add Comment
Please, Sign In to add comment