joll200x
2011-02-16 16:44:32 UTC
Hey all - not sure if I'm approaching this in the wrong way but I'm finding it difficult to find any documentation about graphing and monitoring an OID which returns a table. I can create a template which can pull this OID but it's not clear on how to seperate or format the values that get returned.
Â
So in this example - the OID is .1.3.6.1.4.1.3375.2.1.7.3.2 (F5 BIGIP Hard Disk Info) and when walked you get...
Â
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.1.47 = STRING: "/"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.4.47.117.115.114 = STRING: "/usr"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.4.47.118.97.114 = STRING: "/var"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.7.47.99.111.110.102.105.103 = STRING: "/config"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.7.47.115.104.97.114.101.100 = STRING: "/shared"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.8.47.118.97.114.47.108.111.103 = STRING: "/var/log"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.1.47 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.4.47.117.115.114 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.4.47.118.97.114 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.7.47.99.111.110.102.105.103 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.7.47.115.104.97.114.101.100 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.8.47.118.97.114.47.108.111.103 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.1.47 = INTEGER: 1563269
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.4.47.117.115.114 = INTEGER: 1563268
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.4.47.118.97.114 = INTEGER: 9379734
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.7.47.99.111.110.102.105.103 = INTEGER: 1563268
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.7.47.115.104.97.114.101.100 = INTEGER: 7914298
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.8.47.118.97.114.47.108.111.103 = INTEGER: 1722496
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.1.47 = INTEGER: 1463211
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.4.47.117.115.114 = INTEGER: 1336655
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.4.47.118.97.114 = INTEGER: 8330811
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.7.47.99.111.110.102.105.103 = INTEGER: 1474760
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.7.47.115.104.97.114.101.100 = INTEGER: 5605093
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.8.47.118.97.114.47.108.111.103 = INTEGER: 1602168
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.1.47 = INTEGER: 794976
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.4.47.117.115.114 = INTEGER: 794976
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.4.47.118.97.114 = INTEGER: 4767744
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.7.47.99.111.110.102.105.103 = INTEGER: 794976
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.7.47.115.104.97.114.101.100 = INTEGER: 4022592
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.8.47.118.97.114.47.108.111.103 = INTEGER: 876096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.1.47 = INTEGER: 774125
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.4.47.117.115.114 = INTEGER: 780671
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.4.47.118.97.114 = INTEGER: 4764179
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.7.47.99.111.110.102.105.103 = INTEGER: 794468
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.7.47.115.104.97.114.101.100 = INTEGER: 4022216
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.8.47.118.97.114.47.108.111.103 = INTEGER: 875942
Â
As a table, it looks like Loading Image...
- however I don't understand how to configure each one of these OIDs under the top index as a seperate data point. I know I could add each OID seperately but this could potentially change per device so isn't a scalable solution. Can anyone offer any help - or point me toward the right documentation (please don't say the admin guide - it's not there or at least not explained very well). The OID is just an example - the same applies to any tree structure OID as I'm looking to add more in the future. Also - is there a good zenpack tutorial anywhere (there's mention of a 'helloWorld' tutorial but I can't find this?). Thanks all.
Â
Stu
--------------------------------------------------------------
To post a reply to the thread message, either reply to this email (recommended) or visit the message page: http://community.zenoss.org/message/56854#56854
--end--
Â
So in this example - the OID is .1.3.6.1.4.1.3375.2.1.7.3.2 (F5 BIGIP Hard Disk Info) and when walked you get...
Â
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.1.47 = STRING: "/"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.4.47.117.115.114 = STRING: "/usr"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.4.47.118.97.114 = STRING: "/var"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.7.47.99.111.110.102.105.103 = STRING: "/config"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.7.47.115.104.97.114.101.100 = STRING: "/shared"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.1.8.47.118.97.114.47.108.111.103 = STRING: "/var/log"
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.1.47 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.4.47.117.115.114 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.4.47.118.97.114 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.7.47.99.111.110.102.105.103 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.7.47.115.104.97.114.101.100 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.2.8.47.118.97.114.47.108.111.103 = INTEGER: 4096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.1.47 = INTEGER: 1563269
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.4.47.117.115.114 = INTEGER: 1563268
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.4.47.118.97.114 = INTEGER: 9379734
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.7.47.99.111.110.102.105.103 = INTEGER: 1563268
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.7.47.115.104.97.114.101.100 = INTEGER: 7914298
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.3.8.47.118.97.114.47.108.111.103 = INTEGER: 1722496
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.1.47 = INTEGER: 1463211
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.4.47.117.115.114 = INTEGER: 1336655
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.4.47.118.97.114 = INTEGER: 8330811
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.7.47.99.111.110.102.105.103 = INTEGER: 1474760
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.7.47.115.104.97.114.101.100 = INTEGER: 5605093
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.4.8.47.118.97.114.47.108.111.103 = INTEGER: 1602168
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.1.47 = INTEGER: 794976
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.4.47.117.115.114 = INTEGER: 794976
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.4.47.118.97.114 = INTEGER: 4767744
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.7.47.99.111.110.102.105.103 = INTEGER: 794976
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.7.47.115.104.97.114.101.100 = INTEGER: 4022592
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.5.8.47.118.97.114.47.108.111.103 = INTEGER: 876096
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.1.47 = INTEGER: 774125
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.4.47.117.115.114 = INTEGER: 780671
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.4.47.118.97.114 = INTEGER: 4764179
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.7.47.99.111.110.102.105.103 = INTEGER: 794468
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.7.47.115.104.97.114.101.100 = INTEGER: 4022216
SNMPv2-SMI::enterprises.3375.2.1.7.3.2.1.6.8.47.118.97.114.47.108.111.103 = INTEGER: 875942
Â
As a table, it looks like Loading Image...
Â
Stu
--------------------------------------------------------------
To post a reply to the thread message, either reply to this email (recommended) or visit the message page: http://community.zenoss.org/message/56854#56854
--end--