Ad Widget

Collapse

LLD where base ID is embedded in the OID

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kgbeast
    Junior Member
    • Jun 2016
    • 20

    #1

    LLD where base ID is embedded in the OID

    I am at a loss on how to produce an LLD for a abse OID that has the index embedded in the middle of the OID, and then has to also look for a second OID for a string value.
    Any help or suggestions will be appreciated.
    i have a format like this:
    .1.3.6.1.4.1.29631.2.2.0.256.<counterid>.1.0-->name of counter
    .1.3.6.1.4.1.29631.2.2.0.256.<counterid>.2.0-->device name, if it is a platform counter it is empty. if it is present, is specific to this device only.
    .1.3.6.1.4.1.29631.2.2.0.256.<counterid>.6.0 -->counter value (this is wat is required to graph and capture per item)

    I have to use iterative logic somehow, and first get all the counterids and names if present, then discover the items against them.
    my normal logic of getting the base oid and running that against an index does not apply here.
    normally i will discover the name of the counter, and then just run discovery it against a name.
  • valegator
    Junior Member
    • Jul 2016
    • 18

    #2
    Not a solution but...

    Altough I and Zabbix integrated SNMP LLD dont have a out-of-the-box solution for this , I think you'll need to discover this using a custom LLD with an external script.

    Someone already wrote it, maybe you can rewrite some parts for your requirements:

    or
    Join the friendly and open Zabbix community on our forums and social media platforms.

    Comment

    Working...