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
57
internal/snmp/testdata/gosmi/tableBuild
vendored
Normal file
57
internal/snmp/testdata/gosmi/tableBuild
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
TEST DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY, OBJECT-TYPE, Integer32 FROM fooImports;
|
||||
|
||||
TestMIB MODULE-IDENTITY
|
||||
LAST-UPDATED "2021090800Z"
|
||||
ORGANIZATION "influx"
|
||||
CONTACT-INFO
|
||||
"EMail: influx@email.com"
|
||||
DESCRIPTION
|
||||
"MIB module for testing snmp plugin
|
||||
for telegraf
|
||||
"
|
||||
::= { iso 1 }
|
||||
|
||||
testingObjects OBJECT IDENTIFIER ::= { iso 0 }
|
||||
testObjects OBJECT IDENTIFIER ::= { testingObjects 0 }
|
||||
hostnameone OBJECT IDENTIFIER ::= {testObjects 1 }
|
||||
hostname OBJECT IDENTIFIER ::= { hostnameone 1 }
|
||||
testTable OBJECT IDENTIFIER ::= { testObjects 0 }
|
||||
testMIBObjects OBJECT IDENTIFIER ::= { testTable 1 }
|
||||
|
||||
|
||||
myfield1 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server mib for testing"
|
||||
::= { testMIBObjects 1 }
|
||||
|
||||
myfield2 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server mib for testing"
|
||||
::= { testMIBObjects 2 }
|
||||
|
||||
myfield3 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server mib for testing"
|
||||
::= { testMIBObjects 3 }
|
||||
|
||||
myfield4 OBJECT-TYPE
|
||||
SYNTAX Integer32
|
||||
ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"server mib for testing"
|
||||
::= { testMIBObjects 4 }
|
||||
|
||||
END
|
Loading…
Add table
Add a link
Reference in a new issue