diff --git a/includes/definitions/discovery/wti-console.yaml b/includes/definitions/discovery/wti-console.yaml new file mode 100644 index 0000000000..d21e82718f --- /dev/null +++ b/includes/definitions/discovery/wti-console.yaml @@ -0,0 +1,17 @@ +mib: WTI-CONSOLE-MIB +modules: + os: + hardware: + - WTI-CONSOLE-MIB::environmentUnitName.1 + serial: + - WTI-CONSOLE-MIB::environmentSerialNumber.1 + version: + - WTI-CONSOLE-MIB::environmentSoftwareVersion.1 + sensors: + temperature: + data: + - + oid: environmentUnitTemperature + num_oid: '.1.3.6.1.4.1.2634.1.200.10.1.3.{{ $index }}' + index: 'environmentUnitTemperature.{{ $index }}' + descr: 'Unit temperature' diff --git a/includes/definitions/wti-console.yaml b/includes/definitions/wti-console.yaml new file mode 100644 index 0000000000..f729f43a97 --- /dev/null +++ b/includes/definitions/wti-console.yaml @@ -0,0 +1,9 @@ +os: wti-console +text: 'WTI CONSOLE' +type: appliance +icon: wti +group: wti +mib_dir: wti +discovery: + - sysObjectID: + - .1.3.6.1.4.1.2634.1 diff --git a/mibs/wti/WTI-CONSOLE-MIB b/mibs/wti/WTI-CONSOLE-MIB new file mode 100644 index 0000000000..eca66a0713 --- /dev/null +++ b/mibs/wti/WTI-CONSOLE-MIB @@ -0,0 +1,1106 @@ + -- + -- Copyright(C) 2019 Western Telematic, Inc. + -- + + WTI-CONSOLE-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, NOTIFICATION-TYPE, + OBJECT-TYPE, enterprises FROM SNMPv2-SMI + DisplayString FROM SNMPv2-TC; + westernTelematic OBJECT IDENTIFIER ::= { enterprises 2634 } + console MODULE-IDENTITY + LAST-UPDATED "201901291600Z" -- 29 Jan 2019 + ORGANIZATION "Western Telematic, Inc." + CONTACT-INFO + "Western Telematic, Inc. + 5 Sterling + Irvine, Ca 92618 + Email: anthonyb@wti.com" + DESCRIPTION + "This is the MIB module for console products" + REVISION "201901291600Z" -- 29 Jan 2019 + DESCRIPTION + "V7.11 for console products " + ::= { westernTelematic 1 } + -- + -- System Tables + -- + systemTables OBJECT IDENTIFIER ::= { console 100 } + -- + -- Port Table + -- + portTable OBJECT-TYPE + SYNTAX SEQUENCE OF PortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of ports." + ::= { systemTables 100 } + portEntry OBJECT-TYPE + SYNTAX PortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Row definition for the port table." + INDEX {portIndex} + ::= { portTable 1 } + PortEntry ::= SEQUENCE { + portIndex INTEGER, + portID DisplayString, + portName DisplayString, + portBufferThreshold INTEGER, + portUserName DisplayString, + portStatus DisplayString, + portBufferCt INTEGER + } + portIndex OBJECT-TYPE + SYNTAX INTEGER (0..41) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index for the port table." + ::= { portEntry 1 } + portID OBJECT-TYPE + SYNTAX DisplayString(SIZE(6..7)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the port." + ::= { portEntry 2 } + portName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the port." + ::= { portEntry 3 } + portBufferThreshold OBJECT-TYPE + SYNTAX INTEGER (1..262144) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Port buffer threshold" + ::= { portEntry 4 } + portUserName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the user logged in to port" + ::= { portEntry 5 } + portStatus OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The status of the port." + ::= { portEntry 6 } + portBufferCt OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Port byte threshold" + ::= { portEntry 7 } + -- + -- Plug Table + -- + plugTable OBJECT-TYPE + SYNTAX SEQUENCE OF PlugEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of plugs." + ::= { systemTables 200 } + plugEntry OBJECT-TYPE + SYNTAX PlugEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Row definition for the plug table." + INDEX { plugIndex } + ::= { plugTable 1 } + PlugEntry ::= SEQUENCE { + plugIndex INTEGER, + plugID DisplayString, + plugStatus INTEGER, + plugAction INTEGER, + plugName DisplayString, + plugCurrent INTEGER, + plugPower INTEGER + } + plugIndex OBJECT-TYPE + SYNTAX INTEGER (0..80) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index for the plug table." + ::= { plugEntry 1 } + plugID OBJECT-TYPE + SYNTAX DisplayString(SIZE(9..11)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The ID of the plug." + ::= { plugEntry 2 } + plugStatus OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Plug status" + ::= { plugEntry 3 } + plugAction OBJECT-TYPE + SYNTAX INTEGER (0..8) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Plug action" + ::= { plugEntry 4 } + plugName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Name of the plug." + ::= { plugEntry 5 } + plugCurrent OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Plug current (In tenths of amps, divide by 10 for value in amps)" + ::= { plugEntry 7 } + plugPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Plug power (Watts)" + ::= { plugEntry 8 } + -- + -- Plug Group Table + -- + plugGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF PlugGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of plug groups." + ::= { systemTables 300 } + plugGroupEntry OBJECT-TYPE + SYNTAX PlugGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Row definition for the plug group table." + INDEX { plugGroupIndex } + ::= { plugGroupTable 1 } + PlugGroupEntry ::= SEQUENCE { + plugGroupIndex INTEGER, + plugGroupName DisplayString, + plugGroupAction INTEGER, + plugGroupCurrent INTEGER, + plugGroupPower INTEGER + } + plugGroupIndex OBJECT-TYPE + SYNTAX INTEGER (0..54) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index for the plug group table." + ::= { plugGroupEntry 1 } + plugGroupName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..24)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the plug group." + ::= { plugGroupEntry 2 } + plugGroupAction OBJECT-TYPE + SYNTAX INTEGER (0..8) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Plug group action" + ::= { plugGroupEntry 3 } + plugGroupCurrent OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Plug group current (In tenths of amps, divide by 10 for value in amps)" + ::= { plugGroupEntry 4 } + plugGroupPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Plug group power (Watts)" + ::= { plugGroupEntry 5 } + -- + -- User Table + -- + userTable OBJECT-TYPE + SYNTAX SEQUENCE OF UserEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of users." + ::= { systemTables 400 } + userEntry OBJECT-TYPE + SYNTAX UserEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Row definition for the user table." + INDEX { userIndex } + ::= { userTable 1 } + UserEntry ::= SEQUENCE { + userIndex INTEGER, + userName DisplayString, + userPasswd DisplayString, + userAccessLevel INTEGER, + userPortAccess DisplayString, + userPlugAccess DisplayString, + userGroupAccess DisplayString, + userSerialAccess INTEGER, + userTelnetSshAccess INTEGER, + userWebAccess INTEGER, + userOutboundTelAccess INTEGER, + userCurrentPowerMetering INTEGER, + userCallbackNum1 DisplayString, + userCallbackNum2 DisplayString, + userCallbackNum3 DisplayString, + userCallbackNum4 DisplayString, + userCallbackNum5 DisplayString, + userSubmit INTEGER + } + userIndex OBJECT-TYPE + SYNTAX INTEGER (0..128) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index for the user table." + ::= { userEntry 1 } + userName OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The name of the user." + ::= { userEntry 2 } + userPasswd OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..16)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The password of the user." + ::= { userEntry 3 } + userAccessLevel OBJECT-TYPE + SYNTAX INTEGER (0..3) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Users access level" + ::= { userEntry 4 } + userPortAccess OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..41)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to ports." + ::= { userEntry 5 } + userPlugAccess OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..20)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to plugs." + ::= { userEntry 6 } + userGroupAccess OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..54)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to plug groups." + ::= { userEntry 10 } + userSerialAccess OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to serial interface." + ::= { userEntry 11 } + userTelnetSshAccess OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to Telnet/SSH interface." + ::= { userEntry 12 } + userWebAccess OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to web interface." + ::= { userEntry 13 } + userOutboundTelAccess OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to outbound telnet." + ::= { userEntry 14 } + userCurrentPowerMetering OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Access to Current/Power Metering." + ::= { userEntry 15 } + userCallbackNum1 OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Callback number1." + ::= { userEntry 16 } + userCallbackNum2 OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Callback number2." + ::= { userEntry 17 } + userCallbackNum3 OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Callback number3." + ::= { userEntry 18 } + userCallbackNum4 OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Callback number4." + ::= { userEntry 19 } + userCallbackNum5 OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Callback number5." + ::= { userEntry 20 } + userSubmit OBJECT-TYPE + SYNTAX INTEGER (0..1) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Submit changes to user." + ::= { userEntry 31 } + -- + -- Environment Tables + -- + environmentTables OBJECT IDENTIFIER ::= { console 200 } + environmentUnitTable OBJECT-TYPE + SYNTAX SEQUENCE OF EnvironmentUnitEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of environment status for units." + ::= { environmentTables 10 } + environmentUnitEntry OBJECT-TYPE + SYNTAX EnvironmentUnitEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Row definition for the environment unit table." + INDEX { environmentUnitIndex } + ::= { environmentUnitTable 1 } + EnvironmentUnitEntry ::= SEQUENCE { + environmentUnitIndex INTEGER, + environmentUnitName DisplayString, + environmentUnitTemperature INTEGER, + environmentUnitCurrentA INTEGER, + environmentUnitVoltageA INTEGER, + environmentUnitPowerA INTEGER, + environmentUnitCurrentB INTEGER, + environmentUnitVoltageB INTEGER, + environmentUnitPowerB INTEGER, + environmentUnitCurrentC INTEGER, + environmentUnitVoltageC INTEGER, + environmentUnitPowerC INTEGER, + environmentUnitCurrentD INTEGER, + environmentUnitVoltageD INTEGER, + environmentUnitPowerD INTEGER, + environmentSysRAM INTEGER, + environmentSysFlash INTEGER, + environmentMacEth0 DisplayString, + environmentMacEth1 DisplayString, + environmentInputPower1 INTEGER, + environmentInputPower2 INTEGER, + environmentInputPower3 INTEGER, + environmentInputPower4 INTEGER, + environmentModemPhoneNumber DisplayString, + environmentSerialNumber DisplayString, + environmentSoftwareVersion DisplayString + } + environmentUnitIndex OBJECT-TYPE + SYNTAX INTEGER (0..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index for the environment unit table." + ::= { environmentUnitEntry 1 } + environmentUnitName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the unit." + ::= { environmentUnitEntry 2 } + environmentUnitTemperature OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The temperature of the unit." + ::= { environmentUnitEntry 3 } + environmentUnitCurrentA OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of amps in branch A for unit (In tenths of amps, divide by 10 for value in amps)." + ::= { environmentUnitEntry 4 } + environmentUnitVoltageA OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The voltage of branch A for unit." + ::= { environmentUnitEntry 5 } + environmentUnitPowerA OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of watts used by branch A for unit." + ::= { environmentUnitEntry 6 } + environmentUnitCurrentB OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of amps in branch B for unit (In tenths of amps, divide by 10 for value in amps)." + ::= { environmentUnitEntry 7 } + environmentUnitVoltageB OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The voltage of branch B for unit." + ::= { environmentUnitEntry 8 } + environmentUnitPowerB OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of watts used by branch b for unit." + ::= { environmentUnitEntry 9 } + environmentUnitCurrentC OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of amps in branch C for unit (In tenths of amps, divide by 10 for value in amps)." + ::= { environmentUnitEntry 10 } + environmentUnitVoltageC OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The voltage of branch C for unit." + ::= { environmentUnitEntry 11 } + environmentUnitPowerC OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of watts used by branch c for unit." + ::= { environmentUnitEntry 12 } + environmentUnitCurrentD OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of amps in branch D for unit (In tenths of amps, divide by 10 for value in amps)." + ::= { environmentUnitEntry 13 } + environmentUnitVoltageD OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The voltage of branch D for unit." + ::= { environmentUnitEntry 14 } + environmentUnitPowerD OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of watts used by branch d for unit." + ::= { environmentUnitEntry 15 } + environmentSysRAM OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total system RAM." + ::= { environmentUnitEntry 18 } + environmentSysFlash OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total system Flash." + ::= { environmentUnitEntry 19 } + environmentMacEth0 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "MAC Address Eth0" + ::= { environmentUnitEntry 20 } + environmentMacEth1 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "MAC Address Eth1" + ::= { environmentUnitEntry 21 } + environmentInputPower1 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status of first power input." + ::= { environmentUnitEntry 22 } + environmentInputPower2 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status of second power input." + ::= { environmentUnitEntry 23 } + environmentInputPower3 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status of third power input." + ::= { environmentUnitEntry 24 } + environmentInputPower4 OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status of fourth power input." + ::= { environmentUnitEntry 25 } + environmentModemPhoneNumber OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unit modem phone number" + ::= { environmentUnitEntry 26 } + environmentSerialNumber OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unit serial number" + ::= { environmentUnitEntry 27 } + environmentSoftwareVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Unit software version" + ::= { environmentUnitEntry 28 } + environmentSystemTotalCurrent OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total current for system (In tenths of amps, divide by 10 for value in amps)." + ::= { environmentTables 60 } + environmentSystemTotalPower OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total power on system." + ::= { environmentTables 70 } + environmentMonthlyPowerLog OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The monthly power usage log" + ::= { environmentTables 80 } + -- + -- Alarm Tables + -- + alarmTables OBJECT IDENTIFIER ::= { console 280 } + alarmOverCurrentInitial OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Over Current Initial Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 1 } + alarmOverCurrentCritical OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Over Current Critical Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 2 } + alarmOverTemperatureInitial OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Over Temperature Initial Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 3 } + alarmOverTemperatureCritical OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Over Temperature Critical Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 4 } + alarmCircuitBreakerOpen OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Circuit Breaker Open Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 5 } + alarmCommLoss OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Communication Loss Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 6 } + alarmLostVoltage OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Lost Voltage (Line Input) Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 7 } + alarmPingNoAnswer OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Ping No Answer Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 8 } + alarmInvalidAccessLockout OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Invalid Access Lockout Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 9 } + alarmPowerCycle OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Power Cycle Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 10 } + alarmBufferThreshold OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Buffer Threshold Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 11 } + alarmPlugCurrent OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Plug Current Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 13 } + alarmLostOptoVoltage OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Lost Voltage (Line Input) Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 14 } + alarmEmergencyShutoff OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Emergency Shutoff Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 15 } + alarmNoDialtone OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the No Dialtone Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 16 } + alarmWakeupOnFailure OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Wakeup On Failure Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 17 } + alarmIpPassthroughDataUsage OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the IP Passthrough Data Usage Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 18 } + alarmBufferFiltering OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the Buffer Filtering Alarm (0 = Inactive, 1 = Active)" + ::= { alarmTables 19 } + -- + -- Traps + -- + wtiTraps OBJECT IDENTIFIER ::= { console 300 } + -- Trap Info + trapInfo OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Alarm information" + ::= { wtiTraps 1 } + -- Test Traps + testTraps OBJECT IDENTIFIER ::= { wtiTraps 2} + testTrap TRAP-TYPE + ENTERPRISE testTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "A test trap" + ::= 1 + -- Alarm Traps + bufferThresholdTraps OBJECT IDENTIFIER ::= { wtiTraps 3} + bufferThresholdCrossedSetTrap TRAP-TYPE + ENTERPRISE bufferThresholdTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Buffer Threshold Crossed Alarm" + ::= 1 + bufferThresholdCrossedClearTrap TRAP-TYPE + ENTERPRISE bufferThresholdTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Buffer Threshold Crossed Alarm (Clear)" + ::= 2 + overCurrentInitialTraps OBJECT IDENTIFIER ::= { wtiTraps 4} + overCurrentInitialSetTrap TRAP-TYPE + ENTERPRISE overCurrentInitialTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Current Initial Alarm" + ::= 1 + overCurrentInitialClearTrap TRAP-TYPE + ENTERPRISE overCurrentInitialTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Current Initial Alarm (Clear)" + ::= 2 + overCurrentCriticalTraps OBJECT IDENTIFIER ::= { wtiTraps 5} + overCurrentCriticalSetTrap TRAP-TYPE + ENTERPRISE overCurrentCriticalTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Current Critical Alarm" + ::= 1 + overCurrentCriticalClearTrap TRAP-TYPE + ENTERPRISE overCurrentCriticalTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Current Critical Alarm (Clear)" + ::= 2 + overTemperatureInitialTraps OBJECT IDENTIFIER ::= { wtiTraps 6} + overTemperatureInitialSetTrap TRAP-TYPE + ENTERPRISE overTemperatureInitialTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Temperature Initial Alarm" + ::= 1 + overTemperatureInitialClearTrap TRAP-TYPE + ENTERPRISE overTemperatureInitialTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Temperature Initial Alarm (Clear)" + ::= 2 + overTemperatureCriticalTraps OBJECT IDENTIFIER ::= { wtiTraps 7} + overTemperatureCriticalSetTrap TRAP-TYPE + ENTERPRISE overTemperatureCriticalTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Temperature Critical Alarm" + ::= 1 + overTemperatureCriticalClearTrap TRAP-TYPE + ENTERPRISE overTemperatureCriticalTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Over Temperature Critical Alarm (Clear)" + ::= 2 + circuitBreakerOpenTraps OBJECT IDENTIFIER ::= { wtiTraps 8} + circuitBreakerOpenSetTrap TRAP-TYPE + ENTERPRISE circuitBreakerOpenTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Circuit Breaker Open Alarm" + ::= 1 + circuitBreakerOpenClearTrap TRAP-TYPE + ENTERPRISE circuitBreakerOpenTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Circuit Breaker Open Alarm (Clear)" + ::= 2 + lostCommTraps OBJECT IDENTIFIER ::= { wtiTraps 9} + lostCommSetTrap TRAP-TYPE + ENTERPRISE lostCommTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Lost Communication with AUX Unit" + ::= 1 + lostCommClearTrap TRAP-TYPE + ENTERPRISE lostCommTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Lost Communication with AUX Unit (Clear)" + ::= 2 + lostVoltageTraps OBJECT IDENTIFIER ::= { wtiTraps 10} + lostVoltageSetTrap TRAP-TYPE + ENTERPRISE lostVoltageTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Lost Voltage (Line In)" + ::= 1 + lostVoltageClearTrap TRAP-TYPE + ENTERPRISE lostVoltageTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Lost Voltage (Line In) (Clear)" + ::= 2 + pingNoAnswerTraps OBJECT IDENTIFIER ::= { wtiTraps 11} + pingNoAnswerSetTrap TRAP-TYPE + ENTERPRISE pingNoAnswerTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Ping No Answer" + ::= 1 + pingNoAnswerClearTrap TRAP-TYPE + ENTERPRISE pingNoAnswerTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Ping No Answer (Clear)" + ::= 2 + lockoutTraps OBJECT IDENTIFIER ::= { wtiTraps 12} + lockoutSetTrap TRAP-TYPE + ENTERPRISE lockoutTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Invalid Access Lockout" + ::= 1 + lockoutClearTrap TRAP-TYPE + ENTERPRISE lockoutTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Invalid Access Lockout (Clear)" + ::= 2 + powercycleTraps OBJECT IDENTIFIER ::= { wtiTraps 13} + powercycleSetTrap TRAP-TYPE + ENTERPRISE powercycleTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Power Cycle" + ::= 1 + plugCurrentTraps OBJECT IDENTIFIER ::= { wtiTraps 15} + plugCurrentSetTrap TRAP-TYPE + ENTERPRISE plugCurrentTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Plug Current" + ::= 1 + plugCurrentClearTrap TRAP-TYPE + ENTERPRISE plugCurrentTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Plug Current (Clear)" + ::= 2 + lostOptoVoltageTraps OBJECT IDENTIFIER ::= { wtiTraps 16} + lostOptoVoltageSetTrap TRAP-TYPE + ENTERPRISE lostOptoVoltageTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Lost Voltage" + ::= 1 + lostOptoVoltageClearTrap TRAP-TYPE + ENTERPRISE lostOptoVoltageTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Lost Voltage (Clear)" + ::= 2 + emergencyShutoffTraps OBJECT IDENTIFIER ::= { wtiTraps 17} + emergencyShutoffSetTrap TRAP-TYPE + ENTERPRISE emergencyShutoffTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Emergency Shutoff" + ::= 1 + emergencyShutoffClearTrap TRAP-TYPE + ENTERPRISE emergencyShutoffTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Emergency Shutoff (Clear)" + ::= 2 + noDialtoneTraps OBJECT IDENTIFIER ::= { wtiTraps 18} + noDialtoneSetTrap TRAP-TYPE + ENTERPRISE noDialtoneTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "No Dialtone" + ::= 1 + noDialtoneClearTrap TRAP-TYPE + ENTERPRISE noDialtoneTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "No Dialtone (Clear)" + ::= 2 + wakeupOnFailureTraps OBJECT IDENTIFIER ::= { wtiTraps 19} + wakeupOnFailureSetTrap TRAP-TYPE + ENTERPRISE wakeupOnFailureTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Wakeup On Failure" + ::= 1 + wakeupOnFailureClearTrap TRAP-TYPE + ENTERPRISE wakeupOnFailureTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Wakeup On Failure (Clear)" + ::= 2 + ipPassthroughDataUsageTraps OBJECT IDENTIFIER ::= { wtiTraps 20} + ipPassthroughDataUsageSetTrap TRAP-TYPE + ENTERPRISE ipPassthroughDataUsageTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "IP Passthrough Data Usage" + ::= 1 + ipPassthroughDataUsageClearTrap TRAP-TYPE + ENTERPRISE ipPassthroughDataUsageTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "IP Passthrough Data Usage (Clear)" + ::= 2 + bufferFilteringTraps OBJECT IDENTIFIER ::= { wtiTraps 21} + bufferFilteringSetTrap TRAP-TYPE + ENTERPRISE bufferFilteringTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Buffer Filtering" + ::= 1 + bufferFilteringClearTrap TRAP-TYPE + ENTERPRISE bufferFilteringTraps + VARIABLES { + trapInfo + } + DESCRIPTION + "Buffer Filtering (Clear)" + ::= 2 + END diff --git a/tests/data/wti-console_dsm-24nm-dp.json b/tests/data/wti-console_dsm-24nm-dp.json new file mode 100644 index 0000000000..e024876d41 --- /dev/null +++ b/tests/data/wti-console_dsm-24nm-dp.json @@ -0,0 +1,1170 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.2634.1.24", + "sysDescr": "Linux lab.bit.nl 5.4.0 #1 Thu Dec 1 11:45:15 PST 2022 armv7l", + "sysContact": "", + "version": "7.05 1 Dec 2022", + "hardware": "DSM-24NM-DP", + "features": null, + "location": "", + "os": "wti-console", + "type": "appliance", + "serial": "01882810230169", + "icon": "wti.svg" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "lo", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth1", + "ifName": "eth1", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "sit0", + "ifName": "sit0", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "tunnel", + "ifAlias": "sit0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo", + "ifName": "lo", + "portName": null, + "ifIndex": 1, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 65536, + "ifType": "softwareLoopback", + "ifAlias": "lo", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 3, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": "00099b030358", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 45738, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 36191, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 4419367, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 8929338, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth1", + "ifName": "eth1", + "portName": null, + "ifIndex": 4, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "eth1", + "ifPhysAddress": "3408e101f39d", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "sit0", + "ifName": "sit0", + "portName": null, + "ifIndex": 5, + "ifSpeed": 0, + "ifSpeed_prev": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1480, + "ifType": "tunnel", + "ifAlias": "sit0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196608, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196608", + "processor_index": "196608", + "processor_type": "hr", + "processor_usage": 64, + "processor_descr": "Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "1", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "system", + "mempool_precision": 1024, + "mempool_descr": "Physical memory", + "mempool_perc": 60, + "mempool_perc_oid": null, + "mempool_used": 309325824, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1", + "mempool_free": 209432576, + "mempool_free_oid": null, + "mempool_total": 518758400, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 99 + }, + { + "mempool_index": "3", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "virtual", + "mempool_precision": 1024, + "mempool_descr": "Virtual memory", + "mempool_perc": 67, + "mempool_perc_oid": null, + "mempool_used": 348233728, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3", + "mempool_free": 170524672, + "mempool_free_oid": null, + "mempool_total": 518758400, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 95 + }, + { + "mempool_index": "6", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "buffers", + "mempool_precision": 1024, + "mempool_descr": "Memory buffers", + "mempool_perc": 0, + "mempool_perc_oid": null, + "mempool_used": 1843200, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6", + "mempool_free": 516915200, + "mempool_free_oid": null, + "mempool_total": 518758400, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + }, + { + "mempool_index": "7", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "cached", + "mempool_precision": 1024, + "mempool_descr": "Cached memory", + "mempool_perc": 7, + "mempool_perc_oid": null, + "mempool_used": 37064704, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7", + "mempool_free": 481693696, + "mempool_free_oid": null, + "mempool_total": 518758400, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + }, + { + "mempool_index": "8", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "shared", + "mempool_precision": 1024, + "mempool_descr": "Shared memory", + "mempool_perc": 1, + "mempool_perc_oid": null, + "mempool_used": 3252224, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.8", + "mempool_free": 515506176, + "mempool_free_oid": null, + "mempool_total": 518758400, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.2634.1.200.10.1.3.1", + "sensor_index": "environmentUnitTemperature.1", + "sensor_type": "wti-console", + "sensor_descr": "Unit temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 24, + "sensor_limit": 44, + "sensor_limit_warn": null, + "sensor_limit_low": 14, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "rrd_type": "GAUGE", + "state_name": null + } + ] + }, + "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "31", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/", + "storage_size": 259963904, + "storage_units": 1024, + "storage_used": 79685632, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "34", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run", + "storage_size": 51875840, + "storage_units": 4096, + "storage_used": 16384, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "35", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run/lock", + "storage_size": 5242880, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "38", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 259379200, + "storage_units": 4096, + "storage_used": 376832, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run/shm", + "storage_size": 103751680, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "31", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/", + "storage_size": 259963904, + "storage_units": 1024, + "storage_used": 79685632, + "storage_free": 180278272, + "storage_perc": 31, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "34", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run", + "storage_size": 51875840, + "storage_units": 4096, + "storage_used": 16384, + "storage_free": 51859456, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "35", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run/lock", + "storage_size": 5242880, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 5242880, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "38", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 259379200, + "storage_units": 4096, + "storage_used": 376832, + "storage_free": 259002368, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run/shm", + "storage_size": 103751680, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 103751680, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/wti-console_dsm-24nm-dp.snmprec b/tests/snmpsim/wti-console_dsm-24nm-dp.snmprec new file mode 100644 index 0000000000..10cbb5ca5c --- /dev/null +++ b/tests/snmpsim/wti-console_dsm-24nm-dp.snmprec @@ -0,0 +1,544 @@ +1.3.6.1.2.1.1.1.0|4|Linux lab.bit.nl 5.4.0 #1 Thu Dec 1 11:45:15 PST 2022 armv7l +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2634.1.24 +1.3.6.1.2.1.1.3.0|67|1019066 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|lo +1.3.6.1.2.1.2.2.1.2.3|4|eth0 +1.3.6.1.2.1.2.2.1.2.4|4|eth1 +1.3.6.1.2.1.2.2.1.2.5|4|sit0 +1.3.6.1.2.1.2.2.1.3.1|2|24 +1.3.6.1.2.1.2.2.1.3.3|2|6 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.5|2|131 +1.3.6.1.2.1.2.2.1.4.1|2|65536 +1.3.6.1.2.1.2.2.1.4.3|2|1500 +1.3.6.1.2.1.2.2.1.4.4|2|1500 +1.3.6.1.2.1.2.2.1.4.5|2|1480 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.3|4x|00099B030358 +1.3.6.1.2.1.2.2.1.6.4|4x|3408E101F39D +1.3.6.1.2.1.2.2.1.6.5|4| +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.3|2|1 +1.3.6.1.2.1.2.2.1.7.4|2|1 +1.3.6.1.2.1.2.2.1.7.5|2|2 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.3|2|1 +1.3.6.1.2.1.2.2.1.8.4|2|2 +1.3.6.1.2.1.2.2.1.8.5|2|2 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.3|67|0 +1.3.6.1.2.1.2.2.1.9.4|67|0 +1.3.6.1.2.1.2.2.1.9.5|67|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.13.5|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.5|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.19.5|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.20.5|65|0 +1.3.6.1.2.1.4.3.0|65|34604 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|34603 +1.3.6.1.2.1.4.10.0|65|34194 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|4 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.2.172.17.8.11|2|3 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.172.17.8.11|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.3.172.17.8.1|4x|00090F090012 +1.3.6.1.2.1.4.31.1.1.3.1|65|34237 +1.3.6.1.2.1.4.31.1.1.3.2|65|186 +1.3.6.1.2.1.4.31.1.1.4.1|70|34237 +1.3.6.1.2.1.4.31.1.1.4.2|70|186 +1.3.6.1.2.1.4.31.1.1.5.1|65|3199133 +1.3.6.1.2.1.4.31.1.1.5.2|65|37014 +1.3.6.1.2.1.4.31.1.1.6.1|70|3199133 +1.3.6.1.2.1.4.31.1.1.6.2|70|37014 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|0 +1.3.6.1.2.1.4.31.1.1.9.1|65|0 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|0 +1.3.6.1.2.1.4.31.1.1.13.1|70|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|0 +1.3.6.1.2.1.4.31.1.1.14.1|65|0 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|0 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|34236 +1.3.6.1.2.1.4.31.1.1.18.2|65|186 +1.3.6.1.2.1.4.31.1.1.19.1|70|34236 +1.3.6.1.2.1.4.31.1.1.19.2|70|186 +1.3.6.1.2.1.4.31.1.1.20.1|65|33824 +1.3.6.1.2.1.4.31.1.1.20.2|65|17 +1.3.6.1.2.1.4.31.1.1.21.1|70|33824 +1.3.6.1.2.1.4.31.1.1.21.2|70|17 +1.3.6.1.2.1.4.31.1.1.22.1|65|4 +1.3.6.1.2.1.4.31.1.1.22.2|65|0 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|0 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|0 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|0 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|33820 +1.3.6.1.2.1.4.31.1.1.30.2|65|17 +1.3.6.1.2.1.4.31.1.1.31.1|70|33820 +1.3.6.1.2.1.4.31.1.1.31.2|70|17 +1.3.6.1.2.1.4.31.1.1.32.1|65|8245681 +1.3.6.1.2.1.4.31.1.1.32.2|65|1048 +1.3.6.1.2.1.4.31.1.1.33.1|70|8245681 +1.3.6.1.2.1.4.31.1.1.33.2|70|1048 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|186 +1.3.6.1.2.1.4.31.1.1.35.1|70|0 +1.3.6.1.2.1.4.31.1.1.35.2|70|186 +1.3.6.1.2.1.4.31.1.1.36.1|65|0 +1.3.6.1.2.1.4.31.1.1.36.2|65|37014 +1.3.6.1.2.1.4.31.1.1.37.1|70|0 +1.3.6.1.2.1.4.31.1.1.37.2|70|37014 +1.3.6.1.2.1.4.31.1.1.38.1|65|0 +1.3.6.1.2.1.4.31.1.1.38.2|65|17 +1.3.6.1.2.1.4.31.1.1.39.1|70|0 +1.3.6.1.2.1.4.31.1.1.39.2|70|17 +1.3.6.1.2.1.4.31.1.1.40.1|65|0 +1.3.6.1.2.1.4.31.1.1.40.2|65|1048 +1.3.6.1.2.1.4.31.1.1.41.1|70|0 +1.3.6.1.2.1.4.31.1.1.41.2|70|1048 +1.3.6.1.2.1.4.31.1.1.42.1|65|185 +1.3.6.1.2.1.4.31.1.1.43.1|70|185 +1.3.6.1.2.1.4.31.1.1.44.1|65|0 +1.3.6.1.2.1.4.31.1.1.45.1|70|0 +1.3.6.1.2.1.4.31.1.1.46.1|67|0 +1.3.6.1.2.1.4.31.1.1.46.2|67|0 +1.3.6.1.2.1.4.31.1.1.47.1|66|60000 +1.3.6.1.2.1.4.31.1.1.47.2|66|60000 +1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.2.9.155.255.254.3.3.88|2|3 +1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.2.9.155.255.254.3.3.88|6|1.3.6.1.2.1.4.32.1.5.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.2.9.155.255.254.3.3.88|2|5 +1.3.6.1.2.1.4.35.1.4.3.1.4.172.17.8.1|4x|00090F090012 +1.3.6.1.2.1.5.1.0|65|536 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|1 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|531 +1.3.6.1.2.1.5.9.0|65|4 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|535 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|4 +1.3.6.1.2.1.5.22.0|65|531 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|271 +1.3.6.1.2.1.6.7.0|65|1 +1.3.6.1.2.1.6.8.0|65|0 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|5883 +1.3.6.1.2.1.6.11.0|65|7317 +1.3.6.1.2.1.6.12.0|65|37 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|79 +1.3.6.1.2.1.7.1.0|65|27886 +1.3.6.1.2.1.7.2.0|65|0 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|27891 +1.3.6.1.2.1.11.1.0|65|28047 +1.3.6.1.2.1.11.2.0|65|28047 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|105128 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|5864 +1.3.6.1.2.1.11.16.0|65|14936 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|28071 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.25.1.1.0|67|1142527 +1.3.6.1.2.1.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|48 +1.3.6.1.2.1.25.1.7.0|2|0 +1.3.6.1.2.1.25.2.2.0|2|506600 +1.3.6.1.2.1.25.2.3.1.1.1|2|1 +1.3.6.1.2.1.25.2.3.1.1.3|2|3 +1.3.6.1.2.1.25.2.3.1.1.6|2|6 +1.3.6.1.2.1.25.2.3.1.1.7|2|7 +1.3.6.1.2.1.25.2.3.1.1.8|2|8 +1.3.6.1.2.1.25.2.3.1.1.10|2|10 +1.3.6.1.2.1.25.2.3.1.1.11|2|11 +1.3.6.1.2.1.25.2.3.1.1.31|2|31 +1.3.6.1.2.1.25.2.3.1.1.34|2|34 +1.3.6.1.2.1.25.2.3.1.1.35|2|35 +1.3.6.1.2.1.25.2.3.1.1.38|2|38 +1.3.6.1.2.1.25.2.3.1.1.39|2|39 +1.3.6.1.2.1.25.2.3.1.2.1|6|1.3.6.1.2.1.25.2.1.2 +1.3.6.1.2.1.25.2.3.1.2.3|6|1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.6|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.7|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.8|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.10|6|1.3.6.1.2.1.25.2.1.3 +1.3.6.1.2.1.25.2.3.1.2.11|6|1.3.6.1.2.1.25.2.1.1 +1.3.6.1.2.1.25.2.3.1.2.31|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.34|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.35|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.38|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.39|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.3.1|4|Physical memory +1.3.6.1.2.1.25.2.3.1.3.3|4|Virtual memory +1.3.6.1.2.1.25.2.3.1.3.6|4|Memory buffers +1.3.6.1.2.1.25.2.3.1.3.7|4|Cached memory +1.3.6.1.2.1.25.2.3.1.3.8|4|Shared memory +1.3.6.1.2.1.25.2.3.1.3.10|4|Swap space +1.3.6.1.2.1.25.2.3.1.3.11|4|Available memory +1.3.6.1.2.1.25.2.3.1.3.31|4|/ +1.3.6.1.2.1.25.2.3.1.3.34|4|/run +1.3.6.1.2.1.25.2.3.1.3.35|4|/run/lock +1.3.6.1.2.1.25.2.3.1.3.38|4|/tmp +1.3.6.1.2.1.25.2.3.1.3.39|4|/run/shm +1.3.6.1.2.1.25.2.3.1.4.1|2|1024 +1.3.6.1.2.1.25.2.3.1.4.3|2|1024 +1.3.6.1.2.1.25.2.3.1.4.6|2|1024 +1.3.6.1.2.1.25.2.3.1.4.7|2|1024 +1.3.6.1.2.1.25.2.3.1.4.8|2|1024 +1.3.6.1.2.1.25.2.3.1.4.10|2|1024 +1.3.6.1.2.1.25.2.3.1.4.11|2|1024 +1.3.6.1.2.1.25.2.3.1.4.31|2|1024 +1.3.6.1.2.1.25.2.3.1.4.34|2|4096 +1.3.6.1.2.1.25.2.3.1.4.35|2|4096 +1.3.6.1.2.1.25.2.3.1.4.38|2|4096 +1.3.6.1.2.1.25.2.3.1.4.39|2|4096 +1.3.6.1.2.1.25.2.3.1.5.1|2|506600 +1.3.6.1.2.1.25.2.3.1.5.3|2|506600 +1.3.6.1.2.1.25.2.3.1.5.6|2|506600 +1.3.6.1.2.1.25.2.3.1.5.7|2|36196 +1.3.6.1.2.1.25.2.3.1.5.8|2|3176 +1.3.6.1.2.1.25.2.3.1.5.10|2|0 +1.3.6.1.2.1.25.2.3.1.5.11|2|191884 +1.3.6.1.2.1.25.2.3.1.5.31|2|253871 +1.3.6.1.2.1.25.2.3.1.5.34|2|12665 +1.3.6.1.2.1.25.2.3.1.5.35|2|1280 +1.3.6.1.2.1.25.2.3.1.5.38|2|63325 +1.3.6.1.2.1.25.2.3.1.5.39|2|25330 +1.3.6.1.2.1.25.2.3.1.6.1|2|340072 +1.3.6.1.2.1.25.2.3.1.6.3|2|340072 +1.3.6.1.2.1.25.2.3.1.6.6|2|1800 +1.3.6.1.2.1.25.2.3.1.6.7|2|36196 +1.3.6.1.2.1.25.2.3.1.6.8|2|3176 +1.3.6.1.2.1.25.2.3.1.6.10|2|0 +1.3.6.1.2.1.25.2.3.1.6.11|2|0 +1.3.6.1.2.1.25.2.3.1.6.31|2|77818 +1.3.6.1.2.1.25.2.3.1.6.34|2|4 +1.3.6.1.2.1.25.2.3.1.6.35|2|0 +1.3.6.1.2.1.25.2.3.1.6.38|2|92 +1.3.6.1.2.1.25.2.3.1.6.39|2|0 +1.3.6.1.2.1.25.3.2.1.1.196608|2|196608 +1.3.6.1.2.1.25.3.2.1.1.262145|2|262145 +1.3.6.1.2.1.25.3.2.1.1.262147|2|262147 +1.3.6.1.2.1.25.3.2.1.1.262148|2|262148 +1.3.6.1.2.1.25.3.2.1.1.262149|2|262149 +1.3.6.1.2.1.25.3.2.1.1.786432|2|786432 +1.3.6.1.2.1.25.3.2.1.2.196608|6|1.3.6.1.2.1.25.3.1.3 +1.3.6.1.2.1.25.3.2.1.2.262145|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262147|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262148|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.262149|6|1.3.6.1.2.1.25.3.1.4 +1.3.6.1.2.1.25.3.2.1.2.786432|6|1.3.6.1.2.1.25.3.1.12 +1.3.6.1.2.1.25.3.2.1.3.196608|4| +1.3.6.1.2.1.25.3.2.1.3.262145|4|network interface lo +1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface eth0 +1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface eth1 +1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface sit0 +1.3.6.1.2.1.25.3.2.1.3.786432|4|Guessing that there's a floating point co-processor +1.3.6.1.2.1.25.3.2.1.4.196608|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262145|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262147|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262148|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.262149|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.786432|6|0.0 +1.3.6.1.2.1.25.3.2.1.5.196608|2|2 +1.3.6.1.2.1.25.3.2.1.5.262145|2|2 +1.3.6.1.2.1.25.3.2.1.5.262147|2|2 +1.3.6.1.2.1.25.3.2.1.5.262148|2|2 +1.3.6.1.2.1.25.3.2.1.5.262149|2|5 +1.3.6.1.2.1.25.3.2.1.6.262145|65|0 +1.3.6.1.2.1.25.3.2.1.6.262147|65|0 +1.3.6.1.2.1.25.3.2.1.6.262148|65|0 +1.3.6.1.2.1.25.3.2.1.6.262149|65|0 +1.3.6.1.2.1.25.3.3.1.1.196608|6|0.0 +1.3.6.1.2.1.25.3.3.1.2.196608|2|64 +1.3.6.1.2.1.31.1.1.1.1.1|4|lo +1.3.6.1.2.1.31.1.1.1.1.3|4|eth0 +1.3.6.1.2.1.31.1.1.1.1.4|4|eth1 +1.3.6.1.2.1.31.1.1.1.1.5|4|sit0 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.3|65|0 +1.3.6.1.2.1.31.1.1.1.2.4|65|0 +1.3.6.1.2.1.31.1.1.1.2.5|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|65|0 +1.3.6.1.2.1.31.1.1.1.3.3|65|0 +1.3.6.1.2.1.31.1.1.1.3.4|65|0 +1.3.6.1.2.1.31.1.1.1.3.5|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|65|0 +1.3.6.1.2.1.31.1.1.1.4.3|65|0 +1.3.6.1.2.1.31.1.1.1.4.4|65|0 +1.3.6.1.2.1.31.1.1.1.4.5|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.3|65|0 +1.3.6.1.2.1.31.1.1.1.5.4|65|0 +1.3.6.1.2.1.31.1.1.1.5.5|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|0 +1.3.6.1.2.1.31.1.1.1.6.3|70|4419367 +1.3.6.1.2.1.31.1.1.1.6.4|70|0 +1.3.6.1.2.1.31.1.1.1.6.5|70|0 +1.3.6.1.2.1.31.1.1.1.7.1|70|0 +1.3.6.1.2.1.31.1.1.1.7.3|70|45738 +1.3.6.1.2.1.31.1.1.1.7.4|70|0 +1.3.6.1.2.1.31.1.1.1.7.5|70|0 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.3|70|0 +1.3.6.1.2.1.31.1.1.1.8.4|70|0 +1.3.6.1.2.1.31.1.1.1.8.5|70|0 +1.3.6.1.2.1.31.1.1.1.9.1|70|0 +1.3.6.1.2.1.31.1.1.1.9.3|70|0 +1.3.6.1.2.1.31.1.1.1.9.4|70|0 +1.3.6.1.2.1.31.1.1.1.9.5|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|0 +1.3.6.1.2.1.31.1.1.1.10.3|70|8929338 +1.3.6.1.2.1.31.1.1.1.10.4|70|0 +1.3.6.1.2.1.31.1.1.1.10.5|70|0 +1.3.6.1.2.1.31.1.1.1.11.1|70|0 +1.3.6.1.2.1.31.1.1.1.11.3|70|36191 +1.3.6.1.2.1.31.1.1.1.11.4|70|0 +1.3.6.1.2.1.31.1.1.1.11.5|70|0 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.3|70|0 +1.3.6.1.2.1.31.1.1.1.12.4|70|0 +1.3.6.1.2.1.31.1.1.1.12.5|70|0 +1.3.6.1.2.1.31.1.1.1.13.1|70|0 +1.3.6.1.2.1.31.1.1.1.13.3|70|0 +1.3.6.1.2.1.31.1.1.1.13.4|70|0 +1.3.6.1.2.1.31.1.1.1.13.5|70|0 +1.3.6.1.2.1.31.1.1.1.15.1|66|10 +1.3.6.1.2.1.31.1.1.1.15.3|66|100 +1.3.6.1.2.1.31.1.1.1.15.4|66|0 +1.3.6.1.2.1.31.1.1.1.15.5|66|0 +1.3.6.1.2.1.31.1.1.1.16.1|2|2 +1.3.6.1.2.1.31.1.1.1.16.3|2|2 +1.3.6.1.2.1.31.1.1.1.16.4|2|2 +1.3.6.1.2.1.31.1.1.1.16.5|2|2 +1.3.6.1.2.1.31.1.1.1.17.1|2|2 +1.3.6.1.2.1.31.1.1.1.17.3|2|1 +1.3.6.1.2.1.31.1.1.1.17.4|2|1 +1.3.6.1.2.1.31.1.1.1.17.5|2|1 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.5|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.3|67|0 +1.3.6.1.2.1.31.1.1.1.19.4|67|0 +1.3.6.1.2.1.31.1.1.1.19.5|67|0 +1.3.6.1.4.1.2021.9.1.1.1|2|1 +1.3.6.1.4.1.2021.9.1.1.4|2|4 +1.3.6.1.4.1.2021.9.1.1.5|2|5 +1.3.6.1.4.1.2021.9.1.1.8|2|8 +1.3.6.1.4.1.2021.9.1.1.9|2|9 +1.3.6.1.4.1.2021.9.1.2.1|4|/ +1.3.6.1.4.1.2021.9.1.2.4|4|/run +1.3.6.1.4.1.2021.9.1.2.5|4|/run/lock +1.3.6.1.4.1.2021.9.1.2.8|4|/tmp +1.3.6.1.4.1.2021.9.1.2.9|4|/run/shm +1.3.6.1.4.1.2021.9.1.3.1|4|/dev/root +1.3.6.1.4.1.2021.9.1.3.4|4|tmpfs +1.3.6.1.4.1.2021.9.1.3.5|4|tmpfs +1.3.6.1.4.1.2021.9.1.3.8|4|tmpfs +1.3.6.1.4.1.2021.9.1.3.9|4|tmpfs +1.3.6.1.4.1.2021.9.1.4.1|2|-1 +1.3.6.1.4.1.2021.9.1.4.4|2|-1 +1.3.6.1.4.1.2021.9.1.4.5|2|-1 +1.3.6.1.4.1.2021.9.1.4.8|2|-1 +1.3.6.1.4.1.2021.9.1.4.9|2|-1 +1.3.6.1.4.1.2021.9.1.5.1|2|10 +1.3.6.1.4.1.2021.9.1.5.4|2|10 +1.3.6.1.4.1.2021.9.1.5.5|2|10 +1.3.6.1.4.1.2021.9.1.5.8|2|10 +1.3.6.1.4.1.2021.9.1.5.9|2|10 +1.3.6.1.4.1.2021.9.1.6.1|2|253871 +1.3.6.1.4.1.2021.9.1.6.4|2|50660 +1.3.6.1.4.1.2021.9.1.6.5|2|5120 +1.3.6.1.4.1.2021.9.1.6.8|2|253300 +1.3.6.1.4.1.2021.9.1.6.9|2|101320 +1.3.6.1.4.1.2021.9.1.7.1|2|176053 +1.3.6.1.4.1.2021.9.1.7.4|2|50644 +1.3.6.1.4.1.2021.9.1.7.5|2|5120 +1.3.6.1.4.1.2021.9.1.7.8|2|252932 +1.3.6.1.4.1.2021.9.1.7.9|2|101320 +1.3.6.1.4.1.2021.9.1.8.1|2|77818 +1.3.6.1.4.1.2021.9.1.8.4|2|16 +1.3.6.1.4.1.2021.9.1.8.5|2|0 +1.3.6.1.4.1.2021.9.1.8.8|2|368 +1.3.6.1.4.1.2021.9.1.8.9|2|0 +1.3.6.1.4.1.2021.9.1.9.1|2|31 +1.3.6.1.4.1.2021.9.1.9.4|2|0 +1.3.6.1.4.1.2021.9.1.9.5|2|0 +1.3.6.1.4.1.2021.9.1.9.8|2|0 +1.3.6.1.4.1.2021.9.1.9.9|2|0 +1.3.6.1.4.1.2021.9.1.10.1|2|6 +1.3.6.1.4.1.2021.9.1.10.4|2|0 +1.3.6.1.4.1.2021.9.1.10.5|2|0 +1.3.6.1.4.1.2021.9.1.10.8|2|0 +1.3.6.1.4.1.2021.9.1.10.9|2|0 +1.3.6.1.4.1.2021.9.1.11.1|66|253871 +1.3.6.1.4.1.2021.9.1.11.4|66|50660 +1.3.6.1.4.1.2021.9.1.11.5|66|5120 +1.3.6.1.4.1.2021.9.1.11.8|66|253300 +1.3.6.1.4.1.2021.9.1.11.9|66|101320 +1.3.6.1.4.1.2021.9.1.12.1|66|0 +1.3.6.1.4.1.2021.9.1.12.4|66|0 +1.3.6.1.4.1.2021.9.1.12.5|66|0 +1.3.6.1.4.1.2021.9.1.12.8|66|0 +1.3.6.1.4.1.2021.9.1.12.9|66|0 +1.3.6.1.4.1.2021.9.1.13.1|66|176053 +1.3.6.1.4.1.2021.9.1.13.4|66|50644 +1.3.6.1.4.1.2021.9.1.13.5|66|5120 +1.3.6.1.4.1.2021.9.1.13.8|66|252932 +1.3.6.1.4.1.2021.9.1.13.9|66|101320 +1.3.6.1.4.1.2021.9.1.14.1|66|0 +1.3.6.1.4.1.2021.9.1.14.4|66|0 +1.3.6.1.4.1.2021.9.1.14.5|66|0 +1.3.6.1.4.1.2021.9.1.14.8|66|0 +1.3.6.1.4.1.2021.9.1.14.9|66|0 +1.3.6.1.4.1.2021.9.1.15.1|66|77818 +1.3.6.1.4.1.2021.9.1.15.4|66|16 +1.3.6.1.4.1.2021.9.1.15.5|66|0 +1.3.6.1.4.1.2021.9.1.15.8|66|368 +1.3.6.1.4.1.2021.9.1.15.9|66|0 +1.3.6.1.4.1.2021.9.1.16.1|66|0 +1.3.6.1.4.1.2021.9.1.16.4|66|0 +1.3.6.1.4.1.2021.9.1.16.5|66|0 +1.3.6.1.4.1.2021.9.1.16.8|66|0 +1.3.6.1.4.1.2021.9.1.16.9|66|0 +1.3.6.1.4.1.2021.9.1.100.1|2|0 +1.3.6.1.4.1.2021.9.1.100.4|2|0 +1.3.6.1.4.1.2021.9.1.100.5|2|0 +1.3.6.1.4.1.2021.9.1.100.8|2|0 +1.3.6.1.4.1.2021.9.1.100.9|2|0 +1.3.6.1.4.1.2021.9.1.101.1|4| +1.3.6.1.4.1.2021.9.1.101.4|4| +1.3.6.1.4.1.2021.9.1.101.5|4| +1.3.6.1.4.1.2021.9.1.101.8|4| +1.3.6.1.4.1.2021.9.1.101.9|4| +1.3.6.1.4.1.2021.10.1.5.1|2|54 +1.3.6.1.4.1.2021.10.1.5.2|2|61 +1.3.6.1.4.1.2021.10.1.5.3|2|63 +1.3.6.1.4.1.2021.11.1.0|2|1 +1.3.6.1.4.1.2021.11.2.0|4|systemStats +1.3.6.1.4.1.2021.11.3.0|2|0 +1.3.6.1.4.1.2021.11.4.0|2|0 +1.3.6.1.4.1.2021.11.5.0|2|0 +1.3.6.1.4.1.2021.11.6.0|2|0 +1.3.6.1.4.1.2021.11.7.0|2|6852 +1.3.6.1.4.1.2021.11.8.0|2|13614 +1.3.6.1.4.1.2021.11.9.0|2|7 +1.3.6.1.4.1.2021.11.10.0|2|57 +1.3.6.1.4.1.2021.11.11.0|2|35 +1.3.6.1.4.1.2021.11.50.0|65|62245 +1.3.6.1.4.1.2021.11.51.0|65|0 +1.3.6.1.4.1.2021.11.52.0|65|611256 +1.3.6.1.4.1.2021.11.53.0|65|369871 +1.3.6.1.4.1.2021.11.54.0|65|0 +1.3.6.1.4.1.2021.11.55.0|65|0 +1.3.6.1.4.1.2021.11.56.0|65|0 +1.3.6.1.4.1.2021.11.57.0|65|529792 +1.3.6.1.4.1.2021.11.58.0|65|129552 +1.3.6.1.4.1.2021.11.59.0|65|86301622 +1.3.6.1.4.1.2021.11.60.0|65|171939975 +1.3.6.1.4.1.2021.11.61.0|65|675 +1.3.6.1.4.1.2021.11.62.0|65|0 +1.3.6.1.4.1.2021.11.63.0|65|0 +1.3.6.1.4.1.2021.11.64.0|65|0 +1.3.6.1.4.1.2021.11.65.0|65|0 +1.3.6.1.4.1.2021.11.66.0|65|0 +1.3.6.1.4.1.2021.11.67.0|2|1 +1.3.6.1.4.1.2634.1.200.10.1.2.1|4|DSM-24NM-DP +1.3.6.1.4.1.2634.1.200.10.1.3.1|2|24 +1.3.6.1.4.1.2634.1.200.10.1.27.1|4|01882810230169 +1.3.6.1.4.1.2634.1.200.10.1.28.1|4|7.05 1 Dec 2022 +1.3.6.1.6.3.10.2.1.3.0|2|10190