Skip to content

Feature: Support relative OID values #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
jbemmel opened this issue Dec 16, 2024 · 0 comments
Open

Feature: Support relative OID values #3

jbemmel opened this issue Dec 16, 2024 · 0 comments

Comments

@jbemmel
Copy link

jbemmel commented Dec 16, 2024

oid: 1.3.6.1.4.1.6527.115.114.108.105.110.117.120.1.1

The value for the OID could be interpreted as relative when it starts with a '.'.

tables:
  - name: gRPCServerTable
    enabled: true
    oid: 1.3.6.1.4.1.6527.115.114.108.105.110.117.120
    indexes:
      - name: gRPCServerName
        oid: .1.1   # <-- relative OID, i.e. base + ".1.1"
        syntax: octet string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant