Code: Select all
|host_description| - Foundry Connections - |query_foundryIP| port |query_foundryPort|
Can anyone point out what I'm doing wrong? Many thanks in advance!
Code: Select all
<foundryConnections>
<name>Foundry Real Connections</name>
<oid_index>.1.3.6.1.4.1.1991.1.1.4.24.1.1.8</oid_index>
<oid_index_parse>OID/REGEXP:\.1\.3\.6\.1\.4\.1\.1991\.1\.1\.4\.24\.1\.1\.8\.([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)</oid_index_parse>
<fields>
<foundryIP>
<name>Real IP Address</name>
<method>walk</method>
<source>OID/REGEXP:\.1\.3\.6\.1\.4\.1\.1991\.1\.1\.4\.24\.1\.1\.8\.([0-9]+\.[0-9]+\.[0-9]+\.[0-9]+)\.[0-9]+</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.1991.1.1.4.24.1.1.8</oid>
</foundryIP>
<foundryPort>
<name>Real Port</name>
<method>walk</method>
<source>OID/REGEXP:\.1\.3\.6\.1\.4\.1\.1991\.1\.1\.4\.24\.1\.1\.8\.[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\.([0-9]+)</source>
<direction>input</direction>
<oid>.1.3.6.1.4.1.1991.1.1.4.24.1.1.8</oid>
</foundryPort>
<foundryConnections>
<name>Connections</name>
<method>walk</method>
<source>value</source>
<direction>output</direction>
<oid>.1.3.6.1.4.1.1991.1.1.4.24.1.1.8</oid>
</foundryConnections>
</fields>
</foundryConnections>