diff --git a/html/images/logos/haproxy.svg b/html/images/logos/haproxy.svg
new file mode 100644
index 0000000000..32cb384ea4
--- /dev/null
+++ b/html/images/logos/haproxy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/html/images/os/haproxy.svg b/html/images/os/haproxy.svg
new file mode 100644
index 0000000000..bfa1d04dcd
--- /dev/null
+++ b/html/images/os/haproxy.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/includes/definitions/aloha.yaml b/includes/definitions/aloha.yaml
new file mode 100644
index 0000000000..9197f1ef79
--- /dev/null
+++ b/includes/definitions/aloha.yaml
@@ -0,0 +1,15 @@
+os: aloha
+text: HAProxy ALOHA
+over:
+ - { graph: device_bits, text: Traffic }
+type: loadbalancer
+group: linux
+mib_dir: haproxy
+icon: haproxy
+discovery:
+ -
+ sysObjectID: .1.3.6.1.4.1.8072.3.2.10
+ snmpget:
+ oid: EXCELIANCE-MIB::alProductName
+ op: '='
+ value: 'aloha'
diff --git a/includes/definitions/discovery/aloha.yaml b/includes/definitions/discovery/aloha.yaml
new file mode 100644
index 0000000000..9458947f79
--- /dev/null
+++ b/includes/definitions/discovery/aloha.yaml
@@ -0,0 +1,48 @@
+mib: EXCELIANCE-MIB
+modules:
+ os:
+ hardware: EXCELIANCE-MIB::alHardwareModel
+ serial: EXCELIANCE-MIB::alHardwareETHID
+ version: EXCELIANCE-MIB::alProductSubVersion
+
+ sensors:
+ state:
+ data:
+ -
+ oid: alFrontendTable
+ value: alFrontendStatus
+ num_oid: '.1.3.6.1.4.1.23263.4.2.1.3.2.1.13.{{ $index }}'
+ index: 'alFrontendStatus.{{ $index }}'
+ descr: alFrontendName
+ state_name: alFrontendStatus
+ group: "Frontend status"
+ states:
+ - { value: 0, generic: 0, graph: 1, descr: no }
+ - { value: 1, generic: 0, graph: 1, descr: OPEN }
+
+ -
+ oid: alBackendTable
+ value: alBackendStatus
+ num_oid: '.1.3.6.1.4.1.23263.4.2.1.3.3.1.20.{{ $index }}'
+ index: 'alBackendStatus.{{ $index }}'
+ descr: alBackendName
+ group: "Backend status"
+ state_name: alBackendStatus
+ states:
+ - { value: 2, generic: 1, graph: 1, descr: DOWN }
+ - { value: 1, generic: 0, graph: 1, descr: UP }
+
+ -
+ oid: alServerTable
+ value: alServerStatus
+ num_oid: '.1.3.6.1.4.1.23263.4.2.1.3.4.1.19.{{ $index }}'
+ index: 'alServerStatus.{{ $index }}'
+ descr: alServerName
+ #group: "{{ $alBackendTable }}.{{ $alServerBackendID }}"
+ group: 'Server status'
+ state_name: alServerStatus
+ states:
+ - { value: 0, generic: 1, graph: 1, descr: MAINT }
+ - { value: 1, generic: 0, graph: 1, descr: UP }
+ - { value: 2, generic: 2, graph: 1, descr: DOWN }
+
diff --git a/mibs/haproxy/EXCELIANCE-MIB b/mibs/haproxy/EXCELIANCE-MIB
new file mode 100644
index 0000000000..8c179ac8aa
--- /dev/null
+++ b/mibs/haproxy/EXCELIANCE-MIB
@@ -0,0 +1,4094 @@
+EXCELIANCE-MIB DEFINITIONS ::= BEGIN
+
+IMPORTS
+ MODULE-IDENTITY, OBJECT-TYPE,
+ IpAddress, enterprises, Counter32, Counter64,
+ NOTIFICATION-TYPE FROM SNMPv2-SMI
+ Gauge32 FROM SNMPv2-SMI
+ OBJECT-GROUP FROM SNMPv2-CONF
+ NOTIFICATION-GROUP FROM SNMPv2-CONF
+ DisplayString FROM SNMPv2-TC;
+
+exceliance MODULE-IDENTITY
+ LAST-UPDATED "201606010001Z"
+ ORGANIZATION "EXCELIANCE"
+ CONTACT-INFO
+ "EXCELIANCE
+ 3 Rue du petit robinson
+ ZAC des Metz
+ 78350 JOUY EN JOSAS
+ FRANCE
+
+ support@exceliance.net
+ "
+ DESCRIPTION "EXCELIANCE SNMP MIB"
+ REVISION "201606010001Z"
+ DESCRIPTION ""
+ ::= { enterprises 23263 }
+
+products OBJECT IDENTIFIER ::= { exceliance 4 }
+
+landef OBJECT IDENTIFIER ::= { products 1 }
+
+compat1 OBJECT IDENTIFIER ::= { landef 1 }
+
+counters OBJECT IDENTIFIER ::= { compat1 1 }
+
+attackNumber OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Detected attacks number"
+ ::= { counters 1 }
+
+acceptedPqts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Accepted paquets"
+ ::= { counters 2 }
+
+droppedPqts OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Dropped paquets"
+ ::= { counters 3 }
+
+services OBJECT IDENTIFIER ::= { compat1 2 }
+
+serviceName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Service name"
+ ::= { services 1 }
+
+serviceStatus OBJECT-TYPE
+ SYNTAX INTEGER { stopped(0), running(1), unknown(3) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Service status"
+ ::= { services 2 }
+
+hostInfos OBJECT IDENTIFIER ::= { compat1 3 }
+
+lastIP OBJECT-TYPE
+ SYNTAX IpAddress
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last IP address"
+ ::= { hostInfos 1 }
+
+dnsName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Dns name"
+ ::= { hostInfos 2 }
+
+hostStatus OBJECT-TYPE
+ SYNTAX INTEGER { down(0), up(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Host status"
+ ::= { hostInfos 3 }
+
+os OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OS"
+ ::= { hostInfos 4 }
+
+osDetails OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "OS details"
+ ::= { hostInfos 5 }
+
+uptime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Uptime in seconds"
+ ::= { hostInfos 6 }
+
+netbiosName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Netbios name"
+ ::= { hostInfos 7 }
+
+netbiosUser OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Netbios user"
+ ::= { hostInfos 8 }
+
+workgroup OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "workgroup"
+ ::= { hostInfos 9 }
+
+hostServer OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server (file sharing)"
+ ::= { hostInfos 10 }
+
+manufacturer OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Iface manufacturer"
+ ::= { hostInfos 11 }
+
+eTrapsObjects OBJECT IDENTIFIER ::= { exceliance 2 }
+
+eTraps OBJECT IDENTIFIER ::= { exceliance 3 }
+
+eNotificationMsg NOTIFICATION-TYPE
+ STATUS current
+ DESCRIPTION
+ "A simple notification"
+ ::= { eTraps 1001 }
+
+alTrap NOTIFICATION-TYPE
+ OBJECTS { alTrapId, alTrapMsg, alTrapName }
+ STATUS current
+ DESCRIPTION "Aloha SMIv2 notification"
+ ::= { eTraps 1002 }
+
+alTrapId OBJECT-TYPE
+ SYNTAX INTEGER { vrrpmaster(101),
+ vrrpbackup(102),
+ vrrpfault(103),
+ serverdown(201),
+ frontendfull(202),
+ backenddown(203),
+ serverup(211),
+ frontendopen(212),
+ backendup(213),
+ l4serverdown(301),
+ l4directordown(302),
+ l4serverup(311),
+ l4directorup(312),
+ synfloodoff(401),
+ ackrstfloodoff(402),
+ unknownttloff(403),
+ surgeoff(404),
+ synfloodon(411),
+ ackrstfloodon(412),
+ unknownttlon(413),
+ surgeon(414) }
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Some determined trap type"
+ ::= { eTrapsObjects 1 }
+
+alTrapMsg OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Trap message text"
+ ::= { eTrapsObjects 2 }
+
+alTrapName OBJECT-TYPE
+ SYNTAX DisplayString (SIZE (0..255))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server or Instance concerned by trap"
+ ::= { eTrapsObjects 3 }
+
+
+aloha OBJECT IDENTIFIER ::= { products 2 }
+
+alcompat1 OBJECT IDENTIFIER ::= { aloha 1 }
+
+alProductInfo OBJECT IDENTIFIER ::= { alcompat1 1 }
+
+alProductName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product Name"
+ ::= { alProductInfo 1 }
+
+alProductModel OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product Model"
+ ::= { alProductInfo 2 }
+
+alProductVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product Version"
+ ::= { alProductInfo 3 }
+
+alProductSubVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product SubVersion"
+ ::= { alProductInfo 4 }
+
+alProductBuildVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product Build Version"
+ ::= { alProductInfo 5 }
+
+alProductBuildDate OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product Build Date"
+ ::= { alProductInfo 6 }
+
+alProductURL OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Product URL "
+ ::= { alProductInfo 7 }
+
+alServices OBJECT IDENTIFIER ::= { alcompat1 2 }
+
+alServiceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlServiceTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of services."
+ ::= { alServices 1 }
+
+alServiceTableEntry OBJECT-TYPE
+ SYNTAX AlServiceTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the services table."
+ INDEX { alServiceID }
+ ::= { alServiceTable 1 }
+
+AlServiceTableEntry ::=
+ SEQUENCE {
+ alServiceID
+ INTEGER,
+ alServiceName
+ OCTET STRING,
+ alServiceStatus
+ INTEGER
+ }
+
+alServiceID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The service identifier."
+ ::= { alServiceTableEntry 1 }
+
+alServiceName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The service name."
+ ::= { alServiceTableEntry 2 }
+
+alServiceStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ stopped(0),
+ running(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The service status."
+ ::= { alServiceTableEntry 3 }
+
+alInstanceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlInstanceTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of services instances."
+ ::= { alServices 2 }
+
+alInstanceTableEntry OBJECT-TYPE
+ SYNTAX AlInstanceTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the services instances table."
+ INDEX { alInstanceServiceID, alInstanceID }
+ ::= { alInstanceTable 1 }
+
+AlInstanceTableEntry ::=
+ SEQUENCE {
+ alInstanceServiceID
+ INTEGER,
+ alInstanceID
+ INTEGER,
+ alInstanceName
+ OCTET STRING,
+ alInstanceStatus
+ INTEGER
+ }
+
+alInstanceServiceID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The service identifier."
+ ::= { alInstanceTableEntry 1 }
+
+alInstanceID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The instance identifier."
+ ::= { alInstanceTableEntry 2 }
+
+alInstanceName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The instance name."
+ ::= { alInstanceTableEntry 3 }
+
+alInstanceStatus OBJECT-TYPE
+ SYNTAX INTEGER {
+ stopped(0),
+ running(1)
+ }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The instance status."
+ ::= { alInstanceTableEntry 4 }
+
+alStats OBJECT IDENTIFIER ::= { alcompat1 3 }
+
+alProcessTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlProcessTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of processes."
+ ::= { alStats 1 }
+
+alProcessTableEntry OBJECT-TYPE
+ SYNTAX AlProcessTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the process table."
+ INDEX { alProcessID }
+ ::= { alProcessTable 1 }
+
+AlProcessTableEntry ::=
+ SEQUENCE {
+ alProcessID
+ INTEGER,
+ alProcessVersion
+ OCTET STRING,
+ alProcessReleaseDate
+ OCTET STRING,
+ alProcessNbProc
+ INTEGER,
+ alProcessProductName
+ OCTET STRING,
+ alProcessSystemPID
+ INTEGER,
+ alProcessUptime
+ OCTET STRING,
+ alProcessUptimeSec
+ INTEGER,
+ alProcessMemMax
+ INTEGER,
+ alProcessPoolAlloc
+ INTEGER,
+ alProcessPoolUsed
+ INTEGER,
+ alProcessPoolFailed
+ Counter32,
+ alProcessUlimitn
+ INTEGER,
+ alProcessMaxSock
+ INTEGER,
+ alProcessMaxConn
+ INTEGER,
+ alProcessHardMaxConn
+ INTEGER,
+ alProcessCurConn
+ INTEGER,
+ alProcessCumConn
+ Counter32,
+ alProcessCumReq
+ Counter32,
+ alProcessMaxSslConn
+ INTEGER,
+ alProcessCurSslConn
+ INTEGER,
+ alProcessCumSslConn
+ Counter32,
+ alProcessMaxPipes
+ INTEGER,
+ alProcessPipesUsed
+ INTEGER,
+ alProcessPipesFree
+ INTEGER,
+ alProcessConnRate
+ INTEGER,
+ alProcessConnRateLimit
+ INTEGER,
+ alProcessMaxConnRate
+ INTEGER,
+ alProcessSessRate
+ INTEGER,
+ alProcessSessRateLimit
+ INTEGER,
+ alProcessMaxSessRate
+ INTEGER,
+ alProcessSslRate
+ INTEGER,
+ alProcessSslRateLimit
+ INTEGER,
+ alProcessMaxSslRate
+ INTEGER,
+ alProcessSslFrontendKeyRate
+ INTEGER,
+ alProcessMaxSslFrontendKeyRate
+ INTEGER,
+ alProcessSslFrontendSessReuse
+ INTEGER,
+ alProcessSslBackendKeyRate
+ INTEGER,
+ alProcessMaxSslBackendKeyRate
+ INTEGER,
+ alProcessSslCacheLookups
+ Counter32,
+ alProcessSslCacheMisses
+ Counter32,
+ alProcessCompressBpsIn
+ INTEGER,
+ alProcessCompressBpsOut
+ INTEGER,
+ alProcessCompressRateLimit
+ INTEGER,
+ alProcessZlibMemUsage
+ INTEGER,
+ alProcessMaxZlibMemUsage
+ INTEGER,
+ alProcessTasks
+ INTEGER,
+ alProcessRunQueue
+ INTEGER,
+ alProcessIdle
+ INTEGER,
+ alProcessNodeName
+ OCTET STRING,
+ alProcessDescription
+ OCTET STRING
+ }
+
+alProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process identifier."
+ ::= { alProcessTableEntry 1 }
+
+alProcessVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The L7 process version."
+ ::= { alProcessTableEntry 2 }
+
+alProcessReleaseDate OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The L7 process release date."
+ ::= { alProcessTableEntry 3 }
+
+alProcessNbProc OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of process and sub processes."
+ ::= { alProcessTableEntry 4 }
+
+alProcessProductName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The L7 process name."
+ ::= { alProcessTableEntry 5 }
+
+alProcessSystemPID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process system PID."
+ ::= { alProcessTableEntry 6 }
+
+alProcessUptime OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process Up time."
+ ::= { alProcessTableEntry 7 }
+
+alProcessUptimeSec OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process Up time in seconds."
+ ::= { alProcessTableEntry 8 }
+
+alProcessMemMax OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process max memory usage in MegaBytes."
+ ::= { alProcessTableEntry 9 }
+
+alProcessPoolAlloc OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of MegaBytes allocated in memory pools."
+ ::= { alProcessTableEntry 10 }
+
+alProcessPoolUsed OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of MegaBytes used in memory pools."
+ ::= { alProcessTableEntry 11 }
+
+alProcessPoolFailed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of failed from memory pools."
+ ::= { alProcessTableEntry 12 }
+
+alProcessUlimitn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ulimit -n value for current process."
+ ::= { alProcessTableEntry 13 }
+
+alProcessMaxSock OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "maximum socket for current process."
+ ::= { alProcessTableEntry 14 }
+
+alProcessMaxConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Configured maximum of connections for current process."
+ ::= { alProcessTableEntry 15 }
+
+alProcessHardMaxConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Hard configured maximum of connections for current process."
+ ::= { alProcessTableEntry 16 }
+
+alProcessCurConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current number of connections for current process."
+ ::= { alProcessTableEntry 17 }
+
+alProcessCumConn OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of connections for current process."
+ ::= { alProcessTableEntry 18 }
+
+alProcessCumReq OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of requests for current process."
+ ::= { alProcessTableEntry 19 }
+
+alProcessMaxSslConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum of ssl connections for current process."
+ ::= { alProcessTableEntry 20 }
+
+alProcessCurSslConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current number of ssl connections for current process."
+ ::= { alProcessTableEntry 21 }
+
+alProcessCumSslConn OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of ssl connections for current process."
+ ::= { alProcessTableEntry 22 }
+
+alProcessMaxPipes OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max number of pipes for current process."
+ ::= { alProcessTableEntry 23 }
+
+alProcessPipesUsed OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of pipes used by current process."
+ ::= { alProcessTableEntry 24 }
+
+alProcessPipesFree OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of free pipes for current process."
+ ::= { alProcessTableEntry 25 }
+
+alProcessConnRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection rate on current process."
+ ::= { alProcessTableEntry 26 }
+
+alProcessConnRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection rate limit for current process."
+ ::= { alProcessTableEntry 27 }
+
+alProcessMaxConnRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max connection rate reached by current process."
+ ::= { alProcessTableEntry 28 }
+
+alProcessSessRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Session rate on current process."
+ ::= { alProcessTableEntry 29 }
+
+alProcessSessRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Session rate limit for current process."
+ ::= { alProcessTableEntry 30 }
+
+alProcessMaxSessRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max session rate reached by current process."
+ ::= { alProcessTableEntry 31 }
+
+alProcessSslRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl session rate on current process."
+ ::= { alProcessTableEntry 32 }
+
+alProcessSslRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl session rate limit for current process."
+ ::= { alProcessTableEntry 33 }
+
+alProcessMaxSslRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max ssl session rate reached by current process."
+ ::= { alProcessTableEntry 34 }
+
+alProcessSslFrontendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl key rate on frontend side for current process."
+ ::= { alProcessTableEntry 35 }
+
+alProcessMaxSslFrontendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max key rate on frontend side for current process."
+ ::= { alProcessTableEntry 36 }
+
+alProcessSslFrontendSessReuse OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Percent of ssl session reuse on frontend side for current process."
+ ::= { alProcessTableEntry 37 }
+
+alProcessSslBackendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl key rate on backend side for current process."
+ ::= { alProcessTableEntry 38 }
+
+alProcessMaxSslBackendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max key rate on backend side for current process."
+ ::= { alProcessTableEntry 39 }
+
+alProcessSslCacheLookups OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of lookups in cache."
+ ::= { alProcessTableEntry 40 }
+
+alProcessSslCacheMisses OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of unmatching lookups in cache."
+ ::= { alProcessTableEntry 41 }
+
+alProcessCompressBpsIn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Compression bandwidth in input."
+ ::= { alProcessTableEntry 42 }
+
+alProcessCompressBpsOut OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Compression bandwidth in output."
+ ::= { alProcessTableEntry 43 }
+
+alProcessCompressRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Compression bandwidth limit."
+ ::= { alProcessTableEntry 44 }
+
+alProcessZlibMemUsage OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Zlib memory usage in Bytes."
+ ::= { alProcessTableEntry 45 }
+
+alProcessMaxZlibMemUsage OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum limit of zlib memory usage in Bytes."
+ ::= { alProcessTableEntry 46 }
+
+alProcessTasks OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of tasks for current process."
+ ::= { alProcessTableEntry 47 }
+
+alProcessRunQueue OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of scheduled tasks for current process."
+ ::= { alProcessTableEntry 48 }
+
+alProcessIdle OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Idle time in percent."
+ ::= { alProcessTableEntry 49 }
+
+alProcessNodeName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The node's name."
+ ::= { alProcessTableEntry 50 }
+
+alProcessDescription OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Configured description."
+ ::= { alProcessTableEntry 51 }
+
+alBackendTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlBackendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of backends."
+ ::= { alStats 3 }
+
+alBackendTableEntry OBJECT-TYPE
+ SYNTAX AlBackendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the backends table."
+ INDEX { alBackendProcessID, alBackendID }
+ ::= { alBackendTable 1 }
+
+AlBackendTableEntry ::=
+ SEQUENCE {
+ alBackendProcessID
+ INTEGER,
+ alBackendID
+ INTEGER,
+ alBackendName
+ OCTET STRING,
+ alBackendQueueCur
+ Counter64 ,
+ alBackendQueueMax
+ Counter64,
+ alBackendQueueLimit
+ Counter64,
+ alBackendSessionCur
+ Counter64 ,
+ alBackendSessionMax
+ Counter64,
+ alBackendSessionLimit
+ Counter64,
+ alBackendSessionTotal
+ Counter64,
+ alBackendSessionLoadBalanced
+ Counter64,
+ alBackendBytesIN
+ Counter64,
+ alBackendBytesOUT
+ Counter64,
+ alBackendErrorConnection
+ Counter64,
+ alBackendErrorResponse
+ Counter64,
+ alBackendDenyRequest
+ Counter64,
+ alBackendDenyResponse
+ Counter64,
+ alBackendWarningRetry
+ Counter64,
+ alBackendWarningRedispatch
+ Counter64,
+ alBackendStatus
+ OCTET STRING,
+ alBackendLastChange
+ Counter32,
+ alBackendCheckDown
+ Counter32,
+ alBackendDownTime
+ Counter32
+ }
+
+alBackendProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend's process identifier."
+ ::= { alBackendTableEntry 1 }
+
+alBackendID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend identifier."
+ ::= { alBackendTableEntry 2 }
+
+alBackendName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend name."
+ ::= { alBackendTableEntry 3 }
+
+alBackendQueueCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend identifier."
+ ::= { alBackendTableEntry 4 }
+
+alBackendQueueMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions in queue."
+ ::= { alBackendTableEntry 5 }
+
+alBackendQueueLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit in queue."
+ ::= { alBackendTableEntry 6 }
+
+alBackendSessionCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { alBackendTableEntry 7 }
+
+alBackendSessionMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions."
+ ::= { alBackendTableEntry 8 }
+
+alBackendSessionLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit."
+ ::= { alBackendTableEntry 9 }
+
+alBackendSessionTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { alBackendTableEntry 10 }
+
+alBackendSessionLoadBalanced OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Load balanced sessions."
+ ::= { alBackendTableEntry 11 }
+
+alBackendBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { alBackendTableEntry 12 }
+
+alBackendBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes output."
+ ::= { alBackendTableEntry 13 }
+
+alBackendErrorConnection OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection errors."
+ ::= { alBackendTableEntry 14 }
+
+alBackendErrorResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Response errors."
+ ::= { alBackendTableEntry 15 }
+
+alBackendDenyRequest OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied requests."
+ ::= { alBackendTableEntry 16 }
+
+alBackendDenyResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied responses."
+ ::= { alBackendTableEntry 17 }
+
+alBackendWarningRetry OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Retry warnings."
+ ::= { alBackendTableEntry 18 }
+
+alBackendWarningRedispatch OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Redispatch warnings."
+ ::= { alBackendTableEntry 19 }
+
+alBackendStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend status."
+ ::= { alBackendTableEntry 20 }
+
+alBackendLastChange OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend last status change."
+ ::= { alBackendTableEntry 21 }
+
+alBackendCheckDown OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Checked down."
+ ::= { alBackendTableEntry 22 }
+
+alBackendDownTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total down time."
+ ::= { alBackendTableEntry 23 }
+
+alFrontendTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlFrontendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of frontends."
+ ::= { alStats 2 }
+
+alFrontendTableEntry OBJECT-TYPE
+ SYNTAX AlFrontendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the backend table."
+ INDEX { alFrontendProcessID, alFrontendID }
+ ::= { alFrontendTable 1 }
+
+AlFrontendTableEntry ::=
+ SEQUENCE {
+ alFrontendProcessID
+ INTEGER,
+ alFrontendID
+ INTEGER,
+ alFrontendName
+ OCTET STRING,
+ alFrontendSessionCur
+ Counter64 ,
+ alFrontendSessionMax
+ Counter64,
+ alFrontendSessionLimit
+ Counter64,
+ alFrontendSessionTotal
+ Counter64,
+ alFrontendBytesIN
+ Counter64,
+ alFrontendBytesOUT
+ Counter64,
+ alFrontendErrorRequest
+ Counter64,
+ alFrontendDenyRequest
+ Counter64,
+ alFrontendDenyResponse
+ Counter64,
+ alFrontendStatus
+ OCTET STRING
+ }
+
+alFrontendProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The frontend's process identifier."
+ ::= { alFrontendTableEntry 1 }
+
+alFrontendID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The frontend identifier."
+ ::= { alFrontendTableEntry 2 }
+
+alFrontendName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The frontend name."
+ ::= { alFrontendTableEntry 3 }
+
+alFrontendSessionCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { alFrontendTableEntry 4 }
+
+alFrontendSessionMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions."
+ ::= { alFrontendTableEntry 5 }
+
+alFrontendSessionLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit."
+ ::= { alFrontendTableEntry 6 }
+
+alFrontendSessionTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { alFrontendTableEntry 7 }
+
+alFrontendBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { alFrontendTableEntry 8 }
+
+alFrontendBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes outpout."
+ ::= { alFrontendTableEntry 9 }
+
+alFrontendErrorRequest OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Request errors."
+ ::= { alFrontendTableEntry 10 }
+
+alFrontendDenyRequest OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied requests."
+ ::= { alFrontendTableEntry 11 }
+
+alFrontendDenyResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied responses."
+ ::= { alFrontendTableEntry 12 }
+
+alFrontendStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend status."
+ ::= { alFrontendTableEntry 13 }
+
+alServerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlServerTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of servers."
+ ::= { alStats 4 }
+
+alServerTableEntry OBJECT-TYPE
+ SYNTAX AlServerTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the server table."
+ INDEX { alServerProcessID, alServerBackendID, alServerID }
+ ::= { alServerTable 1 }
+
+AlServerTableEntry ::=
+ SEQUENCE {
+ alServerProcessID
+ INTEGER,
+ alServerBackendID
+ INTEGER,
+ alServerID
+ INTEGER,
+ alServerName
+ OCTET STRING,
+ alServerQueueCur
+ Counter64,
+ alServerQueueMax
+ Counter64,
+ alServerQueueLimit
+ Counter64,
+ alServerSessionCur
+ Counter64 ,
+ alServerSessionMax
+ Counter64,
+ alServerSessionLimit
+ Counter64,
+ alServerSessionTotal
+ Counter64,
+ alServerSessionLoadBalanced
+ Counter64,
+ alServerBytesIN
+ Counter64,
+ alServerBytesOUT
+ Counter64,
+ alServerErrorConnection
+ Counter64,
+ alServerErrorResponse
+ Counter64,
+ alServerDenyResponse
+ Counter64,
+ alServerWarningRetry
+ Counter64,
+ alServerStatus
+ OCTET STRING,
+ alServerLastChange
+ Counter32,
+ alServerWeight
+ Counter32,
+ alServerActive
+ INTEGER,
+ alServerBackup
+ INTEGER,
+ alServerCheckFailure
+ Counter32,
+ alServerCheckDown
+ Counter32,
+ alServerDownTime
+ Counter32,
+ alServerThrottle
+ INTEGER
+ }
+
+alServerProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server's process identifier."
+ ::= { alServerTableEntry 1 }
+
+alServerBackendID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server's backend identifier."
+ ::= { alServerTableEntry 2 }
+
+alServerID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server identifier."
+ ::= { alServerTableEntry 3 }
+
+alServerName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server name."
+ ::= { alServerTableEntry 4 }
+
+alServerQueueCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions in queue."
+ ::= { alServerTableEntry 5 }
+
+alServerQueueMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions in queue."
+ ::= { alServerTableEntry 6 }
+
+alServerQueueLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions queue limit."
+ ::= { alServerTableEntry 7 }
+
+alServerSessionCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { alServerTableEntry 8 }
+
+alServerSessionMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions."
+ ::= { alServerTableEntry 9 }
+
+alServerSessionLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit."
+ ::= { alServerTableEntry 10 }
+
+alServerSessionTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { alServerTableEntry 11 }
+
+alServerSessionLoadBalanced OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Load balanced sessions."
+ ::= { alServerTableEntry 12 }
+
+alServerBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { alServerTableEntry 13 }
+
+alServerBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes output."
+ ::= { alServerTableEntry 14 }
+
+alServerErrorConnection OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection errors."
+ ::= { alServerTableEntry 15 }
+
+alServerErrorResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Response errors."
+ ::= { alServerTableEntry 16 }
+
+alServerDenyResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied responses."
+ ::= { alServerTableEntry 17 }
+
+alServerWarningRetry OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Retry warnigs."
+ ::= { alServerTableEntry 18 }
+
+alServerStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server status."
+ ::= { alServerTableEntry 19 }
+
+alServerLastChange OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last server status change."
+ ::= { alServerTableEntry 20 }
+
+alServerWeight OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server's weight."
+ ::= { alServerTableEntry 21 }
+
+alServerActive OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server is active."
+ ::= { alServerTableEntry 22 }
+
+alServerBackup OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server is backup."
+ ::= { alServerTableEntry 23 }
+
+alServerCheckFailure OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Check failure."
+ ::= { alServerTableEntry 24 }
+
+alServerCheckDown OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Checked down."
+ ::= { alServerTableEntry 25 }
+
+alServerDownTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total down time."
+ ::= { alServerTableEntry 26 }
+
+alServerThrottle OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server throttle."
+ ::= { alServerTableEntry 27 }
+
+
+alL4Stats OBJECT IDENTIFIER ::= { alcompat1 4 }
+
+alL4ProcessTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlL4ProcessTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of processes."
+ ::= { alL4Stats 1 }
+
+alL4ProcessTableEntry OBJECT-TYPE
+ SYNTAX AlL4ProcessTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the process table."
+ INDEX { alL4ProcessID }
+ ::= { alL4ProcessTable 1 }
+
+AlL4ProcessTableEntry ::=
+ SEQUENCE {
+ alL4ProcessID
+ INTEGER
+ }
+
+alL4ProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process identifier."
+ ::= { alL4ProcessTableEntry 1 }
+
+alL4DirectorTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlL4DirectorTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of directors."
+ ::= { alL4Stats 2 }
+
+alL4DirectorTableEntry OBJECT-TYPE
+ SYNTAX AlL4DirectorTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the backends table."
+ INDEX { alL4DirectorProcessID, alL4DirectorID }
+ ::= { alL4DirectorTable 1 }
+
+AlL4DirectorTableEntry ::=
+ SEQUENCE {
+ alL4DirectorProcessID
+ INTEGER,
+ alL4DirectorID
+ INTEGER,
+ alL4DirectorName
+ OCTET STRING,
+ alL4DirectorSessionCur
+ Counter32,
+ alL4DirectorSessionTotal
+ Counter32,
+ alL4DirectorPacketsIN
+ Counter32,
+ alL4DirectorPacketsOUT
+ Counter32,
+ alL4DirectorBytesIN
+ Counter64,
+ alL4DirectorBytesOUT
+ Counter64,
+ alL4DirectorStatus
+ OCTET STRING
+ }
+
+alL4DirectorProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The director's process identifier."
+ ::= { alL4DirectorTableEntry 1 }
+
+alL4DirectorID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The director identifier."
+ ::= { alL4DirectorTableEntry 2 }
+
+alL4DirectorName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The director name."
+ ::= { alL4DirectorTableEntry 3 }
+
+alL4DirectorSessionCur OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { alL4DirectorTableEntry 4 }
+
+alL4DirectorSessionTotal OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { alL4DirectorTableEntry 5 }
+
+
+alL4DirectorPacketsIN OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Packets input."
+ ::= { alL4DirectorTableEntry 6 }
+
+alL4DirectorPacketsOUT OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Packets output."
+ ::= { alL4DirectorTableEntry 7 }
+
+alL4DirectorBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { alL4DirectorTableEntry 8 }
+
+alL4DirectorBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes output."
+ ::= { alL4DirectorTableEntry 9 }
+
+alL4DirectorStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The director status."
+ ::= { alL4DirectorTableEntry 10 }
+
+alL4ServerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlL4ServerTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of servers."
+ ::= { alL4Stats 3 }
+
+alL4ServerTableEntry OBJECT-TYPE
+ SYNTAX AlL4ServerTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the server table."
+ INDEX { alL4ServerProcessID, alL4ServerDirectorID, alL4ServerID }
+ ::= { alL4ServerTable 1 }
+
+AlL4ServerTableEntry ::=
+ SEQUENCE {
+ alL4ServerProcessID
+ INTEGER,
+ alL4ServerDirectorID
+ INTEGER,
+ alL4ServerID
+ INTEGER,
+ alL4ServerName
+ OCTET STRING,
+ alL4ServerSessionCur
+ Counter32 ,
+ alL4ServerSessionTotal
+ Counter32,
+ alL4ServerPacketsIN
+ Counter32,
+ alL4ServerPacketsOUT
+ Counter32,
+ alL4ServerBytesIN
+ Counter64,
+ alL4ServerBytesOUT
+ Counter64,
+ alL4ServerStatus
+ OCTET STRING,
+ alL4ServerWeight
+ Counter32,
+ alL4ServerActive
+ INTEGER,
+ alL4ServerBackup
+ INTEGER
+ }
+
+alL4ServerProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server's process identifier."
+ ::= { alL4ServerTableEntry 1 }
+
+alL4ServerDirectorID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server's backend identifier."
+ ::= { alL4ServerTableEntry 2 }
+
+alL4ServerID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server identifier."
+ ::= { alL4ServerTableEntry 3 }
+
+alL4ServerName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server name."
+ ::= { alL4ServerTableEntry 4 }
+
+alL4ServerSessionCur OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { alL4ServerTableEntry 5 }
+
+alL4ServerSessionTotal OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { alL4ServerTableEntry 6 }
+
+alL4ServerPacketsIN OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Packets input."
+ ::= { alL4ServerTableEntry 7 }
+
+alL4ServerPacketsOUT OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Packets output."
+ ::= { alL4ServerTableEntry 8 }
+
+alL4ServerBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { alL4ServerTableEntry 9 }
+
+alL4ServerBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes output."
+ ::= { alL4ServerTableEntry 10 }
+
+alL4ServerStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server status."
+ ::= { alL4ServerTableEntry 11 }
+
+alL4ServerWeight OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server's weight."
+ ::= { alL4ServerTableEntry 12 }
+
+alL4ServerActive OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server is active."
+ ::= { alL4ServerTableEntry 13 }
+
+alL4ServerBackup OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server is backup."
+ ::= { alL4ServerTableEntry 14 }
+
+alHardwareInfo OBJECT IDENTIFIER ::= { alcompat1 5 }
+
+alHardwareModel OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Model Name"
+ ::= { alHardwareInfo 1 }
+
+alHardwareUUID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Hardware UUID"
+ ::= { alHardwareInfo 2 }
+
+alHardwareETHID OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Harware ETHID"
+ ::= { alHardwareInfo 3 }
+
+alPshieldStats OBJECT IDENTIFIER ::= { alcompat1 6 }
+
+alPshieldInstanceTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlPshieldInstanceTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of packetshield's instances."
+ ::= { alPshieldStats 1 }
+
+alPshieldInstanceTableEntry OBJECT-TYPE
+ SYNTAX AlPshieldInstanceTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the instances table."
+ INDEX { alPshieldInstanceID }
+ ::= { alPshieldInstanceTable 1 }
+
+AlPshieldInstanceTableEntry ::=
+ SEQUENCE {
+ alPshieldInstanceID
+ INTEGER,
+ alPshieldInstanceName
+ OCTET STRING,
+ alPshieldInstanceRxTotal
+ Counter64,
+ alPshieldInstanceRxTotL3B
+ Counter64,
+ alPshieldInstanceRxTotL1b
+ Counter64,
+ alPshieldInstanceCaptureMissed
+ Counter64,
+ alPshieldInstanceDelivered
+ Counter64,
+ alPshieldInstanceDelivL3B
+ Counter64,
+ alPshieldInstanceDelivL1b
+ Counter64,
+ alPshieldInstanceResponses
+ Counter64,
+ alPshieldInstanceTxTotal
+ Counter64,
+ alPshieldInstanceSessionMax
+ Gauge32,
+ alPshieldInstanceSessionOutgoing
+ Gauge32,
+ alPshieldInstanceSessionUpload
+ Gauge32,
+ alPshieldInstanceSessionIncoming
+ Gauge32,
+ alPshieldInstanceSessionTotActive
+ Gauge32,
+ alPshieldInstanceSessionSynActive
+ Gauge32,
+ alPshieldInstanceSessionRstActive
+ Gauge32,
+ alPshieldInstanceSessionAckActive
+ Gauge32,
+ alPshieldInstanceSessionDnsActive
+ Gauge32,
+ alPshieldInstanceSessionOutActive
+ Gauge32,
+ alPshieldInstanceSessionRetransmit
+ Gauge32,
+ alPshieldInstanceSessionForcedHash
+ INTEGER,
+ alPshieldInstanceSessionForcedKernel
+ INTEGER
+ }
+
+alPshieldInstanceID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The instance identifier."
+ ::= { alPshieldInstanceTableEntry 1 }
+
+alPshieldInstanceName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The instance name."
+ ::= { alPshieldInstanceTableEntry 2 }
+
+alPshieldInstanceRxTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total RX packets."
+ ::= { alPshieldInstanceTableEntry 3 }
+
+alPshieldInstanceRxTotL3B OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total RX L3 bandwidth in Bytes/s."
+ ::= { alPshieldInstanceTableEntry 4 }
+
+alPshieldInstanceRxTotL1b OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total RX L1 bandwidth in bits/s."
+ ::= { alPshieldInstanceTableEntry 5 }
+
+alPshieldInstanceCaptureMissed OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of RX packets missed for capture."
+ ::= { alPshieldInstanceTableEntry 6 }
+
+alPshieldInstanceDelivered OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of RX packets delivered to the system."
+ ::= { alPshieldInstanceTableEntry 7 }
+
+alPshieldInstanceDelivL3B OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of RX L3 bandwidth delivered to the system in Bytes/s."
+ ::= { alPshieldInstanceTableEntry 8 }
+
+alPshieldInstanceDelivL1b OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of RX L1 bandwidth delivered to the system in bits/s."
+ ::= { alPshieldInstanceTableEntry 9 }
+
+alPshieldInstanceResponses OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total responded packets (syn cookies)."
+ ::= { alPshieldInstanceTableEntry 10 }
+
+alPshieldInstanceTxTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total TX packets."
+ ::= { alPshieldInstanceTableEntry 11 }
+
+alPshieldInstanceSessionMax OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum number of sessions."
+ ::= { alPshieldInstanceTableEntry 12 }
+
+alPshieldInstanceSessionOutgoing OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Active outgoing sessions."
+ ::= { alPshieldInstanceTableEntry 13 }
+
+alPshieldInstanceSessionUpload OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Active upload sessions."
+ ::= { alPshieldInstanceTableEntry 14 }
+
+alPshieldInstanceSessionIncoming OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Active incoming sessions."
+ ::= { alPshieldInstanceTableEntry 15 }
+
+alPshieldInstanceSessionTotActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions."
+ ::= { alPshieldInstanceTableEntry 16 }
+
+alPshieldInstanceSessionSynActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions for SYN packets."
+ ::= { alPshieldInstanceTableEntry 17 }
+
+alPshieldInstanceSessionRstActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions for RST packets."
+ ::= { alPshieldInstanceTableEntry 18 }
+
+alPshieldInstanceSessionAckActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions for ACK packets."
+ ::= { alPshieldInstanceTableEntry 19 }
+
+alPshieldInstanceSessionDnsActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions for DNS packets."
+ ::= { alPshieldInstanceTableEntry 20 }
+
+alPshieldInstanceSessionOutActive OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions for outgoing packets."
+ ::= { alPshieldInstanceTableEntry 21 }
+
+alPshieldInstanceSessionRetransmit OBJECT-TYPE
+ SYNTAX Gauge32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total of active sessions for retransmit validation."
+ ::= { alPshieldInstanceTableEntry 22 }
+
+alPshieldInstanceSessionForcedHash OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last forced syncookie's hash timer in jiffies."
+ ::= { alPshieldInstanceTableEntry 23 }
+
+alPshieldInstanceSessionForcedKernel OBJECT-TYPE
+ SYNTAX INTEGER
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last forced kernel's syncookie protection timer in jiffies."
+ ::= { alPshieldInstanceTableEntry 24 }
+
+alPshieldContextTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF AlPshieldContextTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of packetshield's context."
+ ::= { alPshieldStats 2 }
+
+alPshieldContextTableEntry OBJECT-TYPE
+ SYNTAX AlPshieldContextTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the packetshield's contexts table."
+ INDEX { alPshieldContextInstanceID, alPshieldContextID }
+ ::= { alPshieldContextTable 1 }
+
+AlPshieldContextTableEntry ::=
+ SEQUENCE {
+ alPshieldContextInstanceID
+ INTEGER,
+ alPshieldContextID
+ INTEGER,
+ alPshieldContextName
+ OCTET STRING,
+ alPshieldContextStatus
+ BITS,
+ alPshieldContextRxTotal
+ Counter64,
+ alPshieldContextInvalid
+ Counter64,
+ alPshieldContextWhitelisted
+ Counter64,
+ alPshieldContextFiltered
+ Counter64,
+ alPshieldContextOutRelated
+ Counter64,
+ alPshieldContextDnsResponses
+ Counter64,
+ alPshieldContextSyn
+ Counter64,
+ alPshieldContextRst
+ Counter64,
+ alPshieldContextAck
+ Counter64,
+ alPshieldContextUnknownTtl
+ Counter64,
+ alPshieldContextTtlFiltered
+ Counter64,
+ alPshieldContextEstablished
+ Counter64,
+ alPshieldContextNewConnections
+ Counter64,
+ alPshieldContextUnmatched
+ Counter64,
+ alPshieldContextSynCookie
+ Counter64,
+ alPshieldContextDropSyn
+ Counter64,
+ alPshieldContextDropRst
+ Counter64,
+ alPshieldContextDropAck
+ Counter64,
+ alPshieldContextDelivered
+ Counter64,
+ alPshieldContextTxTotal
+ Counter64
+ }
+
+alPshieldContextInstanceID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The context's instance identifier."
+ ::= { alPshieldContextTableEntry 1 }
+
+alPshieldContextID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The context's identifier."
+ ::= { alPshieldContextTableEntry 2 }
+
+alPshieldContextName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The context name."
+ ::= { alPshieldContextTableEntry 3 }
+
+alPshieldContextStatus OBJECT-TYPE
+ SYNTAX BITS { none(0), syncookie(1), unkownttl(2), unmatched(4), surge(8) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The context status."
+ ::= { alPshieldContextTableEntry 4 }
+
+alPshieldContextRxTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total RX packets."
+ ::= { alPshieldContextTableEntry 5 }
+
+alPshieldContextInvalid OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total filtered invalid packets."
+ ::= { alPshieldContextTableEntry 6 }
+
+alPshieldContextWhitelisted OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total forwarded packets because whitelisted."
+ ::= { alPshieldContextTableEntry 7 }
+
+alPshieldContextFiltered OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total filtered packets considering the port, protocol or sources policies."
+ ::= { alPshieldContextTableEntry 8 }
+
+alPshieldContextOutRelated OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total forwarded packets because they match an existing outgoing session."
+ ::= { alPshieldContextTableEntry 9 }
+
+alPshieldContextDnsResponses OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total forwarded DNS responses because they match an existing DNS request in session table."
+ ::= { alPshieldContextTableEntry 10 }
+
+alPshieldContextSyn OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total SYN packets received on protected tcp ports."
+ ::= { alPshieldContextTableEntry 11 }
+
+alPshieldContextRst OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total RST packets received on protected tcp ports."
+ ::= { alPshieldContextTableEntry 12 }
+
+alPshieldContextAck OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total ACK packets received on protected tcp ports."
+ ::= { alPshieldContextTableEntry 13 }
+
+alPshieldContextUnknownTtl OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total packets with unknown TTL value."
+ ::= { alPshieldContextTableEntry 14 }
+
+alPshieldContextTtlFiltered OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total packets filtered due to unknown TTL value."
+ ::= { alPshieldContextTableEntry 15 }
+
+alPshieldContextEstablished OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total packets forwarded because matching an existing session."
+ ::= { alPshieldContextTableEntry 16 }
+
+alPshieldContextNewConnections OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of SYN packets considered as new connections."
+ ::= { alPshieldContextTableEntry 17 }
+
+alPshieldContextUnmatched OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of ACK/RST packets which don't match any session."
+ ::= { alPshieldContextTableEntry 18 }
+
+alPshieldContextSynCookie OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of generated SYN+ACK syncookied packets."
+ ::= { alPshieldContextTableEntry 19 }
+
+alPshieldContextDropSyn OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of SYN packets dropped on protected port."
+ ::= { alPshieldContextTableEntry 20 }
+
+alPshieldContextDropRst OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of Rst packets dropped on protected port."
+ ::= { alPshieldContextTableEntry 21 }
+
+alPshieldContextDropAck OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of Ack packets dropped on protected port."
+ ::= { alPshieldContextTableEntry 22 }
+
+alPshieldContextDelivered OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of packets delivered to system."
+ ::= { alPshieldContextTableEntry 23 }
+
+alPshieldContextTxTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The total of packets sent by the system."
+ ::= { alPshieldContextTableEntry 24 }
+
+hapee OBJECT IDENTIFIER ::= { products 3 }
+
+lbcompat1 OBJECT IDENTIFIER ::= { hapee 1 }
+
+lbProductInfo OBJECT IDENTIFIER ::= { lbcompat1 1 }
+
+lbStats OBJECT IDENTIFIER ::= { lbcompat1 3 }
+
+lbProcessTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LbProcessTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of processes."
+ ::= { lbStats 1 }
+
+lbProcessTableEntry OBJECT-TYPE
+ SYNTAX LbProcessTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the process table."
+ INDEX { lbProcessID }
+ ::= { lbProcessTable 1 }
+
+LbProcessTableEntry ::=
+ SEQUENCE {
+ lbProcessID
+ INTEGER,
+ lbProcessVersion
+ OCTET STRING,
+ lbProcessReleaseDate
+ OCTET STRING,
+ lbProcessNbProc
+ INTEGER,
+ lbProcessProductName
+ OCTET STRING,
+ lbProcessSystemPID
+ INTEGER,
+ lbProcessUptime
+ OCTET STRING,
+ lbProcessUptimeSec
+ INTEGER,
+ lbProcessMemMax
+ INTEGER,
+ lbProcessPoolAlloc
+ INTEGER,
+ lbProcessPoolUsed
+ INTEGER,
+ lbProcessPoolFailed
+ Counter32,
+ lbProcessUlimitn
+ INTEGER,
+ lbProcessMaxSock
+ INTEGER,
+ lbProcessMaxConn
+ INTEGER,
+ lbProcessHardMaxConn
+ INTEGER,
+ lbProcessCurConn
+ INTEGER,
+ lbProcessCumConn
+ Counter32,
+ lbProcessCumReq
+ Counter32,
+ lbProcessMaxSslConn
+ INTEGER,
+ lbProcessCurSslConn
+ INTEGER,
+ lbProcessCumSslConn
+ Counter32,
+ lbProcessMaxPipes
+ INTEGER,
+ lbProcessPipesUsed
+ INTEGER,
+ lbProcessPipesFree
+ INTEGER,
+ lbProcessConnRate
+ INTEGER,
+ lbProcessConnRateLimit
+ INTEGER,
+ lbProcessMaxConnRate
+ INTEGER,
+ lbProcessSessRate
+ INTEGER,
+ lbProcessSessRateLimit
+ INTEGER,
+ lbProcessMaxSessRate
+ INTEGER,
+ lbProcessSslRate
+ INTEGER,
+ lbProcessSslRateLimit
+ INTEGER,
+ lbProcessMaxSslRate
+ INTEGER,
+ lbProcessSslFrontendKeyRate
+ INTEGER,
+ lbProcessMaxSslFrontendKeyRate
+ INTEGER,
+ lbProcessSslFrontendSessReuse
+ INTEGER,
+ lbProcessSslBackendKeyRate
+ INTEGER,
+ lbProcessMaxSslBackendKeyRate
+ INTEGER,
+ lbProcessSslCacheLookups
+ Counter32,
+ lbProcessSslCacheMisses
+ Counter32,
+ lbProcessCompressBpsIn
+ INTEGER,
+ lbProcessCompressBpsOut
+ INTEGER,
+ lbProcessCompressRateLimit
+ INTEGER,
+ lbProcessZlibMemUsage
+ INTEGER,
+ lbProcessMaxZlibMemUsage
+ INTEGER,
+ lbProcessTasks
+ INTEGER,
+ lbProcessRunQueue
+ INTEGER,
+ lbProcessIdle
+ INTEGER,
+ lbProcessNodeName
+ OCTET STRING,
+ lbProcessDescription
+ OCTET STRING
+ }
+
+lbProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process identifier."
+ ::= { lbProcessTableEntry 1 }
+
+lbProcessVersion OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The L7 process version."
+ ::= { lbProcessTableEntry 2 }
+
+lbProcessReleaseDate OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The L7 process release date."
+ ::= { lbProcessTableEntry 3 }
+
+lbProcessNbProc OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The number of process and sub processes."
+ ::= { lbProcessTableEntry 4 }
+
+lbProcessProductName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The L7 process name."
+ ::= { lbProcessTableEntry 5 }
+
+lbProcessSystemPID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process system PID."
+ ::= { lbProcessTableEntry 6 }
+
+lbProcessUptime OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process Up time."
+ ::= { lbProcessTableEntry 7 }
+
+lbProcessUptimeSec OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process Up time in seconds."
+ ::= { lbProcessTableEntry 8 }
+
+lbProcessMemMax OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The process max memory usage in MegaBytes."
+ ::= { lbProcessTableEntry 9 }
+
+lbProcessPoolAlloc OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of MegaBytes allocated in memory pools."
+ ::= { lbProcessTableEntry 10 }
+
+lbProcessPoolUsed OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of MegaBytes used in memory pools."
+ ::= { lbProcessTableEntry 11 }
+
+lbProcessPoolFailed OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of failed from memory pools."
+ ::= { lbProcessTableEntry 12 }
+
+lbProcessUlimitn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ulimit -n value for current process."
+ ::= { lbProcessTableEntry 13 }
+
+lbProcessMaxSock OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "maximum socket for current process."
+ ::= { lbProcessTableEntry 14 }
+
+lbProcessMaxConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Configured maximum of connections for current process."
+ ::= { lbProcessTableEntry 15 }
+
+lbProcessHardMaxConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Hard configured maximum of connections for current process."
+ ::= { lbProcessTableEntry 16 }
+
+lbProcessCurConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current number of connections for current process."
+ ::= { lbProcessTableEntry 17 }
+
+lbProcessCumConn OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of connections for current process."
+ ::= { lbProcessTableEntry 18 }
+
+lbProcessCumReq OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of requests for current process."
+ ::= { lbProcessTableEntry 19 }
+
+lbProcessMaxSslConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum of ssl connections for current process."
+ ::= { lbProcessTableEntry 20 }
+
+lbProcessCurSslConn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current number of ssl connections for current process."
+ ::= { lbProcessTableEntry 21 }
+
+lbProcessCumSslConn OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of ssl connections for current process."
+ ::= { lbProcessTableEntry 22 }
+
+lbProcessMaxPipes OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max number of pipes for current process."
+ ::= { lbProcessTableEntry 23 }
+
+lbProcessPipesUsed OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of pipes used by current process."
+ ::= { lbProcessTableEntry 24 }
+
+lbProcessPipesFree OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of free pipes for current process."
+ ::= { lbProcessTableEntry 25 }
+
+lbProcessConnRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection rate on current process."
+ ::= { lbProcessTableEntry 26 }
+
+lbProcessConnRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection rate limit for current process."
+ ::= { lbProcessTableEntry 27 }
+
+lbProcessMaxConnRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max connection rate reached by current process."
+ ::= { lbProcessTableEntry 28 }
+
+lbProcessSessRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Session rate on current process."
+ ::= { lbProcessTableEntry 29 }
+
+lbProcessSessRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Session rate limit for current process."
+ ::= { lbProcessTableEntry 30 }
+
+lbProcessMaxSessRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max session rate reached by current process."
+ ::= { lbProcessTableEntry 31 }
+
+lbProcessSslRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl session rate on current process."
+ ::= { lbProcessTableEntry 32 }
+
+lbProcessSslRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl session rate limit for current process."
+ ::= { lbProcessTableEntry 33 }
+
+lbProcessMaxSslRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max ssl session rate reached by current process."
+ ::= { lbProcessTableEntry 34 }
+
+lbProcessSslFrontendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl key rate on frontend side for current process."
+ ::= { lbProcessTableEntry 35 }
+
+lbProcessMaxSslFrontendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max key rate on frontend side for current process."
+ ::= { lbProcessTableEntry 36 }
+
+lbProcessSslFrontendSessReuse OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Percent of ssl session reuse on frontend side for current process."
+ ::= { lbProcessTableEntry 37 }
+
+lbProcessSslBackendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Ssl key rate on backend side for current process."
+ ::= { lbProcessTableEntry 38 }
+
+lbProcessMaxSslBackendKeyRate OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Max key rate on backend side for current process."
+ ::= { lbProcessTableEntry 39 }
+
+lbProcessSslCacheLookups OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of lookups in cache."
+ ::= { lbProcessTableEntry 40 }
+
+lbProcessSslCacheMisses OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Counter of unmatching lookups in cache."
+ ::= { lbProcessTableEntry 41 }
+
+lbProcessCompressBpsIn OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Compression bandwidth in input."
+ ::= { lbProcessTableEntry 42 }
+
+lbProcessCompressBpsOut OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Compression bandwidth in output."
+ ::= { lbProcessTableEntry 43 }
+
+lbProcessCompressRateLimit OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Compression bandwidth limit."
+ ::= { lbProcessTableEntry 44 }
+
+lbProcessZlibMemUsage OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Zlib memory usage in Bytes."
+ ::= { lbProcessTableEntry 45 }
+
+lbProcessMaxZlibMemUsage OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum limit of zlib memory usage in Bytes."
+ ::= { lbProcessTableEntry 46 }
+
+lbProcessTasks OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of tasks for current process."
+ ::= { lbProcessTableEntry 47 }
+
+lbProcessRunQueue OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Number of scheduled tasks for current process."
+ ::= { lbProcessTableEntry 48 }
+
+lbProcessIdle OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Idle time in percent."
+ ::= { lbProcessTableEntry 49 }
+
+lbProcessNodeName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The node's name."
+ ::= { lbProcessTableEntry 50 }
+
+lbProcessDescription OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Configured description."
+ ::= { lbProcessTableEntry 51 }
+
+lbBackendTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LbBackendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of backends."
+ ::= { lbStats 3 }
+
+lbBackendTableEntry OBJECT-TYPE
+ SYNTAX LbBackendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the backends table."
+ INDEX { lbBackendProcessID, lbBackendID }
+ ::= { lbBackendTable 1 }
+
+LbBackendTableEntry ::=
+ SEQUENCE {
+ lbBackendProcessID
+ INTEGER,
+ lbBackendID
+ INTEGER,
+ lbBackendName
+ OCTET STRING,
+ lbBackendQueueCur
+ Counter64 ,
+ lbBackendQueueMax
+ Counter64,
+ lbBackendQueueLimit
+ Counter64,
+ lbBackendSessionCur
+ Counter64 ,
+ lbBackendSessionMax
+ Counter64,
+ lbBackendSessionLimit
+ Counter64,
+ lbBackendSessionTotal
+ Counter64,
+ lbBackendSessionLoadBalanced
+ Counter64,
+ lbBackendBytesIN
+ Counter64,
+ lbBackendBytesOUT
+ Counter64,
+ lbBackendErrorConnection
+ Counter64,
+ lbBackendErrorResponse
+ Counter64,
+ lbBackendDenyRequest
+ Counter64,
+ lbBackendDenyResponse
+ Counter64,
+ lbBackendWarningRetry
+ Counter64,
+ lbBackendWarningRedispatch
+ Counter64,
+ lbBackendStatus
+ OCTET STRING,
+ lbBackendLastChange
+ Counter32,
+ lbBackendCheckDown
+ Counter32,
+ lbBackendDownTime
+ Counter32
+ }
+
+lbBackendProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend's process identifier."
+ ::= { lbBackendTableEntry 1 }
+
+lbBackendID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend identifier."
+ ::= { lbBackendTableEntry 2 }
+
+lbBackendName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend name."
+ ::= { lbBackendTableEntry 3 }
+
+lbBackendQueueCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend identifier."
+ ::= { lbBackendTableEntry 4 }
+
+lbBackendQueueMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions in queue."
+ ::= { lbBackendTableEntry 5 }
+
+lbBackendQueueLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit in queue."
+ ::= { lbBackendTableEntry 6 }
+
+lbBackendSessionCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { lbBackendTableEntry 7 }
+
+lbBackendSessionMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions."
+ ::= { lbBackendTableEntry 8 }
+
+lbBackendSessionLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit."
+ ::= { lbBackendTableEntry 9 }
+
+lbBackendSessionTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { lbBackendTableEntry 10 }
+
+lbBackendSessionLoadBalanced OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Load balanced sessions."
+ ::= { lbBackendTableEntry 11 }
+
+lbBackendBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { lbBackendTableEntry 12 }
+
+lbBackendBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes output."
+ ::= { lbBackendTableEntry 13 }
+
+lbBackendErrorConnection OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection errors."
+ ::= { lbBackendTableEntry 14 }
+
+lbBackendErrorResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Response errors."
+ ::= { lbBackendTableEntry 15 }
+
+lbBackendDenyRequest OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied requests."
+ ::= { lbBackendTableEntry 16 }
+
+lbBackendDenyResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied responses."
+ ::= { lbBackendTableEntry 17 }
+
+lbBackendWarningRetry OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Retry warnings."
+ ::= { lbBackendTableEntry 18 }
+
+lbBackendWarningRedispatch OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Redispatch warnings."
+ ::= { lbBackendTableEntry 19 }
+
+lbBackendStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend status."
+ ::= { lbBackendTableEntry 20 }
+
+lbBackendLastChange OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend last status change."
+ ::= { lbBackendTableEntry 21 }
+
+lbBackendCheckDown OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Checked down."
+ ::= { lbBackendTableEntry 22 }
+
+lbBackendDownTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total down time."
+ ::= { lbBackendTableEntry 23 }
+
+lbFrontendTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LbFrontendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of frontends."
+ ::= { lbStats 2 }
+
+lbFrontendTableEntry OBJECT-TYPE
+ SYNTAX LbFrontendTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the backend table."
+ INDEX { lbFrontendProcessID, lbFrontendID }
+ ::= { lbFrontendTable 1 }
+
+LbFrontendTableEntry ::=
+ SEQUENCE {
+ lbFrontendProcessID
+ INTEGER,
+ lbFrontendID
+ INTEGER,
+ lbFrontendName
+ OCTET STRING,
+ lbFrontendSessionCur
+ Counter64 ,
+ lbFrontendSessionMax
+ Counter64,
+ lbFrontendSessionLimit
+ Counter64,
+ lbFrontendSessionTotal
+ Counter64,
+ lbFrontendBytesIN
+ Counter64,
+ lbFrontendBytesOUT
+ Counter64,
+ lbFrontendErrorRequest
+ Counter64,
+ lbFrontendDenyRequest
+ Counter64,
+ lbFrontendDenyResponse
+ Counter64,
+ lbFrontendStatus
+ OCTET STRING
+ }
+
+lbFrontendProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The frontend's process identifier."
+ ::= { lbFrontendTableEntry 1 }
+
+lbFrontendID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The frontend identifier."
+ ::= { lbFrontendTableEntry 2 }
+
+lbFrontendName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The frontend name."
+ ::= { lbFrontendTableEntry 3 }
+
+lbFrontendSessionCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { lbFrontendTableEntry 4 }
+
+lbFrontendSessionMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions."
+ ::= { lbFrontendTableEntry 5 }
+
+lbFrontendSessionLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit."
+ ::= { lbFrontendTableEntry 6 }
+
+lbFrontendSessionTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { lbFrontendTableEntry 7 }
+
+lbFrontendBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { lbFrontendTableEntry 8 }
+
+lbFrontendBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes outpout."
+ ::= { lbFrontendTableEntry 9 }
+
+lbFrontendErrorRequest OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Request errors."
+ ::= { lbFrontendTableEntry 10 }
+
+lbFrontendDenyRequest OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied requests."
+ ::= { lbFrontendTableEntry 11 }
+
+lbFrontendDenyResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied responses."
+ ::= { lbFrontendTableEntry 12 }
+
+lbFrontendStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The backend status."
+ ::= { lbFrontendTableEntry 13 }
+
+lbServerTable OBJECT-TYPE
+ SYNTAX SEQUENCE OF LbServerTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "The table of servers."
+ ::= { lbStats 4 }
+
+lbServerTableEntry OBJECT-TYPE
+ SYNTAX LbServerTableEntry
+ MAX-ACCESS not-accessible
+ STATUS current
+ DESCRIPTION
+ "A row in the server table."
+ INDEX { lbServerProcessID, lbServerBackendID, lbServerID }
+ ::= { lbServerTable 1 }
+
+LbServerTableEntry ::=
+ SEQUENCE {
+ lbServerProcessID
+ INTEGER,
+ lbServerBackendID
+ INTEGER,
+ lbServerID
+ INTEGER,
+ lbServerName
+ OCTET STRING,
+ lbServerQueueCur
+ Counter64,
+ lbServerQueueMax
+ Counter64,
+ lbServerQueueLimit
+ Counter64,
+ lbServerSessionCur
+ Counter64 ,
+ lbServerSessionMax
+ Counter64,
+ lbServerSessionLimit
+ Counter64,
+ lbServerSessionTotal
+ Counter64,
+ lbServerSessionLoadBalanced
+ Counter64,
+ lbServerBytesIN
+ Counter64,
+ lbServerBytesOUT
+ Counter64,
+ lbServerErrorConnection
+ Counter64,
+ lbServerErrorResponse
+ Counter64,
+ lbServerDenyResponse
+ Counter64,
+ lbServerWarningRetry
+ Counter64,
+ lbServerStatus
+ OCTET STRING,
+ lbServerLastChange
+ Counter32,
+ lbServerWeight
+ Counter32,
+ lbServerActive
+ INTEGER,
+ lbServerBackup
+ INTEGER,
+ lbServerCheckFailure
+ Counter32,
+ lbServerCheckDown
+ Counter32,
+ lbServerDownTime
+ Counter32,
+ lbServerThrottle
+ INTEGER
+ }
+
+lbServerProcessID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server's process identifier."
+ ::= { lbServerTableEntry 1 }
+
+lbServerBackendID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server's backend identifier."
+ ::= { lbServerTableEntry 2 }
+
+lbServerID OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server identifier."
+ ::= { lbServerTableEntry 3 }
+
+lbServerName OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server name."
+ ::= { lbServerTableEntry 4 }
+
+lbServerQueueCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions in queue."
+ ::= { lbServerTableEntry 5 }
+
+lbServerQueueMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions in queue."
+ ::= { lbServerTableEntry 6 }
+
+lbServerQueueLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions queue limit."
+ ::= { lbServerTableEntry 7 }
+
+lbServerSessionCur OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Current sessions."
+ ::= { lbServerTableEntry 8 }
+
+lbServerSessionMax OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Maximum sessions."
+ ::= { lbServerTableEntry 9 }
+
+lbServerSessionLimit OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Sessions limit."
+ ::= { lbServerTableEntry 10 }
+
+lbServerSessionTotal OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total sessions."
+ ::= { lbServerTableEntry 11 }
+
+lbServerSessionLoadBalanced OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Load balanced sessions."
+ ::= { lbServerTableEntry 12 }
+
+lbServerBytesIN OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes input."
+ ::= { lbServerTableEntry 13 }
+
+lbServerBytesOUT OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Bytes output."
+ ::= { lbServerTableEntry 14 }
+
+lbServerErrorConnection OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Connection errors."
+ ::= { lbServerTableEntry 15 }
+
+lbServerErrorResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Response errors."
+ ::= { lbServerTableEntry 16 }
+
+lbServerDenyResponse OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Denied responses."
+ ::= { lbServerTableEntry 17 }
+
+lbServerWarningRetry OBJECT-TYPE
+ SYNTAX Counter64
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Retry warnigs."
+ ::= { lbServerTableEntry 18 }
+
+lbServerStatus OBJECT-TYPE
+ SYNTAX OCTET STRING (SIZE (0..65535))
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "The server status."
+ ::= { lbServerTableEntry 19 }
+
+lbServerLastChange OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Last server status change."
+ ::= { lbServerTableEntry 20 }
+
+lbServerWeight OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server's weight."
+ ::= { lbServerTableEntry 21 }
+
+lbServerActive OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server is active."
+ ::= { lbServerTableEntry 22 }
+
+lbServerBackup OBJECT-TYPE
+ SYNTAX INTEGER { no(0), yes(1) }
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server is backup."
+ ::= { lbServerTableEntry 23 }
+
+lbServerCheckFailure OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Check failure."
+ ::= { lbServerTableEntry 24 }
+
+lbServerCheckDown OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Checked down."
+ ::= { lbServerTableEntry 25 }
+
+lbServerDownTime OBJECT-TYPE
+ SYNTAX Counter32
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Total down time."
+ ::= { lbServerTableEntry 26 }
+
+lbServerThrottle OBJECT-TYPE
+ SYNTAX INTEGER (0..2147483647)
+ MAX-ACCESS read-only
+ STATUS current
+ DESCRIPTION
+ "Server throttle."
+ ::= { lbServerTableEntry 27 }
+
+landefgroups OBJECT IDENTIFIER ::= { landef 2 }
+
+landefObjectGroup OBJECT-GROUP
+ OBJECTS {
+ attackNumber,
+ acceptedPqts,
+ droppedPqts,
+ serviceName,
+ serviceStatus,
+ lastIP,
+ dnsName,
+ hostStatus,
+ os,
+ osDetails,
+ uptime,
+ netbiosName,
+ netbiosUser,
+ workgroup,
+ hostServer,
+ manufacturer
+ }
+ STATUS current
+ DESCRIPTION
+ "LANdef Objects"
+ ::= { landefgroups 1 }
+
+algroups OBJECT IDENTIFIER ::= { aloha 2 }
+
+alTrapNotifGroup NOTIFICATION-GROUP
+ NOTIFICATIONS {
+ eNotificationMsg,
+ alTrap
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Trap Notifs"
+ ::= { algroups 1 }
+
+alTrapGroup OBJECT-GROUP
+ OBJECTS {
+ alTrapId,
+ alTrapMsg,
+ alTrapName
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Trap Objects"
+ ::= { algroups 2 }
+
+alProductGroup OBJECT-GROUP
+ OBJECTS {
+ alProductName,
+ alProductModel,
+ alProductVersion,
+ alProductSubVersion,
+ alProductBuildVersion,
+ alProductBuildDate,
+ alProductURL
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Products Objects"
+ ::= { algroups 3 }
+
+alServiceGroup OBJECT-GROUP
+ OBJECTS {
+ alServiceID,
+ alServiceName,
+ alServiceStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Service Objects"
+ ::= { algroups 4 }
+
+alInstanceGroup OBJECT-GROUP
+ OBJECTS {
+ alInstanceServiceID,
+ alInstanceID,
+ alInstanceName,
+ alInstanceStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Instance Objects"
+ ::= { algroups 5 }
+
+alProcessGroup OBJECT-GROUP
+ OBJECTS {
+ alProcessID,
+ alProcessVersion,
+ alProcessReleaseDate,
+ alProcessNbProc,
+ alProcessProductName,
+ alProcessSystemPID,
+ alProcessUptime,
+ alProcessUptimeSec,
+ alProcessMemMax,
+ alProcessPoolAlloc,
+ alProcessPoolUsed,
+ alProcessPoolFailed,
+ alProcessUlimitn,
+ alProcessMaxSock,
+ alProcessMaxConn,
+ alProcessHardMaxConn,
+ alProcessCurConn,
+ alProcessCumConn,
+ alProcessCumReq,
+ alProcessMaxSslConn,
+ alProcessCurSslConn,
+ alProcessCumSslConn,
+ alProcessMaxPipes,
+ alProcessPipesUsed,
+ alProcessPipesFree,
+ alProcessConnRate,
+ alProcessConnRateLimit,
+ alProcessMaxConnRate,
+ alProcessSessRate,
+ alProcessSessRateLimit,
+ alProcessMaxSessRate,
+ alProcessSslRate,
+ alProcessSslRateLimit,
+ alProcessMaxSslRate,
+ alProcessSslFrontendKeyRate,
+ alProcessMaxSslFrontendKeyRate,
+ alProcessSslFrontendSessReuse,
+ alProcessSslBackendKeyRate,
+ alProcessMaxSslBackendKeyRate,
+ alProcessSslCacheLookups,
+ alProcessSslCacheMisses,
+ alProcessCompressBpsIn,
+ alProcessCompressBpsOut,
+ alProcessCompressRateLimit,
+ alProcessZlibMemUsage,
+ alProcessMaxZlibMemUsage,
+ alProcessTasks,
+ alProcessRunQueue,
+ alProcessIdle,
+ alProcessNodeName,
+ alProcessDescription
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Process Objects"
+ ::= { algroups 6 }
+
+alBackendGroup OBJECT-GROUP
+ OBJECTS {
+ alBackendProcessID,
+ alBackendID,
+ alBackendName,
+ alBackendQueueCur,
+ alBackendQueueMax,
+ alBackendQueueLimit,
+ alBackendSessionCur,
+ alBackendSessionMax,
+ alBackendSessionLimit,
+ alBackendSessionTotal,
+ alBackendSessionLoadBalanced,
+ alBackendBytesIN,
+ alBackendBytesOUT,
+ alBackendErrorConnection,
+ alBackendErrorResponse,
+ alBackendDenyRequest,
+ alBackendDenyResponse,
+ alBackendWarningRetry,
+ alBackendWarningRedispatch,
+ alBackendStatus,
+ alBackendLastChange,
+ alBackendCheckDown,
+ alBackendDownTime
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Backend Objects"
+ ::= { algroups 7 }
+
+alFrontendGroup OBJECT-GROUP
+ OBJECTS {
+ alFrontendProcessID,
+ alFrontendID,
+ alFrontendName,
+ alFrontendSessionCur,
+ alFrontendSessionMax,
+ alFrontendSessionLimit,
+ alFrontendSessionTotal,
+ alFrontendBytesIN,
+ alFrontendBytesOUT,
+ alFrontendErrorRequest,
+ alFrontendDenyRequest,
+ alFrontendDenyResponse,
+ alFrontendStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Frontend Objects"
+ ::= { algroups 8 }
+
+alServerGroup OBJECT-GROUP
+ OBJECTS {
+ alServerProcessID,
+ alServerBackendID,
+ alServerID,
+ alServerName,
+ alServerQueueCur,
+ alServerQueueMax,
+ alServerQueueLimit,
+ alServerSessionCur,
+ alServerSessionMax,
+ alServerSessionLimit,
+ alServerSessionTotal,
+ alServerSessionLoadBalanced,
+ alServerBytesIN,
+ alServerBytesOUT,
+ alServerErrorConnection,
+ alServerErrorResponse,
+ alServerDenyResponse,
+ alServerWarningRetry,
+ alServerStatus,
+ alServerLastChange,
+ alServerWeight,
+ alServerActive,
+ alServerBackup,
+ alServerCheckFailure,
+ alServerCheckDown,
+ alServerDownTime,
+ alServerThrottle
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Server Objects"
+ ::= { algroups 9 }
+
+alL4ProcessGroup OBJECT-GROUP
+ OBJECTS {
+ alL4ProcessID
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha L4 Process Objects"
+ ::= { algroups 10 }
+
+alL4DirectorGroup OBJECT-GROUP
+ OBJECTS {
+ alL4DirectorProcessID,
+ alL4DirectorID,
+ alL4DirectorName,
+ alL4DirectorSessionCur,
+ alL4DirectorSessionTotal,
+ alL4DirectorPacketsIN,
+ alL4DirectorPacketsOUT,
+ alL4DirectorBytesIN,
+ alL4DirectorBytesOUT,
+ alL4DirectorStatus
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha L4 Director Objects"
+ ::= { algroups 11 }
+
+alL4ServerGroup OBJECT-GROUP
+ OBJECTS {
+ alL4ServerProcessID,
+ alL4ServerDirectorID,
+ alL4ServerID,
+ alL4ServerName,
+ alL4ServerSessionCur,
+ alL4ServerSessionTotal,
+ alL4ServerPacketsIN,
+ alL4ServerPacketsOUT,
+ alL4ServerBytesIN,
+ alL4ServerBytesOUT,
+ alL4ServerStatus,
+ alL4ServerWeight,
+ alL4ServerActive,
+ alL4ServerBackup
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha L4 Server Objects"
+ ::= { algroups 12 }
+
+alHardwareInfoGroup OBJECT-GROUP
+ OBJECTS {
+ alHardwareModel,
+ alHardwareUUID,
+ alHardwareETHID
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha HardwareInfo Objects"
+ ::= { algroups 13 }
+
+alPshieldInstanceGroup OBJECT-GROUP
+ OBJECTS {
+ alPshieldInstanceID,
+ alPshieldInstanceName,
+ alPshieldInstanceRxTotal,
+ alPshieldInstanceRxTotL3B,
+ alPshieldInstanceRxTotL1b,
+ alPshieldInstanceCaptureMissed,
+ alPshieldInstanceDelivered,
+ alPshieldInstanceDelivL3B,
+ alPshieldInstanceDelivL1b,
+ alPshieldInstanceResponses,
+ alPshieldInstanceTxTotal,
+ alPshieldInstanceSessionMax,
+ alPshieldInstanceSessionOutgoing,
+ alPshieldInstanceSessionUpload,
+ alPshieldInstanceSessionIncoming,
+ alPshieldInstanceSessionTotActive,
+ alPshieldInstanceSessionSynActive,
+ alPshieldInstanceSessionRstActive,
+ alPshieldInstanceSessionAckActive,
+ alPshieldInstanceSessionDnsActive,
+ alPshieldInstanceSessionOutActive,
+ alPshieldInstanceSessionRetransmit,
+ alPshieldInstanceSessionForcedHash,
+ alPshieldInstanceSessionForcedKernel
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Packetshield's Instance Objects"
+ ::= { algroups 14 }
+
+alPshieldContextGroup OBJECT-GROUP
+ OBJECTS {
+ alPshieldContextInstanceID,
+ alPshieldContextID,
+ alPshieldContextName,
+ alPshieldContextStatus,
+ alPshieldContextRxTotal,
+ alPshieldContextInvalid,
+ alPshieldContextWhitelisted,
+ alPshieldContextFiltered,
+ alPshieldContextOutRelated,
+ alPshieldContextDnsResponses,
+ alPshieldContextSyn,
+ alPshieldContextRst,
+ alPshieldContextAck,
+ alPshieldContextUnknownTtl,
+ alPshieldContextTtlFiltered,
+ alPshieldContextEstablished,
+ alPshieldContextNewConnections,
+ alPshieldContextUnmatched,
+ alPshieldContextSynCookie,
+ alPshieldContextDropSyn,
+ alPshieldContextDropRst,
+ alPshieldContextDropAck,
+ alPshieldContextDelivered,
+ alPshieldContextTxTotal
+ }
+ STATUS current
+ DESCRIPTION
+ "Aloha Packetshield's Context Objects"
+ ::= { algroups 15 }
+
+END
diff --git a/tests/data/aloha_alb5100.json b/tests/data/aloha_alb5100.json
new file mode 100644
index 0000000000..0ef78d5acf
--- /dev/null
+++ b/tests/data/aloha_alb5100.json
@@ -0,0 +1,4265 @@
+{
+ "os": {
+ "discovery": {
+ "devices": [
+ {
+ "sysName": "",
+ "sysObjectID": ".1.3.6.1.4.1.8072.3.2.10",
+ "sysDescr": "Linux lbha1200 4.9.0smp-alb90.3-alb5100 #3 SMP Fri Jun 23 12:18:55 CEST 2017 x86_64",
+ "sysContact": "",
+ "version": "9.0.4",
+ "hardware": "ALB5100",
+ "features": null,
+ "os": "aloha",
+ "type": "loadbalancer",
+ "serial": "0010F33B9A2B",
+ "icon": "haproxy.svg",
+ "location": ""
+ }
+ ]
+ },
+ "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,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": 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": 2,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": 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": 3,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "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": "eth2",
+ "ifName": "eth2",
+ "portName": null,
+ "ifIndex": 4,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth2",
+ "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": "eth3",
+ "ifName": "eth3",
+ "portName": null,
+ "ifIndex": 5,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth3",
+ "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": "eth4",
+ "ifName": "eth4",
+ "portName": null,
+ "ifIndex": 6,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth4",
+ "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": "eth5",
+ "ifName": "eth5",
+ "portName": null,
+ "ifIndex": 7,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth5",
+ "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": "eth6",
+ "ifName": "eth6",
+ "portName": null,
+ "ifIndex": 8,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth6",
+ "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": "eth7",
+ "ifName": "eth7",
+ "portName": null,
+ "ifIndex": 9,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth7",
+ "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": "bond0",
+ "ifName": "bond0",
+ "portName": null,
+ "ifIndex": 11,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0",
+ "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": "bond0.27",
+ "ifName": "bond0.27",
+ "portName": null,
+ "ifIndex": 12,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0.27",
+ "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": "bond0.2",
+ "ifName": "bond0.2",
+ "portName": null,
+ "ifIndex": 13,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0.2",
+ "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": "bond0.2",
+ "ifName": "bond0.2",
+ "portName": null,
+ "ifIndex": 14,
+ "ifSpeed": null,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": null,
+ "ifPromiscuousMode": null,
+ "ifHighSpeed": null,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": null,
+ "ifAdminStatus": null,
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": null,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0.2",
+ "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",
+ "ifHighSpeed": 10,
+ "ifHighSpeed_prev": null,
+ "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": 2761006293,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 2761006293,
+ "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": 717721723934,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 717721723934,
+ "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": 2,
+ "ifSpeed": 1000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 1000,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth0",
+ "ifPhysAddress": "0010f33b9a2b",
+ "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": 13704376334,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 23702967816,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 8,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 7962066160943,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 9616791576413,
+ "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": 1680193,
+ "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": 3,
+ "ifSpeed": 1000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 1000,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth1",
+ "ifPhysAddress": "0010f33b9a2b",
+ "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": 16051470356,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 9678967110,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 52,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 8325999861240,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 8481034166554,
+ "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": 1680672,
+ "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": "eth2",
+ "ifName": "eth2",
+ "portName": null,
+ "ifIndex": 4,
+ "ifSpeed": null,
+ "ifSpeed_prev": 0,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth2",
+ "ifPhysAddress": "0010f33a191a",
+ "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": "eth3",
+ "ifName": "eth3",
+ "portName": null,
+ "ifIndex": 5,
+ "ifSpeed": null,
+ "ifSpeed_prev": 0,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth3",
+ "ifPhysAddress": "0010f33a1f1a",
+ "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": "eth4",
+ "ifName": "eth4",
+ "portName": null,
+ "ifIndex": 6,
+ "ifSpeed": null,
+ "ifSpeed_prev": 0,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth4",
+ "ifPhysAddress": "0010f33a4a17",
+ "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": "eth5",
+ "ifName": "eth5",
+ "portName": null,
+ "ifIndex": 7,
+ "ifSpeed": null,
+ "ifSpeed_prev": 0,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth5",
+ "ifPhysAddress": "0010f33a4a11",
+ "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": "eth6",
+ "ifName": "eth6",
+ "portName": null,
+ "ifIndex": 8,
+ "ifSpeed": null,
+ "ifSpeed_prev": 0,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth6",
+ "ifPhysAddress": "0010f33a4a12",
+ "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": "eth7",
+ "ifName": "eth7",
+ "portName": null,
+ "ifIndex": 9,
+ "ifSpeed": null,
+ "ifSpeed_prev": 0,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 0,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "down",
+ "ifOperStatus_prev": "down",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "eth7",
+ "ifPhysAddress": "0010f33a4a13",
+ "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": "bond0",
+ "ifName": "bond0",
+ "portName": null,
+ "ifIndex": 11,
+ "ifSpeed": 2000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 2000,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0",
+ "ifPhysAddress": "0010f33b9b7c",
+ "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": 29755846690,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 33381934926,
+ "ifOutUcastPkts_prev": 0,
+ "ifOutUcastPkts_delta": null,
+ "ifOutUcastPkts_rate": null,
+ "ifInErrors": 60,
+ "ifInErrors_prev": 0,
+ "ifInErrors_delta": null,
+ "ifInErrors_rate": null,
+ "ifOutErrors": 0,
+ "ifOutErrors_prev": 0,
+ "ifOutErrors_delta": null,
+ "ifOutErrors_rate": null,
+ "ifInOctets": 16288066022183,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 18097825742967,
+ "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": 53,
+ "ifInDiscards_prev": 0,
+ "ifInDiscards_delta": null,
+ "ifInDiscards_rate": null,
+ "ifOutDiscards": 5,
+ "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": 3360865,
+ "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": "bond0.27",
+ "ifName": "bond0.27",
+ "portName": null,
+ "ifIndex": 12,
+ "ifSpeed": 2000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 2000,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0.27",
+ "ifPhysAddress": "0010f33b9b7c",
+ "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": 6728249943,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 13468808940,
+ "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": 11896607895353,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 2841259948451,
+ "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": 3,
+ "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": "bond0.2",
+ "ifName": "bond0.2",
+ "portName": null,
+ "ifIndex": 13,
+ "ifSpeed": 2000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 2000,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0.2",
+ "ifPhysAddress": "0010f33b9b7c",
+ "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": 17293796176,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 12986502611,
+ "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": 3438570914898,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 14545837960001,
+ "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": 37093,
+ "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": "bond0.2",
+ "ifName": "bond0.2",
+ "portName": null,
+ "ifIndex": 14,
+ "ifSpeed": 2000000000,
+ "ifSpeed_prev": null,
+ "ifConnectorPresent": "true",
+ "ifPromiscuousMode": "false",
+ "ifHighSpeed": 2000,
+ "ifHighSpeed_prev": null,
+ "ifOperStatus": "up",
+ "ifOperStatus_prev": "up",
+ "ifAdminStatus": "up",
+ "ifAdminStatus_prev": null,
+ "ifDuplex": null,
+ "ifMtu": 1500,
+ "ifType": "ethernetCsmacd",
+ "ifAlias": "bond0.2",
+ "ifPhysAddress": "0010f33a4a4b",
+ "ifHardType": null,
+ "ifLastChange": 691305146,
+ "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": 36545831,
+ "ifInUcastPkts_prev": 0,
+ "ifInUcastPkts_delta": null,
+ "ifInUcastPkts_rate": null,
+ "ifOutUcastPkts": 27019609,
+ "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": 5953727840,
+ "ifInOctets_prev": 0,
+ "ifInOctets_delta": null,
+ "ifInOctets_rate": null,
+ "ifOutOctets": 26129012779,
+ "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": 3,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196609,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196609",
+ "processor_index": "196609",
+ "processor_type": "hr",
+ "processor_usage": 6,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196610,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196610",
+ "processor_index": "196610",
+ "processor_type": "hr",
+ "processor_usage": 1,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196611,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196611",
+ "processor_index": "196611",
+ "processor_type": "hr",
+ "processor_usage": 1,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196612,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196612",
+ "processor_index": "196612",
+ "processor_type": "hr",
+ "processor_usage": 1,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196613,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196613",
+ "processor_index": "196613",
+ "processor_type": "hr",
+ "processor_usage": 1,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196614,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196614",
+ "processor_index": "196614",
+ "processor_type": "hr",
+ "processor_usage": 1,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "processor_precision": 1,
+ "processor_perc_warn": 75
+ },
+ {
+ "entPhysicalIndex": 0,
+ "hrDeviceIndex": 196615,
+ "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196615",
+ "processor_index": "196615",
+ "processor_type": "hr",
+ "processor_usage": 0,
+ "processor_descr": "Intel Core i7-3770 @ 3.40GHz",
+ "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": 2,
+ "mempool_perc_oid": null,
+ "mempool_used": 151748608,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1",
+ "mempool_free": 8105525248,
+ "mempool_free_oid": null,
+ "mempool_total": 8257273856,
+ "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": 3,
+ "mempool_perc_oid": null,
+ "mempool_used": 215212032,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3",
+ "mempool_free": 8042061824,
+ "mempool_free_oid": null,
+ "mempool_total": 8257273856,
+ "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": 10452992,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6",
+ "mempool_free": 8246820864,
+ "mempool_free_oid": null,
+ "mempool_total": 8257273856,
+ "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": 1,
+ "mempool_perc_oid": null,
+ "mempool_used": 53010432,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7",
+ "mempool_free": 8204263424,
+ "mempool_free_oid": null,
+ "mempool_total": 8257273856,
+ "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": 0,
+ "mempool_perc_oid": null,
+ "mempool_used": 22179840,
+ "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.8",
+ "mempool_free": 8235094016,
+ "mempool_free_oid": null,
+ "mempool_total": 8257273856,
+ "mempool_total_oid": null,
+ "mempool_largestfree": null,
+ "mempool_lowestfree": null,
+ "mempool_deleted": 0,
+ "mempool_perc_warn": 0
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ },
+ "storage": {
+ "discovery": {
+ "storage": [
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "31",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/var",
+ "storage_size": 50331648,
+ "storage_units": 4096,
+ "storage_used": 20590592,
+ "storage_free": 0,
+ "storage_perc": 0,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "32",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/etc",
+ "storage_size": 2097152,
+ "storage_units": 4096,
+ "storage_used": 532480,
+ "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": "/var",
+ "storage_size": 50331648,
+ "storage_units": 4096,
+ "storage_used": 20590592,
+ "storage_free": 29741056,
+ "storage_perc": 41,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ },
+ {
+ "storage_mib": "hrstorage",
+ "storage_index": "32",
+ "storage_type": "hrStorageFixedDisk",
+ "storage_descr": "/etc",
+ "storage_size": 2097152,
+ "storage_units": 4096,
+ "storage_used": 532480,
+ "storage_free": 1564672,
+ "storage_perc": 25,
+ "storage_perc_warn": 60,
+ "storage_deleted": 0
+ }
+ ]
+ }
+ },
+ "sensors": {
+ "discovery": {
+ "sensors": [
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.10",
+ "sensor_index": "alBackendStatus.1.10",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "api-IIS",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.11",
+ "sensor_index": "alBackendStatus.1.11",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "api-secret",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.12",
+ "sensor_index": "alBackendStatus.1.12",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "play1-foo",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.13",
+ "sensor_index": "alBackendStatus.1.13",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "hello-Tomcat",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.14",
+ "sensor_index": "alBackendStatus.1.14",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "bar-Tomcats",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.15",
+ "sensor_index": "alBackendStatus.1.15",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "tomcat-foo-as",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.17",
+ "sensor_index": "alBackendStatus.1.17",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "api-library-search",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.2",
+ "sensor_index": "alBackendStatus.1.2",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "stats",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.8",
+ "sensor_index": "alBackendStatus.1.8",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "abc-Tomcat",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.9",
+ "sensor_index": "alBackendStatus.1.9",
+ "sensor_type": "alBackendStatus",
+ "sensor_descr": "hidden",
+ "group": "Backend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alBackendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.16",
+ "sensor_index": "alFrontendStatus.1.16",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "bar.foobar.example",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.2",
+ "sensor_index": "alFrontendStatus.1.2",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "stats",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.3",
+ "sensor_index": "alFrontendStatus.1.3",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "foobar.example",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.4",
+ "sensor_index": "alFrontendStatus.1.4",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "api.foobar.example",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.5",
+ "sensor_index": "alFrontendStatus.1.5",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "hello.foobar.example",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.6",
+ "sensor_index": "alFrontendStatus.1.6",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "foobar.foobar.example",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.7",
+ "sensor_index": "alFrontendStatus.1.7",
+ "sensor_type": "alFrontendStatus",
+ "sensor_descr": "barfoo.foobar.example",
+ "group": "Frontend status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alFrontendStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.1",
+ "sensor_index": "alServerStatus.1.10.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1100",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.2",
+ "sensor_index": "alServerStatus.1.10.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1101",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.3",
+ "sensor_index": "alServerStatus.1.10.3",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1200",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.4",
+ "sensor_index": "alServerStatus.1.10.4",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1201",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.5",
+ "sensor_index": "alServerStatus.1.10.5",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1202",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.6",
+ "sensor_index": "alServerStatus.1.10.6",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1203",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.7",
+ "sensor_index": "alServerStatus.1.10.7",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1204",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.8",
+ "sensor_index": "alServerStatus.1.10.8",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1205",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.11.1",
+ "sensor_index": "alServerStatus.1.11.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1100",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.11.2",
+ "sensor_index": "alServerStatus.1.11.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1101",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.12.1",
+ "sensor_index": "alServerStatus.1.12.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1112",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.12.2",
+ "sensor_index": "alServerStatus.1.12.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1119",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.13.1",
+ "sensor_index": "alServerStatus.1.13.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "foobarqa1100",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.14.1",
+ "sensor_index": "alServerStatus.1.14.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "foobarkk1100",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.14.2",
+ "sensor_index": "alServerStatus.1.14.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "foobarkk1200",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.15.1",
+ "sensor_index": "alServerStatus.1.15.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "barfoo1100",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.15.2",
+ "sensor_index": "alServerStatus.1.15.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "barfoo1200",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.15.3",
+ "sensor_index": "alServerStatus.1.15.3",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "tomcat1200",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.1",
+ "sensor_index": "alServerStatus.1.17.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "asdocker1200-1",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.2",
+ "sensor_index": "alServerStatus.1.17.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "asdocker1200-2",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.3",
+ "sensor_index": "alServerStatus.1.17.3",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "asdocker1200-3",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 2,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.4",
+ "sensor_index": "alServerStatus.1.17.4",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "asdocker1200-4",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.1",
+ "sensor_index": "alServerStatus.1.8.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1160",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.2",
+ "sensor_index": "alServerStatus.1.8.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1161",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.3",
+ "sensor_index": "alServerStatus.1.8.3",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1260",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.4",
+ "sensor_index": "alServerStatus.1.8.4",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "as1261",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.1",
+ "sensor_index": "alServerStatus.1.9.1",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "tomcat201",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.2",
+ "sensor_index": "alServerStatus.1.9.2",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "tomcat200",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 1,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.3",
+ "sensor_index": "alServerStatus.1.9.3",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "tomcat3101",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ },
+ {
+ "sensor_deleted": 0,
+ "sensor_class": "state",
+ "poller_type": "snmp",
+ "sensor_oid": ".1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.4",
+ "sensor_index": "alServerStatus.1.9.4",
+ "sensor_type": "alServerStatus",
+ "sensor_descr": "tomcat3100",
+ "group": "Server status",
+ "sensor_divisor": 1,
+ "sensor_multiplier": 1,
+ "sensor_current": 0,
+ "sensor_limit": null,
+ "sensor_limit_warn": null,
+ "sensor_limit_low": null,
+ "sensor_limit_low_warn": null,
+ "sensor_alert": 1,
+ "sensor_custom": "No",
+ "entPhysicalIndex": null,
+ "entPhysicalIndex_measured": null,
+ "sensor_prev": null,
+ "user_func": null,
+ "state_name": "alServerStatus"
+ }
+ ],
+ "state_indexes": [
+ {
+ "state_name": "alBackendStatus",
+ "state_descr": "UP",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "alBackendStatus",
+ "state_descr": "DOWN",
+ "state_draw_graph": 1,
+ "state_value": 2,
+ "state_generic_value": 1
+ },
+ {
+ "state_name": "alFrontendStatus",
+ "state_descr": "no",
+ "state_draw_graph": 1,
+ "state_value": 0,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "alFrontendStatus",
+ "state_descr": "OPEN",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "alServerStatus",
+ "state_descr": "MAINT",
+ "state_draw_graph": 1,
+ "state_value": 0,
+ "state_generic_value": 1
+ },
+ {
+ "state_name": "alServerStatus",
+ "state_descr": "UP",
+ "state_draw_graph": 1,
+ "state_value": 1,
+ "state_generic_value": 0
+ },
+ {
+ "state_name": "alServerStatus",
+ "state_descr": "DOWN",
+ "state_draw_graph": 1,
+ "state_value": 2,
+ "state_generic_value": 2
+ }
+ ]
+ },
+ "poller": "matches discovery"
+ }
+}
diff --git a/tests/snmpsim/aloha_alb5100.snmprec b/tests/snmpsim/aloha_alb5100.snmprec
new file mode 100644
index 0000000000..a5e0f2c5b2
--- /dev/null
+++ b/tests/snmpsim/aloha_alb5100.snmprec
@@ -0,0 +1,2026 @@
+1.3.6.1.2.1.1.1.0|4|Linux lbha1200 4.9.0smp-alb90.3-alb5100 #3 SMP Fri Jun 23 12:18:55 CEST 2017 x86_64
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10
+1.3.6.1.2.1.1.3.0|67|690837339
+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.2|4|eth0
+1.3.6.1.2.1.2.2.1.2.3|4|eth1
+1.3.6.1.2.1.2.2.1.2.4|4|eth2
+1.3.6.1.2.1.2.2.1.2.5|4|eth3
+1.3.6.1.2.1.2.2.1.2.6|4|eth4
+1.3.6.1.2.1.2.2.1.2.7|4|eth5
+1.3.6.1.2.1.2.2.1.2.8|4|eth6
+1.3.6.1.2.1.2.2.1.2.9|4|eth7
+1.3.6.1.2.1.2.2.1.2.11|4|bond0
+1.3.6.1.2.1.2.2.1.2.12|4|bond0.27
+1.3.6.1.2.1.2.2.1.2.13|4|bond0.2
+1.3.6.1.2.1.2.2.1.2.14|4|bond0.2
+1.3.6.1.2.1.2.2.1.3.1|2|24
+1.3.6.1.2.1.2.2.1.3.2|2|6
+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|6
+1.3.6.1.2.1.2.2.1.3.6|2|6
+1.3.6.1.2.1.2.2.1.3.7|2|6
+1.3.6.1.2.1.2.2.1.3.8|2|6
+1.3.6.1.2.1.2.2.1.3.9|2|6
+1.3.6.1.2.1.2.2.1.3.11|2|6
+1.3.6.1.2.1.2.2.1.3.12|2|6
+1.3.6.1.2.1.2.2.1.3.13|2|6
+1.3.6.1.2.1.2.2.1.3.14|2|6
+1.3.6.1.2.1.2.2.1.4.1|2|65536
+1.3.6.1.2.1.2.2.1.4.2|2|1500
+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|1500
+1.3.6.1.2.1.2.2.1.4.6|2|1500
+1.3.6.1.2.1.2.2.1.4.7|2|1500
+1.3.6.1.2.1.2.2.1.4.8|2|1500
+1.3.6.1.2.1.2.2.1.4.9|2|1500
+1.3.6.1.2.1.2.2.1.4.11|2|1500
+1.3.6.1.2.1.2.2.1.4.12|2|1500
+1.3.6.1.2.1.2.2.1.4.13|2|1500
+1.3.6.1.2.1.2.2.1.4.14|2|1500
+1.3.6.1.2.1.2.2.1.6.1|4|
+1.3.6.1.2.1.2.2.1.6.2|4x|0010F33B9A2B
+1.3.6.1.2.1.2.2.1.6.3|4x|0010F33B9A2B
+1.3.6.1.2.1.2.2.1.6.4|4x|0010F33A191A
+1.3.6.1.2.1.2.2.1.6.5|4x|0010F33A1F1A
+1.3.6.1.2.1.2.2.1.6.6|4x|0010F33A4A17
+1.3.6.1.2.1.2.2.1.6.7|4x|0010F33A4A11
+1.3.6.1.2.1.2.2.1.6.8|4x|0010F33A4A12
+1.3.6.1.2.1.2.2.1.6.9|4x|0010F33A4A13
+1.3.6.1.2.1.2.2.1.6.11|4x|0010F33B9B7C
+1.3.6.1.2.1.2.2.1.6.12|4x|0010F33B9B7C
+1.3.6.1.2.1.2.2.1.6.13|4x|0010F33B9B7C
+1.3.6.1.2.1.2.2.1.6.14|4x|0010F33A4A4B
+1.3.6.1.2.1.2.2.1.7.1|2|1
+1.3.6.1.2.1.2.2.1.7.2|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|1
+1.3.6.1.2.1.2.2.1.7.6|2|1
+1.3.6.1.2.1.2.2.1.7.7|2|1
+1.3.6.1.2.1.2.2.1.7.8|2|1
+1.3.6.1.2.1.2.2.1.7.9|2|1
+1.3.6.1.2.1.2.2.1.7.11|2|1
+1.3.6.1.2.1.2.2.1.7.12|2|1
+1.3.6.1.2.1.2.2.1.7.13|2|1
+1.3.6.1.2.1.2.2.1.7.14|2|1
+1.3.6.1.2.1.2.2.1.8.1|2|1
+1.3.6.1.2.1.2.2.1.8.2|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.8.6|2|2
+1.3.6.1.2.1.2.2.1.8.7|2|2
+1.3.6.1.2.1.2.2.1.8.8|2|2
+1.3.6.1.2.1.2.2.1.8.9|2|2
+1.3.6.1.2.1.2.2.1.8.11|2|1
+1.3.6.1.2.1.2.2.1.8.12|2|1
+1.3.6.1.2.1.2.2.1.8.13|2|1
+1.3.6.1.2.1.2.2.1.8.14|2|1
+1.3.6.1.2.1.2.2.1.9.1|67|0
+1.3.6.1.2.1.2.2.1.9.2|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.9.6|67|0
+1.3.6.1.2.1.2.2.1.9.7|67|0
+1.3.6.1.2.1.2.2.1.9.8|67|0
+1.3.6.1.2.1.2.2.1.9.9|67|0
+1.3.6.1.2.1.2.2.1.9.11|67|0
+1.3.6.1.2.1.2.2.1.9.12|67|0
+1.3.6.1.2.1.2.2.1.9.13|67|0
+1.3.6.1.2.1.2.2.1.9.14|67|691305146
+1.3.6.1.2.1.2.2.1.13.1|65|0
+1.3.6.1.2.1.2.2.1.13.2|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.13.6|65|0
+1.3.6.1.2.1.2.2.1.13.7|65|0
+1.3.6.1.2.1.2.2.1.13.8|65|0
+1.3.6.1.2.1.2.2.1.13.9|65|0
+1.3.6.1.2.1.2.2.1.13.11|65|53
+1.3.6.1.2.1.2.2.1.13.12|65|0
+1.3.6.1.2.1.2.2.1.13.13|65|0
+1.3.6.1.2.1.2.2.1.13.14|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.2|65|8
+1.3.6.1.2.1.2.2.1.14.3|65|52
+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.14.6|65|0
+1.3.6.1.2.1.2.2.1.14.7|65|0
+1.3.6.1.2.1.2.2.1.14.8|65|0
+1.3.6.1.2.1.2.2.1.14.9|65|0
+1.3.6.1.2.1.2.2.1.14.11|65|60
+1.3.6.1.2.1.2.2.1.14.12|65|0
+1.3.6.1.2.1.2.2.1.14.13|65|0
+1.3.6.1.2.1.2.2.1.14.14|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.2|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.19.6|65|0
+1.3.6.1.2.1.2.2.1.19.7|65|0
+1.3.6.1.2.1.2.2.1.19.8|65|0
+1.3.6.1.2.1.2.2.1.19.9|65|0
+1.3.6.1.2.1.2.2.1.19.11|65|5
+1.3.6.1.2.1.2.2.1.19.12|65|0
+1.3.6.1.2.1.2.2.1.19.13|65|0
+1.3.6.1.2.1.2.2.1.19.14|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.2|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.2.2.1.20.6|65|0
+1.3.6.1.2.1.2.2.1.20.7|65|0
+1.3.6.1.2.1.2.2.1.20.8|65|0
+1.3.6.1.2.1.2.2.1.20.9|65|0
+1.3.6.1.2.1.2.2.1.20.11|65|0
+1.3.6.1.2.1.2.2.1.20.12|65|0
+1.3.6.1.2.1.2.2.1.20.13|65|0
+1.3.6.1.2.1.2.2.1.20.14|65|0
+1.3.6.1.2.1.4.3.0|65|3864986304
+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|2260
+1.3.6.1.2.1.4.8.0|65|0
+1.3.6.1.2.1.4.9.0|65|3864959184
+1.3.6.1.2.1.4.10.0|65|3443730713
+1.3.6.1.2.1.4.11.0|65|0
+1.3.6.1.2.1.4.12.0|65|0
+1.3.6.1.2.1.4.14.0|65|35149
+1.3.6.1.2.1.4.15.0|65|17392
+1.3.6.1.2.1.4.16.0|65|342
+1.3.6.1.2.1.4.17.0|65|0
+1.3.6.1.2.1.4.18.0|65|74
+1.3.6.1.2.1.4.19.0|65|0
+1.3.6.1.2.1.4.20.1.2.10.27.12.5|2|12
+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.192.168.0.200|2|9
+1.3.6.1.2.1.4.20.1.2.10.10.10.5|2|13
+1.3.6.1.2.1.4.20.1.2.10.10.10.6|2|13
+1.3.6.1.2.1.4.20.1.2.10.10.10.7|2|13
+1.3.6.1.2.1.4.20.1.2.10.10.10.8|2|13
+1.3.6.1.2.1.4.20.1.2.10.10.10.9|2|13
+1.3.6.1.2.1.4.20.1.2.10.10.10.10|2|13
+1.3.6.1.2.1.4.20.1.2.10.10.10.11|2|14
+1.3.6.1.2.1.4.20.1.3.10.27.12.5|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.128.0.0
+1.3.6.1.2.1.4.20.1.3.192.168.0.200|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.5|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.6|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.7|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.8|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.9|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.10|64|255.255.255.0
+1.3.6.1.2.1.4.20.1.3.10.10.10.11|64|255.255.255.0
+1.3.6.1.2.1.4.22.1.2.12.10.24.12.222|4x|566FE75C003B
+1.3.6.1.2.1.4.22.1.2.12.10.27.12.1|4x|E81CBAE0EFF4
+1.3.6.1.2.1.4.22.1.2.13.169.254.122.195|4x|566FE75C0012
+1.3.6.1.2.1.4.22.1.2.13.169.254.126.13|4x|566FE75C005D
+1.3.6.1.2.1.4.22.1.2.13.169.254.211.248|4x|566FE75C0053
+1.3.6.1.2.1.4.22.1.2.13.169.254.252.163|4x|566FE75C000A
+1.3.6.1.2.1.4.22.1.2.13.10.11.11.59|4x|001A4A87D094
+1.3.6.1.2.1.4.22.1.2.13.10.11.11.64|4x|001A4A87D195
+1.3.6.1.2.1.4.22.1.2.13.10.11.11.120|4x|001A4A87D126
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.1|4x|10E878BE1E92
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.2|4x|E81CBAE0EFF4
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.20|4x|001A4A87D126
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.21|4x|566FE75C0009
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.30|4x|566FE75C0057
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.44|4x|566FE75C0059
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.48|4x|566FE75C0012
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.49|4x|566FE75C0005
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.50|4x|001A4A160131
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.51|4x|566FE75C0003
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.52|4x|D4BED9B46EEB
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.53|4x|001A4A16013C
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.55|4x|566FE75C000D
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.59|4x|001A4A87D094
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.64|4x|001A4A87D195
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.65|4x|566FE75C0053
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.66|4x|566FE75C005D
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.70|4x|566FE75C0055
+1.3.6.1.2.1.4.22.1.2.13.10.10.10.120|4x|001A4A87D126
+1.3.6.1.2.1.4.22.1.2.14.10.10.10.1|4x|10E878BE1E92
+1.3.6.1.2.1.4.22.1.2.14.10.10.10.2|4x|E81CBAE0EFF4
+1.3.6.1.2.1.4.22.1.2.14.10.10.10.51|4x|566FE75C0003
+1.3.6.1.2.1.4.31.1.1.3.1|65|3864968276
+1.3.6.1.2.1.4.31.1.1.4.1|70|25339804756
+1.3.6.1.2.1.4.31.1.1.5.1|65|639139139
+1.3.6.1.2.1.4.31.1.1.6.1|70|15986507414851
+1.3.6.1.2.1.4.31.1.1.7.1|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.9.1|65|0
+1.3.6.1.2.1.4.31.1.1.10.1|65|2260
+1.3.6.1.2.1.4.31.1.1.11.1|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.13.1|70|0
+1.3.6.1.2.1.4.31.1.1.14.1|65|35149
+1.3.6.1.2.1.4.31.1.1.15.1|65|17392
+1.3.6.1.2.1.4.31.1.1.16.1|65|342
+1.3.6.1.2.1.4.31.1.1.17.1|65|0
+1.3.6.1.2.1.4.31.1.1.18.1|65|3864941156
+1.3.6.1.2.1.4.31.1.1.19.1|70|25339777636
+1.3.6.1.2.1.4.31.1.1.20.1|65|3443711066
+1.3.6.1.2.1.4.31.1.1.21.1|70|29213514842
+1.3.6.1.2.1.4.31.1.1.22.1|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.24.1|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.26.1|65|74
+1.3.6.1.2.1.4.31.1.1.27.1|65|0
+1.3.6.1.2.1.4.31.1.1.28.1|65|74
+1.3.6.1.2.1.4.31.1.1.29.1|65|0
+1.3.6.1.2.1.4.31.1.1.30.1|65|3443710992
+1.3.6.1.2.1.4.31.1.1.31.1|70|29213514768
+1.3.6.1.2.1.4.31.1.1.32.1|65|431861777
+1.3.6.1.2.1.4.31.1.1.33.1|70|17734351826961
+1.3.6.1.2.1.4.31.1.1.34.1|65|0
+1.3.6.1.2.1.4.31.1.1.35.1|70|0
+1.3.6.1.2.1.4.31.1.1.36.1|65|0
+1.3.6.1.2.1.4.31.1.1.37.1|70|0
+1.3.6.1.2.1.4.31.1.1.38.1|65|0
+1.3.6.1.2.1.4.31.1.1.39.1|70|0
+1.3.6.1.2.1.4.31.1.1.40.1|65|0
+1.3.6.1.2.1.4.31.1.1.41.1|70|0
+1.3.6.1.2.1.4.31.1.1.42.1|65|451901
+1.3.6.1.2.1.4.31.1.1.43.1|70|451901
+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.47.1|66|60000
+1.3.6.1.2.1.4.35.1.4.12.1.4.10.24.12.222|4x|566FE75C003B
+1.3.6.1.2.1.4.35.1.4.12.1.4.10.27.12.1|4x|E81CBAE0EFF4
+1.3.6.1.2.1.4.35.1.4.13.1.4.169.254.122.195|4x|566FE75C0012
+1.3.6.1.2.1.4.35.1.4.13.1.4.169.254.126.13|4x|566FE75C005D
+1.3.6.1.2.1.4.35.1.4.13.1.4.169.254.211.248|4x|566FE75C0053
+1.3.6.1.2.1.4.35.1.4.13.1.4.169.254.252.163|4x|566FE75C000A
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.11.11.59|4x|001A4A87D094
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.11.11.64|4x|001A4A87D195
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.11.11.120|4x|001A4A87D126
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.1|4x|10E878BE1E92
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.2|4x|E81CBAE0EFF4
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.20|4x|001A4A87D126
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.21|4x|566FE75C0009
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.30|4x|566FE75C0057
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.44|4x|566FE75C0059
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.48|4x|566FE75C0012
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.49|4x|566FE75C0005
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.50|4x|001A4A160131
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.51|4x|566FE75C0003
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.52|4x|D4BED9B46EEB
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.53|4x|001A4A16013C
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.55|4x|566FE75C000D
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.59|4x|001A4A87D094
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.64|4x|001A4A87D195
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.65|4x|566FE75C0053
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.66|4x|566FE75C005D
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.70|4x|566FE75C0055
+1.3.6.1.2.1.4.35.1.4.13.1.4.10.10.10.120|4x|001A4A87D126
+1.3.6.1.2.1.4.35.1.4.14.1.4.10.10.10.1|4x|10E878BE1E92
+1.3.6.1.2.1.4.35.1.4.14.1.4.10.10.10.2|4x|E81CBAE0EFF4
+1.3.6.1.2.1.4.35.1.4.14.1.4.10.10.10.51|4x|566FE75C0003
+1.3.6.1.2.1.5.1.0|65|64001738
+1.3.6.1.2.1.5.2.0|65|2016739
+1.3.6.1.2.1.5.3.0|65|8323
+1.3.6.1.2.1.5.4.0|65|55375969
+1.3.6.1.2.1.5.5.0|65|13573
+1.3.6.1.2.1.5.6.0|65|14
+1.3.6.1.2.1.5.7.0|65|242
+1.3.6.1.2.1.5.8.0|65|2854
+1.3.6.1.2.1.5.9.0|65|8598555
+1.3.6.1.2.1.5.10.0|65|1976
+1.3.6.1.2.1.5.11.0|65|131
+1.3.6.1.2.1.5.12.0|65|85
+1.3.6.1.2.1.5.13.0|65|0
+1.3.6.1.2.1.5.14.0|65|0
+1.3.6.1.2.1.5.15.0|65|8361826
+1.3.6.1.2.1.5.16.0|65|0
+1.3.6.1.2.1.5.17.0|65|3305
+1.3.6.1.2.1.5.18.0|65|52
+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|0
+1.3.6.1.2.1.5.22.0|65|105
+1.3.6.1.2.1.5.23.0|65|8358233
+1.3.6.1.2.1.5.24.0|65|0
+1.3.6.1.2.1.5.25.0|65|131
+1.3.6.1.2.1.5.26.0|65|0
+1.3.6.1.2.1.5.29.1.2.1|65|64001738
+1.3.6.1.2.1.5.29.1.2.2|65|0
+1.3.6.1.2.1.5.29.1.3.1|65|2016739
+1.3.6.1.2.1.5.29.1.3.2|65|0
+1.3.6.1.2.1.5.29.1.4.1|65|0
+1.3.6.1.2.1.5.29.1.4.2|65|0
+1.3.6.1.2.1.5.29.1.5.1|65|8361826
+1.3.6.1.2.1.5.29.1.5.2|65|0
+1.3.6.1.2.1.5.30.1.3.1.0|65|1976
+1.3.6.1.2.1.5.30.1.3.1.3|65|55375969
+1.3.6.1.2.1.5.30.1.3.1.4|65|242
+1.3.6.1.2.1.5.30.1.3.1.5|65|2854
+1.3.6.1.2.1.5.30.1.3.1.8|65|8598555
+1.3.6.1.2.1.5.30.1.3.1.11|65|13573
+1.3.6.1.2.1.5.30.1.3.1.12|65|14
+1.3.6.1.2.1.5.30.1.3.1.13|65|131
+1.3.6.1.2.1.5.30.1.3.1.14|65|85
+1.3.6.1.2.1.5.30.1.3.1.165|65|16
+1.3.6.1.2.1.5.30.1.4.1.0|65|8358233
+1.3.6.1.2.1.5.30.1.4.1.3|65|3305
+1.3.6.1.2.1.5.30.1.4.1.8|65|105
+1.3.6.1.2.1.5.30.1.4.1.11|65|52
+1.3.6.1.2.1.5.30.1.4.1.14|65|131
+1.3.6.1.2.1.6.5.0|65|1709764468
+1.3.6.1.2.1.6.6.0|65|1074523440
+1.3.6.1.2.1.6.7.0|65|4921824
+1.3.6.1.2.1.6.8.0|65|1110865648
+1.3.6.1.2.1.6.9.0|66|96
+1.3.6.1.2.1.6.10.0|65|1037559454
+1.3.6.1.2.1.6.11.0|65|2506982898
+1.3.6.1.2.1.6.12.0|65|324226956
+1.3.6.1.2.1.6.14.0|65|706614
+1.3.6.1.2.1.6.15.0|65|2670345280
+1.3.6.1.2.1.6.19.1.7.1.4.10.27.12.5.22910.1.4.10.10.11.51.8080|2|5
+1.3.6.1.2.1.6.19.1.7.1.4.10.27.12.5.30818.1.4.10.10.12.103.80|2|5
+1.3.6.1.2.1.7.1.0|65|2761149872
+1.3.6.1.2.1.7.2.0|65|1791575
+1.3.6.1.2.1.7.3.0|65|4598
+1.3.6.1.2.1.7.4.0|65|3258526880
+1.3.6.1.2.1.11.1.0|65|9505
+1.3.6.1.2.1.11.2.0|65|9498
+1.3.6.1.2.1.11.3.0|65|0
+1.3.6.1.2.1.11.4.0|65|6
+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|83115
+1.3.6.1.2.1.11.14.0|65|0
+1.3.6.1.2.1.11.15.0|65|1026
+1.3.6.1.2.1.11.16.0|65|334
+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|9500
+1.3.6.1.2.1.11.29.0|65|0
+1.3.6.1.2.1.11.30.0|2|2
+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|690839244
+1.3.6.1.2.1.25.1.5.0|66|0
+1.3.6.1.2.1.25.1.6.0|66|138
+1.3.6.1.2.1.25.2.2.0|2|8063744
+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.31|2|31
+1.3.6.1.2.1.25.2.3.1.1.32|2|32
+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.31|6|1.3.6.1.2.1.25.2.1.4
+1.3.6.1.2.1.25.2.3.1.2.32|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.31|4|/var
+1.3.6.1.2.1.25.2.3.1.3.32|4|/etc
+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.31|2|4096
+1.3.6.1.2.1.25.2.3.1.4.32|2|4096
+1.3.6.1.2.1.25.2.3.1.5.1|2|8063744
+1.3.6.1.2.1.25.2.3.1.5.3|2|8063744
+1.3.6.1.2.1.25.2.3.1.5.6|2|8063744
+1.3.6.1.2.1.25.2.3.1.5.7|2|51768
+1.3.6.1.2.1.25.2.3.1.5.8|2|21660
+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.31|2|12288
+1.3.6.1.2.1.25.2.3.1.5.32|2|512
+1.3.6.1.2.1.25.2.3.1.6.1|2|210168
+1.3.6.1.2.1.25.2.3.1.6.3|2|210168
+1.3.6.1.2.1.25.2.3.1.6.6|2|10208
+1.3.6.1.2.1.25.2.3.1.6.7|2|51768
+1.3.6.1.2.1.25.2.3.1.6.8|2|21660
+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.31|2|5027
+1.3.6.1.2.1.25.2.3.1.6.32|2|130
+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.196609|2|196609
+1.3.6.1.2.1.25.3.2.1.1.196610|2|196610
+1.3.6.1.2.1.25.3.2.1.1.196611|2|196611
+1.3.6.1.2.1.25.3.2.1.1.196612|2|196612
+1.3.6.1.2.1.25.3.2.1.1.196613|2|196613
+1.3.6.1.2.1.25.3.2.1.1.196614|2|196614
+1.3.6.1.2.1.25.3.2.1.1.196615|2|196615
+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.262146|2|262146
+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.262150|2|262150
+1.3.6.1.2.1.25.3.2.1.1.262151|2|262151
+1.3.6.1.2.1.25.3.2.1.1.262152|2|262152
+1.3.6.1.2.1.25.3.2.1.1.262153|2|262153
+1.3.6.1.2.1.25.3.2.1.1.262155|2|262155
+1.3.6.1.2.1.25.3.2.1.1.262156|2|262156
+1.3.6.1.2.1.25.3.2.1.1.262157|2|262157
+1.3.6.1.2.1.25.3.2.1.1.262158|2|262158
+1.3.6.1.2.1.25.3.2.1.1.393232|2|393232
+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.196609|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.196610|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.196611|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.196612|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.196613|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.196614|6|1.3.6.1.2.1.25.3.1.3
+1.3.6.1.2.1.25.3.2.1.2.196615|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.262146|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.262150|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262151|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262152|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262153|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262155|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262156|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262157|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.262158|6|1.3.6.1.2.1.25.3.1.4
+1.3.6.1.2.1.25.3.2.1.2.393232|6|1.3.6.1.2.1.25.3.1.6
+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|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196609|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196610|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196611|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196612|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196613|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196614|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+1.3.6.1.2.1.25.3.2.1.3.196615|4|GenuineIntel: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
+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.262146|4|network interface eth0
+1.3.6.1.2.1.25.3.2.1.3.262147|4|network interface eth1
+1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface eth2
+1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface eth3
+1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface eth4
+1.3.6.1.2.1.25.3.2.1.3.262151|4|network interface eth5
+1.3.6.1.2.1.25.3.2.1.3.262152|4|network interface eth6
+1.3.6.1.2.1.25.3.2.1.3.262153|4|network interface eth7
+1.3.6.1.2.1.25.3.2.1.3.262155|4|network interface bond0
+1.3.6.1.2.1.25.3.2.1.3.262156|4|network interface bond0.27
+1.3.6.1.2.1.25.3.2.1.3.262157|4|network interface bond0.2
+1.3.6.1.2.1.25.3.2.1.3.262158|4|network interface bond0.2
+1.3.6.1.2.1.25.3.2.1.3.393232|4|SCSI disk (/dev/sda)
+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.196609|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.196610|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.196611|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.196612|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.196613|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.196614|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.196615|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.262146|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.262150|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262151|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262152|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262153|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262155|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262156|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262157|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.262158|6|0.0
+1.3.6.1.2.1.25.3.2.1.4.393232|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.196609|2|2
+1.3.6.1.2.1.25.3.2.1.5.196610|2|2
+1.3.6.1.2.1.25.3.2.1.5.196611|2|2
+1.3.6.1.2.1.25.3.2.1.5.196612|2|2
+1.3.6.1.2.1.25.3.2.1.5.196613|2|2
+1.3.6.1.2.1.25.3.2.1.5.196614|2|2
+1.3.6.1.2.1.25.3.2.1.5.196615|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.262146|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|2
+1.3.6.1.2.1.25.3.2.1.5.262150|2|2
+1.3.6.1.2.1.25.3.2.1.5.262151|2|2
+1.3.6.1.2.1.25.3.2.1.5.262152|2|2
+1.3.6.1.2.1.25.3.2.1.5.262153|2|2
+1.3.6.1.2.1.25.3.2.1.5.262155|2|2
+1.3.6.1.2.1.25.3.2.1.5.262156|2|2
+1.3.6.1.2.1.25.3.2.1.5.262157|2|2
+1.3.6.1.2.1.25.3.2.1.5.262158|2|2
+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.262146|65|8
+1.3.6.1.2.1.25.3.2.1.6.262147|65|52
+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.2.1.6.262150|65|0
+1.3.6.1.2.1.25.3.2.1.6.262151|65|0
+1.3.6.1.2.1.25.3.2.1.6.262152|65|0
+1.3.6.1.2.1.25.3.2.1.6.262153|65|0
+1.3.6.1.2.1.25.3.2.1.6.262155|65|60
+1.3.6.1.2.1.25.3.2.1.6.262156|65|0
+1.3.6.1.2.1.25.3.2.1.6.262157|65|0
+1.3.6.1.2.1.25.3.2.1.6.262158|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.1.196609|6|0.0
+1.3.6.1.2.1.25.3.3.1.1.196610|6|0.0
+1.3.6.1.2.1.25.3.3.1.1.196611|6|0.0
+1.3.6.1.2.1.25.3.3.1.1.196612|6|0.0
+1.3.6.1.2.1.25.3.3.1.1.196613|6|0.0
+1.3.6.1.2.1.25.3.3.1.1.196614|6|0.0
+1.3.6.1.2.1.25.3.3.1.1.196615|6|0.0
+1.3.6.1.2.1.25.3.3.1.2.196608|2|3
+1.3.6.1.2.1.25.3.3.1.2.196609|2|6
+1.3.6.1.2.1.25.3.3.1.2.196610|2|1
+1.3.6.1.2.1.25.3.3.1.2.196611|2|1
+1.3.6.1.2.1.25.3.3.1.2.196612|2|1
+1.3.6.1.2.1.25.3.3.1.2.196613|2|1
+1.3.6.1.2.1.25.3.3.1.2.196614|2|1
+1.3.6.1.2.1.25.3.3.1.2.196615|2|0
+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.2|4|eth0
+1.3.6.1.2.1.31.1.1.1.1.3|4|eth1
+1.3.6.1.2.1.31.1.1.1.1.4|4|eth2
+1.3.6.1.2.1.31.1.1.1.1.5|4|eth3
+1.3.6.1.2.1.31.1.1.1.1.6|4|eth4
+1.3.6.1.2.1.31.1.1.1.1.7|4|eth5
+1.3.6.1.2.1.31.1.1.1.1.8|4|eth6
+1.3.6.1.2.1.31.1.1.1.1.9|4|eth7
+1.3.6.1.2.1.31.1.1.1.1.11|4|bond0
+1.3.6.1.2.1.31.1.1.1.1.12|4|bond0.27
+1.3.6.1.2.1.31.1.1.1.1.13|4|bond0.2
+1.3.6.1.2.1.31.1.1.1.1.14|4|bond0.2
+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.2|65|1680193
+1.3.6.1.2.1.31.1.1.1.2.3|65|1680672
+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.2.6|65|0
+1.3.6.1.2.1.31.1.1.1.2.7|65|0
+1.3.6.1.2.1.31.1.1.1.2.8|65|0
+1.3.6.1.2.1.31.1.1.1.2.9|65|0
+1.3.6.1.2.1.31.1.1.1.2.11|65|3360865
+1.3.6.1.2.1.31.1.1.1.2.12|65|3
+1.3.6.1.2.1.31.1.1.1.2.13|65|37093
+1.3.6.1.2.1.31.1.1.1.2.14|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.2|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.3.6|65|0
+1.3.6.1.2.1.31.1.1.1.3.7|65|0
+1.3.6.1.2.1.31.1.1.1.3.8|65|0
+1.3.6.1.2.1.31.1.1.1.3.9|65|0
+1.3.6.1.2.1.31.1.1.1.3.11|65|0
+1.3.6.1.2.1.31.1.1.1.3.12|65|0
+1.3.6.1.2.1.31.1.1.1.3.13|65|0
+1.3.6.1.2.1.31.1.1.1.3.14|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.2|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.4.6|65|0
+1.3.6.1.2.1.31.1.1.1.4.7|65|0
+1.3.6.1.2.1.31.1.1.1.4.8|65|0
+1.3.6.1.2.1.31.1.1.1.4.9|65|0
+1.3.6.1.2.1.31.1.1.1.4.11|65|0
+1.3.6.1.2.1.31.1.1.1.4.12|65|0
+1.3.6.1.2.1.31.1.1.1.4.13|65|0
+1.3.6.1.2.1.31.1.1.1.4.14|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.2|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.5.6|65|0
+1.3.6.1.2.1.31.1.1.1.5.7|65|0
+1.3.6.1.2.1.31.1.1.1.5.8|65|0
+1.3.6.1.2.1.31.1.1.1.5.9|65|0
+1.3.6.1.2.1.31.1.1.1.5.11|65|0
+1.3.6.1.2.1.31.1.1.1.5.12|65|0
+1.3.6.1.2.1.31.1.1.1.5.13|65|0
+1.3.6.1.2.1.31.1.1.1.5.14|65|0
+1.3.6.1.2.1.31.1.1.1.6.1|70|717721723934
+1.3.6.1.2.1.31.1.1.1.6.2|70|7962066160943
+1.3.6.1.2.1.31.1.1.1.6.3|70|8325999861240
+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.6.6|70|0
+1.3.6.1.2.1.31.1.1.1.6.7|70|0
+1.3.6.1.2.1.31.1.1.1.6.8|70|0
+1.3.6.1.2.1.31.1.1.1.6.9|70|0
+1.3.6.1.2.1.31.1.1.1.6.11|70|16288066022183
+1.3.6.1.2.1.31.1.1.1.6.12|70|11896607895353
+1.3.6.1.2.1.31.1.1.1.6.13|70|3438570914898
+1.3.6.1.2.1.31.1.1.1.6.14|70|5953727840
+1.3.6.1.2.1.31.1.1.1.7.1|70|2761006293
+1.3.6.1.2.1.31.1.1.1.7.2|70|13704376334
+1.3.6.1.2.1.31.1.1.1.7.3|70|16051470356
+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.7.6|70|0
+1.3.6.1.2.1.31.1.1.1.7.7|70|0
+1.3.6.1.2.1.31.1.1.1.7.8|70|0
+1.3.6.1.2.1.31.1.1.1.7.9|70|0
+1.3.6.1.2.1.31.1.1.1.7.11|70|29755846690
+1.3.6.1.2.1.31.1.1.1.7.12|70|6728249943
+1.3.6.1.2.1.31.1.1.1.7.13|70|17293796176
+1.3.6.1.2.1.31.1.1.1.7.14|70|36545831
+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.2|70|1680193
+1.3.6.1.2.1.31.1.1.1.8.3|70|1680672
+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.8.6|70|0
+1.3.6.1.2.1.31.1.1.1.8.7|70|0
+1.3.6.1.2.1.31.1.1.1.8.8|70|0
+1.3.6.1.2.1.31.1.1.1.8.9|70|0
+1.3.6.1.2.1.31.1.1.1.8.11|70|3360865
+1.3.6.1.2.1.31.1.1.1.8.12|70|3
+1.3.6.1.2.1.31.1.1.1.8.13|70|37093
+1.3.6.1.2.1.31.1.1.1.8.14|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.2|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.9.6|70|0
+1.3.6.1.2.1.31.1.1.1.9.7|70|0
+1.3.6.1.2.1.31.1.1.1.9.8|70|0
+1.3.6.1.2.1.31.1.1.1.9.9|70|0
+1.3.6.1.2.1.31.1.1.1.9.11|70|0
+1.3.6.1.2.1.31.1.1.1.9.12|70|0
+1.3.6.1.2.1.31.1.1.1.9.13|70|0
+1.3.6.1.2.1.31.1.1.1.9.14|70|0
+1.3.6.1.2.1.31.1.1.1.10.1|70|717721723934
+1.3.6.1.2.1.31.1.1.1.10.2|70|9616791576413
+1.3.6.1.2.1.31.1.1.1.10.3|70|8481034166554
+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.10.6|70|0
+1.3.6.1.2.1.31.1.1.1.10.7|70|0
+1.3.6.1.2.1.31.1.1.1.10.8|70|0
+1.3.6.1.2.1.31.1.1.1.10.9|70|0
+1.3.6.1.2.1.31.1.1.1.10.11|70|18097825742967
+1.3.6.1.2.1.31.1.1.1.10.12|70|2841259948451
+1.3.6.1.2.1.31.1.1.1.10.13|70|14545837960001
+1.3.6.1.2.1.31.1.1.1.10.14|70|26129012779
+1.3.6.1.2.1.31.1.1.1.11.1|70|2761006293
+1.3.6.1.2.1.31.1.1.1.11.2|70|23702967816
+1.3.6.1.2.1.31.1.1.1.11.3|70|9678967110
+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.11.6|70|0
+1.3.6.1.2.1.31.1.1.1.11.7|70|0
+1.3.6.1.2.1.31.1.1.1.11.8|70|0
+1.3.6.1.2.1.31.1.1.1.11.9|70|0
+1.3.6.1.2.1.31.1.1.1.11.11|70|33381934926
+1.3.6.1.2.1.31.1.1.1.11.12|70|13468808940
+1.3.6.1.2.1.31.1.1.1.11.13|70|12986502611
+1.3.6.1.2.1.31.1.1.1.11.14|70|27019609
+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.2|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.12.6|70|0
+1.3.6.1.2.1.31.1.1.1.12.7|70|0
+1.3.6.1.2.1.31.1.1.1.12.8|70|0
+1.3.6.1.2.1.31.1.1.1.12.9|70|0
+1.3.6.1.2.1.31.1.1.1.12.11|70|0
+1.3.6.1.2.1.31.1.1.1.12.12|70|0
+1.3.6.1.2.1.31.1.1.1.12.13|70|0
+1.3.6.1.2.1.31.1.1.1.12.14|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.2|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.13.6|70|0
+1.3.6.1.2.1.31.1.1.1.13.7|70|0
+1.3.6.1.2.1.31.1.1.1.13.8|70|0
+1.3.6.1.2.1.31.1.1.1.13.9|70|0
+1.3.6.1.2.1.31.1.1.1.13.11|70|0
+1.3.6.1.2.1.31.1.1.1.13.12|70|0
+1.3.6.1.2.1.31.1.1.1.13.13|70|0
+1.3.6.1.2.1.31.1.1.1.13.14|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.2|66|1000
+1.3.6.1.2.1.31.1.1.1.15.3|66|1000
+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.15.6|66|0
+1.3.6.1.2.1.31.1.1.1.15.7|66|0
+1.3.6.1.2.1.31.1.1.1.15.8|66|0
+1.3.6.1.2.1.31.1.1.1.15.9|66|0
+1.3.6.1.2.1.31.1.1.1.15.11|66|2000
+1.3.6.1.2.1.31.1.1.1.15.12|66|2000
+1.3.6.1.2.1.31.1.1.1.15.13|66|2000
+1.3.6.1.2.1.31.1.1.1.15.14|66|2000
+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.2|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.16.6|2|2
+1.3.6.1.2.1.31.1.1.1.16.7|2|2
+1.3.6.1.2.1.31.1.1.1.16.8|2|2
+1.3.6.1.2.1.31.1.1.1.16.9|2|2
+1.3.6.1.2.1.31.1.1.1.16.11|2|2
+1.3.6.1.2.1.31.1.1.1.16.12|2|2
+1.3.6.1.2.1.31.1.1.1.16.13|2|2
+1.3.6.1.2.1.31.1.1.1.16.14|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.2|2|1
+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.17.6|2|1
+1.3.6.1.2.1.31.1.1.1.17.7|2|1
+1.3.6.1.2.1.31.1.1.1.17.8|2|1
+1.3.6.1.2.1.31.1.1.1.17.9|2|1
+1.3.6.1.2.1.31.1.1.1.17.11|2|1
+1.3.6.1.2.1.31.1.1.1.17.12|2|1
+1.3.6.1.2.1.31.1.1.1.17.13|2|1
+1.3.6.1.2.1.31.1.1.1.17.14|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.2|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.18.6|4|
+1.3.6.1.2.1.31.1.1.1.18.7|4|
+1.3.6.1.2.1.31.1.1.1.18.8|4|
+1.3.6.1.2.1.31.1.1.1.18.9|4|
+1.3.6.1.2.1.31.1.1.1.18.11|4|
+1.3.6.1.2.1.31.1.1.1.18.12|4|
+1.3.6.1.2.1.31.1.1.1.18.13|4|
+1.3.6.1.2.1.31.1.1.1.18.14|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.2|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.2.1.31.1.1.1.19.6|67|0
+1.3.6.1.2.1.31.1.1.1.19.7|67|0
+1.3.6.1.2.1.31.1.1.1.19.8|67|0
+1.3.6.1.2.1.31.1.1.1.19.9|67|0
+1.3.6.1.2.1.31.1.1.1.19.11|67|0
+1.3.6.1.2.1.31.1.1.1.19.12|67|0
+1.3.6.1.2.1.31.1.1.1.19.13|67|0
+1.3.6.1.2.1.31.1.1.1.19.14|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.2|2|2
+1.3.6.1.4.1.2021.9.1.2.1|4|/var
+1.3.6.1.4.1.2021.9.1.2.2|4|/etc
+1.3.6.1.4.1.2021.9.1.3.1|4|/var
+1.3.6.1.4.1.2021.9.1.3.2|4|/etc
+1.3.6.1.4.1.2021.9.1.4.1|2|1000
+1.3.6.1.4.1.2021.9.1.4.2|2|1000
+1.3.6.1.4.1.2021.9.1.5.1|2|-1
+1.3.6.1.4.1.2021.9.1.5.2|2|-1
+1.3.6.1.4.1.2021.9.1.6.1|2|49152
+1.3.6.1.4.1.2021.9.1.6.2|2|2048
+1.3.6.1.4.1.2021.9.1.7.1|2|29044
+1.3.6.1.4.1.2021.9.1.7.2|2|1528
+1.3.6.1.4.1.2021.9.1.8.1|2|20108
+1.3.6.1.4.1.2021.9.1.8.2|2|520
+1.3.6.1.4.1.2021.9.1.9.1|2|41
+1.3.6.1.4.1.2021.9.1.9.2|2|25
+1.3.6.1.4.1.2021.9.1.10.1|2|0
+1.3.6.1.4.1.2021.9.1.10.2|2|0
+1.3.6.1.4.1.2021.9.1.11.1|66|49152
+1.3.6.1.4.1.2021.9.1.11.2|66|2048
+1.3.6.1.4.1.2021.9.1.12.1|66|0
+1.3.6.1.4.1.2021.9.1.12.2|66|0
+1.3.6.1.4.1.2021.9.1.13.1|66|29044
+1.3.6.1.4.1.2021.9.1.13.2|66|1528
+1.3.6.1.4.1.2021.9.1.14.1|66|0
+1.3.6.1.4.1.2021.9.1.14.2|66|0
+1.3.6.1.4.1.2021.9.1.15.1|66|20108
+1.3.6.1.4.1.2021.9.1.15.2|66|520
+1.3.6.1.4.1.2021.9.1.16.1|66|0
+1.3.6.1.4.1.2021.9.1.16.2|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.2|2|0
+1.3.6.1.4.1.2021.9.1.101.1|4|
+1.3.6.1.4.1.2021.9.1.101.2|4|
+1.3.6.1.4.1.2021.10.1.5.1|2|4
+1.3.6.1.4.1.2021.10.1.5.2|2|11
+1.3.6.1.4.1.2021.10.1.5.3|2|9
+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|3593
+1.3.6.1.4.1.2021.11.8.0|2|1589
+1.3.6.1.4.1.2021.11.9.0|2|0
+1.3.6.1.4.1.2021.11.10.0|2|0
+1.3.6.1.4.1.2021.11.11.0|2|98
+1.3.6.1.4.1.2021.11.50.0|65|65819247
+1.3.6.1.4.1.2021.11.51.0|65|4464
+1.3.6.1.4.1.2021.11.52.0|65|16745480
+1.3.6.1.4.1.2021.11.53.0|65|1098784649
+1.3.6.1.4.1.2021.11.54.0|65|196
+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|28204
+1.3.6.1.4.1.2021.11.58.0|65|119866
+1.3.6.1.4.1.2021.11.59.0|65|1603106634
+1.3.6.1.4.1.2021.11.60.0|65|416675141
+1.3.6.1.4.1.2021.11.61.0|65|50392901
+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|8
+1.3.6.1.4.1.23263.4.2.1.1.1|4|aloha
+1.3.6.1.4.1.23263.4.2.1.1.4|4|9.0.4
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.5|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.6|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.7|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.1.1.16|2|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.3|2|3
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.4|2|4
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.5|2|5
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.6|2|6
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.7|2|7
+1.3.6.1.4.1.23263.4.2.1.3.2.1.2.1.16|2|16
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.2|4|stats
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.3|4|foobar.example
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.4|4|api.foobar.example
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.5|4|hello.foobar.example
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.6|4|foobar.foobar.example
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.7|4|barfoo.foobar.example
+1.3.6.1.4.1.23263.4.2.1.3.2.1.3.1.16|4|bar.foobar.example
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.3|70|36
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.4|70|1
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.4.1.16|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.2|70|3
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.3|70|223
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.4|70|35
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.5|70|2
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.6|70|2
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.7|70|2
+1.3.6.1.4.1.23263.4.2.1.3.2.1.5.1.16|70|2
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.2|70|160000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.3|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.4|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.5|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.6|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.7|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.6.1.16|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.2|70|156
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.3|70|2078694
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.4|70|36928
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.5|70|120
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.6|70|71
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.7|70|53
+1.3.6.1.4.1.23263.4.2.1.3.2.1.7.1.16|70|59
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.2|70|13457
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.3|70|1738601833
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.4|70|14211044
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.5|70|114119
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.6|70|10993
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.7|70|11014
+1.3.6.1.4.1.23263.4.2.1.3.2.1.8.1.16|70|12719
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.2|70|28590
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.3|70|16545943121
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.4|70|170984769
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.5|70|97616
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.6|70|176536
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.7|70|40317
+1.3.6.1.4.1.23263.4.2.1.3.2.1.9.1.16|70|46513
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.2|70|97
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.3|70|17859
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.4|70|419
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.5|70|10
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.6|70|15
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.7|70|5
+1.3.6.1.4.1.23263.4.2.1.3.2.1.10.1.16|70|5
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.7|70|47
+1.3.6.1.4.1.23263.4.2.1.3.2.1.11.1.16|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.12.1.16|70|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.2|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.3|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.4|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.5|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.6|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.7|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.13.1.16|4|OPEN
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.5|65|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.6|65|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.7|65|0
+1.3.6.1.4.1.23263.4.2.1.3.2.1.14.1.16|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.8|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.9|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.10|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.11|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.12|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.13|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.14|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.15|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.1.1.17|2|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.8|2|8
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.9|2|9
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.10|2|10
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.11|2|11
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.12|2|12
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.13|2|13
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.14|2|14
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.15|2|15
+1.3.6.1.4.1.23263.4.2.1.3.3.1.2.1.17|2|17
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.2|4|stats
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.8|4|abc-Tomcat
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.9|4|hidden
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.10|4|api-IIS
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.11|4|api-secret
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.12|4|play1-foo
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.13|4|hello-Tomcat
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.14|4|bar-Tomcats
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.15|4|tomcat-foo-as
+1.3.6.1.4.1.23263.4.2.1.3.3.1.3.1.17|4|api-library-search
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.4.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.5.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.6.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.7.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.2|70|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.8|70|6
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.9|70|3
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.10|70|20
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.11|70|18
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.12|70|2
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.13|70|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.14|70|2
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.15|70|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.8.1.17|70|2
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.2|70|16000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.8|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.9|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.10|70|2000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.11|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.12|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.13|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.14|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.15|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.9.1.17|70|1000
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.2|70|59
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.8|70|13652
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.9|70|6180
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.10|70|559628
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.11|70|1889997
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.12|70|338
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.13|70|115
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.14|70|59
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.15|70|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.10.1.17|70|59
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.8|70|13649
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.9|70|4989
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.10|70|539187
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.11|70|1630103
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.12|70|283
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.13|70|36
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.14|70|59
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.15|70|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.11.1.17|70|55
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.2|70|13457
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.8|70|3038945
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.9|70|4753834
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.10|70|203266004
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.11|70|1541577989
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.12|70|175748
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.13|70|114119
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.14|70|10631
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.15|70|1104
+1.3.6.1.4.1.23263.4.2.1.3.3.1.12.1.17|70|12695
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.2|70|28590
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.8|70|10718084
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.9|70|1932609
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.10|70|15876233649
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.11|70|816178430
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.12|70|8258624
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.13|70|95746
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.14|70|173918
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.15|70|30733
+1.3.6.1.4.1.23263.4.2.1.3.3.1.13.1.17|70|45765
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.2|70|59
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.12|70|8
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.14.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.8|70|7
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.11|70|2
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.15.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.16.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.17.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.11|70|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.18.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.9|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.10|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.11|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.12|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.13|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.14|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.15|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.19.1.17|70|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.8|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.9|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.10|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.11|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.12|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.13|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.14|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.15|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.20.1.17|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.8|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.9|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.10|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.11|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.12|65|19
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.13|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.14|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.15|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.3.1.21.1.17|65|53697
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.8|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.9|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.10|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.11|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.12|65|134
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.13|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.14|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.15|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.22.1.17|65|1
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.8|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.9|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.10|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.11|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.12|65|707
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.13|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.14|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.15|65|0
+1.3.6.1.4.1.23263.4.2.1.3.3.1.23.1.17|65|18
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.8.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.8.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.8.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.8.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.9.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.9.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.9.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.9.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.5|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.6|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.7|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.10.8|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.11.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.11.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.12.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.12.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.13.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.14.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.14.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.15.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.15.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.15.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.17.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.17.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.17.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.1.1.17.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.8.1|2|8
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.8.2|2|8
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.8.3|2|8
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.8.4|2|8
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.9.1|2|9
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.9.2|2|9
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.9.3|2|9
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.9.4|2|9
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.1|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.2|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.3|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.4|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.5|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.6|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.7|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.10.8|2|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.11.1|2|11
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.11.2|2|11
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.12.1|2|12
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.12.2|2|12
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.13.1|2|13
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.14.1|2|14
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.14.2|2|14
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.15.1|2|15
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.15.2|2|15
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.15.3|2|15
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.17.1|2|17
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.17.2|2|17
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.17.3|2|17
+1.3.6.1.4.1.23263.4.2.1.3.4.1.2.1.17.4|2|17
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.8.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.8.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.8.3|2|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.8.4|2|4
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.9.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.9.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.9.3|2|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.9.4|2|4
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.3|2|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.4|2|4
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.5|2|5
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.6|2|6
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.7|2|7
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.10.8|2|8
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.11.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.11.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.12.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.12.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.13.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.14.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.14.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.15.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.15.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.15.3|2|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.17.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.17.2|2|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.17.3|2|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.3.1.17.4|2|4
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.8.1|4|as1160
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.8.2|4|as1161
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.8.3|4|as1260
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.8.4|4|as1261
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.9.1|4|tomcat201
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.9.2|4|tomcat200
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.9.3|4|tomcat3101
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.9.4|4|tomcat3100
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.1|4|as1100
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.2|4|as1101
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.3|4|as1200
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.4|4|as1201
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.5|4|as1202
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.6|4|as1203
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.7|4|as1204
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.10.8|4|as1205
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.11.1|4|as1100
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.11.2|4|as1101
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.12.1|4|as1112
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.12.2|4|as1119
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.13.1|4|foobarqa1100
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.14.1|4|foobarkk1100
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.14.2|4|foobarkk1200
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.15.1|4|barfoo1100
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.15.2|4|barfoo1200
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.15.3|4|tomcat1200
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.17.1|4|asdocker1200-1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.17.2|4|asdocker1200-2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.17.3|4|asdocker1200-3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.4.1.17.4|4|asdocker1200-4
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.11.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.5.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.11.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.6.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.11.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.7.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.11.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.8.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.8.1|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.8.2|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.8.3|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.8.4|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.9.2|70|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.3|70|5
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.4|70|6
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.5|70|6
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.6|70|7
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.7|70|7
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.10.8|70|6
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.11.1|70|11
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.11.2|70|17
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.12.1|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.12.2|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.13.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.14.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.14.2|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.15.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.17.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.17.2|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.17.3|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.9.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.8.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.8.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.8.3|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.8.4|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.9.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.9.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.9.3|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.9.4|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.3|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.4|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.5|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.6|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.7|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.10.8|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.11.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.11.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.12.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.12.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.13.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.14.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.14.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.15.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.15.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.15.3|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.17.1|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.17.2|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.17.3|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.10.1.17.4|70|10000
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.8.1|70|3386
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.8.2|70|3415
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.8.3|70|3441
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.8.4|70|3410
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.9.2|70|6180
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.3|70|94850
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.4|70|93552
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.5|70|93048
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.6|70|94283
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.7|70|91872
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.10.8|70|92023
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.11.1|70|932224
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.11.2|70|957774
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.12.1|70|184
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.12.2|70|146
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.13.1|70|115
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.14.1|70|29
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.14.2|70|30
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.15.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.17.1|70|29
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.17.2|70|29
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.17.3|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.11.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.8.1|70|3386
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.8.2|70|3414
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.8.3|70|3441
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.8.4|70|3408
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.9.2|70|4989
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.3|70|88986
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.4|70|91875
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.5|70|90258
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.6|70|90797
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.7|70|88901
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.10.8|70|88370
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.11.1|70|816881
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.11.2|70|813222
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.12.1|70|150
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.12.2|70|133
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.13.1|70|36
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.14.1|70|29
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.14.2|70|30
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.15.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.17.1|70|27
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.17.2|70|27
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.17.3|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.12.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.8.1|70|752114
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.8.2|70|763541
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.8.3|70|764702
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.8.4|70|758588
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.9.2|70|4753834
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.3|70|34488593
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.4|70|34253830
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.5|70|33711356
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.6|70|34433752
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.7|70|33000236
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.10.8|70|33378237
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.11.1|70|759089593
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.11.2|70|782488396
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.12.1|70|100129
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.12.2|70|71783
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.13.1|70|114119
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.14.1|70|4884
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.14.2|70|5747
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.15.1|70|1104
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.17.1|70|5793
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.17.2|70|6108
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.17.3|70|794
+1.3.6.1.4.1.23263.4.2.1.3.4.1.13.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.8.1|70|2639852
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.8.2|70|2607364
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.8.3|70|2705492
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.8.4|70|2765376
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.9.2|70|1932609
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.3|70|2934848504
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.4|70|2466588724
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.5|70|2466939549
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.6|70|2777033740
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.7|70|2608126355
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.10.8|70|2622696777
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.11.1|70|403211640
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.11.2|70|412966790
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.12.1|70|4951176
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.12.2|70|3305752
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.13.1|70|95746
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.14.1|70|77483
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.14.2|70|96435
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.15.1|70|30733
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.17.1|70|24490
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.17.2|70|21041
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.17.3|70|234
+1.3.6.1.4.1.23263.4.2.1.3.4.1.14.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.11.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.15.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.8.1|70|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.8.2|70|4
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.8.3|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.11.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.11.2|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.16.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.11.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.17.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.8.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.8.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.8.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.8.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.9.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.9.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.9.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.9.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.5|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.6|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.7|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.10.8|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.11.1|70|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.11.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.12.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.12.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.13.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.14.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.14.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.15.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.15.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.15.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.17.1|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.17.2|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.17.3|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.18.1.17.4|70|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.3|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.8.4|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.1|4|MAINT
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.3|4|MAINT
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.9.4|4|MAINT
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.1|4|MAINT
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.2|4|MAINT
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.3|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.4|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.5|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.6|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.7|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.10.8|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.11.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.11.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.12.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.12.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.13.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.14.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.14.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.15.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.15.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.15.3|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.1|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.2|4|UP
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.3|4|DOWN
+1.3.6.1.4.1.23263.4.2.1.3.4.1.19.1.17.4|4|MAINT
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.8.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.8.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.8.3|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.8.4|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.9.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.9.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.9.3|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.9.4|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.3|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.4|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.5|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.6|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.7|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.10.8|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.11.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.11.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.12.1|65|19
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.12.2|65|19
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.13.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.14.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.14.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.15.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.15.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.15.3|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.17.1|65|53697
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.17.2|65|53697
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.17.3|65|53718
+1.3.6.1.4.1.23263.4.2.1.3.4.1.20.1.17.4|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.8.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.8.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.8.3|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.8.4|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.9.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.9.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.9.3|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.9.4|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.3|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.4|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.5|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.6|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.7|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.10.8|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.11.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.11.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.12.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.12.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.13.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.14.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.14.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.15.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.15.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.15.3|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.17.1|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.17.2|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.17.3|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.21.1.17.4|65|10
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.8.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.8.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.8.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.8.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.9.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.9.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.9.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.9.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.5|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.6|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.7|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.10.8|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.11.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.11.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.12.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.12.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.13.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.14.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.14.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.15.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.15.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.15.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.17.1|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.17.2|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.17.3|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.22.1.17.4|2|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.8.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.8.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.8.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.8.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.9.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.9.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.9.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.9.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.5|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.6|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.7|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.10.8|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.11.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.11.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.12.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.12.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.13.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.14.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.14.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.15.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.15.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.15.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.17.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.17.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.17.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.23.1.17.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.8.1|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.8.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.8.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.8.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.9.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.9.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.9.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.9.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.5|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.6|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.7|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.10.8|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.11.1|65|2
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.11.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.12.1|65|3339
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.12.2|65|3364
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.13.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.14.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.14.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.15.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.15.2|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.15.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.17.1|65|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.17.2|65|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.17.3|65|3
+1.3.6.1.4.1.23263.4.2.1.3.4.1.24.1.17.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.8.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.8.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.8.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.8.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.9.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.9.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.9.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.9.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.5|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.6|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.7|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.10.8|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.11.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.11.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.12.1|65|500
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.12.2|65|526
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.13.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.14.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.14.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.15.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.15.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.15.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.17.1|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.17.2|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.17.3|65|1
+1.3.6.1.4.1.23263.4.2.1.3.4.1.25.1.17.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.8.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.8.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.8.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.8.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.9.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.9.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.9.3|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.9.4|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.1|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.2|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.4|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.5|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.6|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.7|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.10.8|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.11.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.11.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.12.1|65|3006
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.12.2|65|3169
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.13.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.14.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.14.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.15.1|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.15.2|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.15.3|65|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.17.1|65|18
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.17.2|65|18
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.17.3|65|53718
+1.3.6.1.4.1.23263.4.2.1.3.4.1.26.1.17.4|65|57974
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.8.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.8.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.8.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.8.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.9.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.9.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.9.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.9.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.4|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.5|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.6|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.7|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.10.8|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.11.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.11.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.12.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.12.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.13.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.14.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.14.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.15.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.15.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.15.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.17.1|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.17.2|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.17.3|2|0
+1.3.6.1.4.1.23263.4.2.1.3.4.1.27.1.17.4|2|0
+1.3.6.1.4.1.23263.4.2.1.5.1|4|ALB5100
+1.3.6.1.4.1.23263.4.2.1.5.3|4|0010F33B9A2B
+1.3.6.1.6.3.10.2.1.3.0|2|49858046