Is it possible to monitor a "dynamic OID"? I am attempting to use network-weathermap in conjunction with Zenoss to get the encrypt/decrypt values for my Sonicwalls' VPNs. To do so I need Zenoss to generate some RRD files. No problem, create a template, plug in the OID, bingo-bango! Only problem is that the OID will change...
I have found that the enterprises.8741.1.3.2.1.1.1.8/11 are encrypt/decrypt. However, the tailing 117 (which is specified by enterprises.8741.1.3.2.1.1.1.1) varies from Sonicwall to Sonicwall. On another one it is listed as 83. So...my question. Is there a way to create a perf monitor that first queries an OID to get the tail value (117 or 83) and then builds a datasource using that value? Sonicwall A Code: SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.1.117 = Counter32: 117 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.2.117 = IpAddress: remote public ip SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.3.117 = IpAddress: local private ip range begin SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.4.117 = IpAddress: local private ip range end SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.5.117 = IpAddress: remote private ip range begin SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.6.117 = IpAddress: remote private ip range end SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.7.117 = STRING: "06/27/2008 05:09:40" SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.8.117 = Counter32: 1583 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.9.117 = Counter32: 206582 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.10.117 = Counter32: 1454 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.11.117 = Counter32: 305365 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.12.117 = Counter32: 0 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.13.117 = Counter32: 0 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.14.117 = "" Sonicwall B Code: SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.1.83 = Counter32: 83 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.2.83 = IpAddress: remote public ip SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.3.83 = IpAddress: local private ip range begin SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.4.83 = IpAddress: local private ip range end SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.5.83 = IpAddress: remote private ip range begin SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.6.83 = IpAddress: remote private ip range end SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.7.83 = STRING: "06/27/2008 03:30:38" SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.8.83 = Counter32: 4454 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.9.83 = Counter32: 253430 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.10.83 = Counter32: 3389 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.11.83 = Counter32: 840274 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.12.83 = Counter32: 0 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.13.83 = Counter32: 0 SNMPv2-SMI::enterprises.8741.1.3.2.1.1.1.14.83 = "" -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21908#21908 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
