Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
30
internal/snmp/testdata/gosmi/foo
vendored
Normal file
30
internal/snmp/testdata/gosmi/foo
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
FOOTEST-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32 FROM fooImports;
|
||||
|
||||
fooTestMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "2021090800Z"
|
||||
ORGANIZATION "influx"
|
||||
CONTACT-INFO
|
||||
"EMail: influx@email.com"
|
||||
DESCRIPTION
|
||||
"MIB module for testing snmp plugin
|
||||
for telegraf
|
||||
"
|
||||
::= { iso 1 }
|
||||
|
||||
fooMIBObjects OBJECT IDENTIFIER ::= { iso 2 }
|
||||
fooOne OBJECT IDENTIFIER ::= { iso 1 }
|
||||
six OBJECT IDENTIFIER ::= { fooOne 1 }
|
||||
three OBJECT IDENTIFIER ::= { six 3 }
|
||||
|
||||
foo OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"foo mib for testing"
|
||||
::= { fooMIBObjects 3 }
|
||||
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue