From 575ce64f77537c96e49b454a7d63f5400c96f4ed Mon Sep 17 00:00:00 2001 From: paulierco Date: Tue, 5 Jan 2021 00:04:07 +0200 Subject: [PATCH] New device OS: McafeeWebGateway (#12418) * McafeeWebGateway OS * Update mcafeewebgateway.svg * Update mcafeewebgateway.svg * Update mcafeewebgateway.svg * Update mcafeewebgateway.svg Co-authored-by: Jellyfrog --- html/images/logos/mcafeewebgateway.svg | 1 + html/images/os/mcafeewebgateway.svg | 1 + .../discovery/mcafeewebgateway.yaml | 105 + includes/definitions/mcafeewebgateway.yaml | 13 + mibs/mcafee/MCAFEE-MWG-MIB | 704 ++ mibs/mcafee/MCAFEE-SMI | 40 + tests/data/mcafeewebgateway.json | 5690 +++++++++++++++++ tests/snmpsim/mcafeewebgateway.snmprec | 1252 ++++ 8 files changed, 7806 insertions(+) create mode 100644 html/images/logos/mcafeewebgateway.svg create mode 100644 html/images/os/mcafeewebgateway.svg create mode 100644 includes/definitions/discovery/mcafeewebgateway.yaml create mode 100644 includes/definitions/mcafeewebgateway.yaml create mode 100644 mibs/mcafee/MCAFEE-MWG-MIB create mode 100644 mibs/mcafee/MCAFEE-SMI create mode 100644 tests/data/mcafeewebgateway.json create mode 100644 tests/snmpsim/mcafeewebgateway.snmprec diff --git a/html/images/logos/mcafeewebgateway.svg b/html/images/logos/mcafeewebgateway.svg new file mode 100644 index 0000000000..37654b8724 --- /dev/null +++ b/html/images/logos/mcafeewebgateway.svg @@ -0,0 +1 @@ + diff --git a/html/images/os/mcafeewebgateway.svg b/html/images/os/mcafeewebgateway.svg new file mode 100644 index 0000000000..b2d54aa548 --- /dev/null +++ b/html/images/os/mcafeewebgateway.svg @@ -0,0 +1 @@ + diff --git a/includes/definitions/discovery/mcafeewebgateway.yaml b/includes/definitions/discovery/mcafeewebgateway.yaml new file mode 100644 index 0000000000..43272b7cd8 --- /dev/null +++ b/includes/definitions/discovery/mcafeewebgateway.yaml @@ -0,0 +1,105 @@ +mib: MCAFEE-MWG-MIB +modules: + os: + version: MCAFEE-MWG-MIB::kProductVersion.0 + sensors: + pre-cache: + data: + - + oid: + - stCategoryName + count: + data: + - + oid: stMalwareDetected + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.2.{{ $index }}' + descr: '1. Nr of infections detected by Antimalware' + index: 'stMalwareDetected.{{ $index }}' + skip_values: + - + - + oid: stConnectionsLegitimate + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.3.{{ $index }}' + descr: '2. Nr of conn. that not have been blocked' + index: 'stConnectionsLegitimate.{{ $index }}' + skip_values: + - + - + oid: stBlockedByAntiMalware + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.4.{{ $index }}' + index: 'stBlockedByAntiMalware.{{ $index }}' + descr: '3. Nr of conn. blocked by Anti-Malware' + skip_values: + - + - + oid: stConnectionsBlocked + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.5.{{ $index }}' + descr: '4. Nr of blocked connections' + index: 'stConnectionsBlocked.{{ $index }}' + skip_values: + - + - + oid: stBlockedByMediaFilter + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.6.{{ $index }}' + index: 'stBlockedByMediaFilter.{{ $index }}' + descr: '5. Nr of conn. that have been blocked by the Media-Type' + skip_values: + - + - + oid: stBlockedByURLFilter + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.7.{{ $index }}' + index: 'stBlockedByURLFilter.{{ $index }}' + descr: '6. Nr of conn. that have been blocked by the URL filter' + skip_values: + - + - + oid: stMimeType + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.8.{{ $index }}' + index: 'stMimeType.{{ $index }}' + descr: '7. Nr of media types detected by the Media Type filter' + skip_values: + - + - + oid: stCategoryCount + num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.10.1.2.{{ $index }}' + index: 'stCategoryCount.{{ $index }}' + descr: 'Conn. cat. {{ $stCategoryName }} Blocked' + skip_values: + - + - + oid: stHttpRequests + num_oid: '.1.3.6.1.4.1.1230.2.7.2.2.1.{{ $index }}' + index: 'stHttpRequests.{{ $index }}' + descr: '8. Number of HTTP requests' + skip_values: + - + - + oid: stHttpsRequests + num_oid: '.1.3.6.1.4.1.1230.2.7.2.3.1.{{ $index }}' + index: 'stHttpsRequests.{{ $index }}' + descr: '9. Number of HTTPS requests' + skip_values: + - + + - + oid: stClientCount + num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.2.{{ $index }}' + index: 'stClientCount.{{ $index }}' + descr: '0. Currently connected clients' + skip_values: + - + - + oid: stConnectedSockets + num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.3.{{ $index }}' + index: 'stConnectedSockets.{{ $index }}' + descr: '10. Nr of open network sockets in use by the proxy' + skip_values: + - + - + oid: stResolveHostViaDNS + num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.6.{{ $index }}' + index: 'stResolveHostViaDNS.{{ $index }}' + descr: '11. Time to resolve DNS in ms' + skip_values: + - + diff --git a/includes/definitions/mcafeewebgateway.yaml b/includes/definitions/mcafeewebgateway.yaml new file mode 100644 index 0000000000..d9a908660a --- /dev/null +++ b/includes/definitions/mcafeewebgateway.yaml @@ -0,0 +1,13 @@ +os: mcafeewebgateway +text: 'Mcafee Web Gateway' +type: firewall +icon: mcafeewebgateway +mib_dir: mcafee +over: + - { graph: device_bits, text: Traffic } + - { graph: device_processor, text: 'CPU Usage' } + - { graph: device_mempool, text: 'Memory Usage' } +discovery: + - + sysObjectID: + - .1.3.6.1.4.1.1230.2.7.1.1 diff --git a/mibs/mcafee/MCAFEE-MWG-MIB b/mibs/mcafee/MCAFEE-MWG-MIB new file mode 100644 index 0000000000..a5cf0fb5a1 --- /dev/null +++ b/mibs/mcafee/MCAFEE-MWG-MIB @@ -0,0 +1,704 @@ +MCAFEE-MWG-MIB DEFINITIONS ::= BEGIN + + -- Title: MCAFEE-MWG-MIB + -- + -- Version: 1.9 Nov 10, 2014 + -- Author: McAfee GmbH + -- + -- Comments: MIB for McAfee Web Gateway + -- - MIB-II ( RFC1213 ) + + IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, + Gauge32, Counter32, Counter64, IpAddress, mib-2, NOTIFICATION-TYPE + FROM SNMPv2-SMI + enterprises FROM RFC1155-SMI + OBJECT-TYPE + FROM RFC-1212 + DisplayString, PhysAddress + FROM RFC1213-MIB + TRAP-TYPE + FROM RFC-1215 + mcafeeGATEWAY + FROM MCAFEE-SMI; + + +mwg MODULE-IDENTITY + LAST-UPDATED "201411100000Z" -- Nov 09, 2014 + ORGANIZATION + "McAfee Inc." + CONTACT-INFO + "email: support@mcafee.com" + DESCRIPTION + "McAfee Web Gateway 7.5 MIB definitions" + REVISION "201411100000Z" -- Nov 10, 2014 + DESCRIPTION + "Add memory consumption value" + REVISION "201410070000Z" -- Oct 07, 2014 + DESCRIPTION + "Fix trap notification enums" + REVISION "201305210000Z" -- May 22, 2013 + DESCRIPTION + "Add values for performance measurement" + REVISION "201112010000Z" -- Dec 01, 2011 + DESCRIPTION + "Mark stBadReputation as obsolete" + REVISION "201101110000Z" -- Jan 11, 2011 + DESCRIPTION + "Add some more statistical values and descriptions" + REVISION "201004260000Z" -- Apr 26, 2010 + DESCRIPTION + "Add build number to version information" + REVISION "201002190000Z" -- Feb 29, 2010 + DESCRIPTION + "Minor RFC related compatiblility changes in the mib" + REVISION "200910130000Z" -- Oct 13, 2009 + DESCRIPTION + "Initial version" + ::= { mcafeeGATEWAY 7 } + + + -- groups for mwg + + mwgInfo OBJECT IDENTIFIER ::= { mwg 1 } + mwgStatistics OBJECT IDENTIFIER ::= { mwg 2 } + mwgTraps OBJECT IDENTIFIER ::= { mwg 4 } + mwgContent OBJECT IDENTIFIER ::= { mwgStatistics 1 } + mwgHttp OBJECT IDENTIFIER ::= { mwgStatistics 2 } + mwgHttps OBJECT IDENTIFIER ::= { mwgStatistics 3 } + mwgFTP OBJECT IDENTIFIER ::= { mwgStatistics 4 } + mwgMiscellaneous OBJECT IDENTIFIER ::= { mwgStatistics 5 } + + -- the mwgInfo group + + kProductName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..128)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Product name" + ::= { mwgInfo 1 } + + kCompanyName OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Company holding the copyright on this product" + ::= { mwgInfo 2 } + + kProductVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "String representation of the product version" + ::= { mwgInfo 3 } + + kMajorVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Major version number" + ::= { mwgInfo 4 } + + kMinorVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Minor version number" + ::= { mwgInfo 5 } + + kMicroVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Micro version number" + ::= { mwgInfo 6 } + + kHotfixVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Hotfix version number" + ::= { mwgInfo 7 } + + kCustomVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Custom version number" + ::= { mwgInfo 8 } + + kRevision OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SVN revision number" + ::= { mwgInfo 9 } + + kBuildNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "BUILD number" + ::= { mwgInfo 10 } + +-- EngineVersions + + mwgEngineVersions OBJECT IDENTIFIER ::= { mwgInfo 20 } + + pAMEngineVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Version of the McAfee Anti-Malware Engine for Gateway" + ::= { mwgEngineVersions 1 } + + pAMSignatureVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Version of the McAfee Anti-Malware Signature File (obsolete)" + ::= { mwgEngineVersions 2 } + + pMFEEngineVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Version of the McAfee Anti-Malware Engine" + ::= { mwgEngineVersions 3 } + + pMFEDATVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Version of the McAfee DATs" + ::= { mwgEngineVersions 4 } + + + pAMProactiveVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Version of the ProActive database" + ::= { mwgEngineVersions 5 } + + pTSDBVersion OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Version of McAfee TrustedSource" + ::= { mwgEngineVersions 6 } + +-- Statistics + + stBadReputation OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "This statistic value is obsolete and should no longer be used" + ::= { mwgContent 1 } + + stMalwareDetected OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of infections detected by the McAfee Gateway Antimalware Engine" + ::= { mwgContent 2 } + + stConnectionsLegitimate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections that not have been blocked" + ::= { mwgContent 3 } + + stBlockedByAntiMalware OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections blocked by Anti-Malware" + ::= { mwgContent 4 } + + stConnectionsBlocked OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of blocked connections" + ::= { mwgContent 5 } + + stBlockedByMediaFilter OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connections that have been blocked by the Media-Type filter" + ::= { mwgContent 6 } + + stBlockedByURLFilter OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of connection that have been blocked by the URL filter" + ::= { mwgContent 7 } + + stMimeType OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of media types detected by the Media Type filter" + ::= { mwgContent 8 } + + stCategories OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of categories detected by the URL filter" + ::= { mwgContent 9 } + + stCategoriesTable OBJECT-TYPE + SYNTAX SEQUENCE OF StCategoriesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table containing the categories detected by the URL filter" + ::= { mwgContent 10 } + + stCategoriesEntry OBJECT-TYPE + SYNTAX StCategoriesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry containing information about a categorys name and counter." + INDEX { stCategoryName } + ::= { stCategoriesTable 1 } + + StCategoriesEntry ::= SEQUENCE { + stCategoryName DisplayString, + stCategoryCount Counter64 + } + + stCategoryName OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..128)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the category" + ::= { stCategoriesEntry 1 } + + stCategoryCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of times the URL filter detected this category" + ::= { stCategoriesEntry 2 } + + +-- HTTP + + stHttpRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of HTTP requests" + ::= { mwgHttp 1 } + + stHttpTraffic OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred between proxy and server(s) using the HTTP protocol" + ::= { mwgHttp 2 } + + stHttpBytesFromClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes transferred from client to proxy using the HTTP protocol" + ::= { mwgHttp 3 } + + stHttpBytesFromServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes transferred from server to proxy using the HTTP protocol" + ::= { mwgHttp 4 } + + stHttpBytesToClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes transferred from proxy to client(s) using the HTTP protocol" + ::= { mwgHttp 5 } + + stHttpBytesToServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes transferred from proxy to server(s) using the HTTP protocol" + ::= { mwgHttp 6 } + +-- HTTPS + + stHttpsRequests OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of HTTPS requests" + ::= { mwgHttps 1 } + + stHttpsTraffic OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred between proxy and server(s) using the HTTPS protocol" + ::= { mwgHttps 2 } + + stHttpsBytesFromClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from client(s) to proxy using the HTTPS protocol" + ::= { mwgHttps 3 } + + stHttpsBytesFromServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from server(s) to proxy using the HTTPS protocol" + ::= { mwgHttps 4 } + + stHttpsBytesToClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from proxy to client(s) and proxy using the HTTPS protocol" + ::= { mwgHttps 5 } + + stHttpsBytesToServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from proxy to server(s) and proxy using the HTTPS protocol" + ::= { mwgHttps 6 } + +-- FTP + + stFtpTraffic OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes transmitted between proxy and server(s) using the FTP protocol" + ::= { mwgFTP 1 } + + stFtpBytesFromClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from proxy to client(s) using the FTP protocol" + ::= { mwgFTP 2 } + + stFtpBytesFromServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from server(s) to proxy using the FTP protocol" + ::= { mwgFTP 3 } + + stFtpBytesToClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from proxy to client(s) using the FTP protocol" + ::= { mwgFTP 4 } + + stFtpBytesToServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of bytes tranferred from proxy to server(s) using the FTP protocol" + ::= { mwgFTP 5 } + +-- Miscellaneous + + stCPULoad OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current overall CPU usage in percent" + ::= { mwgMiscellaneous 1 } + + stClientCount OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Currently connected clients" + ::= { mwgMiscellaneous 2 } + + stConnectedSockets OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of open network sockets in use by the proxy" + ::= { mwgMiscellaneous 3 } + +-- Additional counters for performance measurement and system monitoring + + stCPULoadRaw OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Load value 1 minute average" + ::= { mwgMiscellaneous 4 } + + + stCPUIOWait OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "I/O wait value in percent" + ::= { mwgMiscellaneous 5 } + + + stResolveHostViaDNS OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time to resolve DNS in ms" + ::= { mwgMiscellaneous 6 } + + stTimeConsumedByRuleEngine OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Average time used by the rule engine in ms" + ::= { mwgMiscellaneous 7 } + + stTimeForTransaction OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Average time for transaction in ms" + ::= { mwgMiscellaneous 8 } + + stHandleConnectToServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Connect to Server" + ::= { mwgMiscellaneous 9 } + + + stFirstSentFirstReceivedClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "First byte received from client until first byte sent back" + ::= { mwgMiscellaneous 10 } + + stLastSentLastReceivedClient OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last byte received from client until last byte sent back" + ::= { mwgMiscellaneous 11 } + + stFirstSentFirstReceivedServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "First byte sent to server until first byte received" + ::= { mwgMiscellaneous 12 } + + stLastSentLastReceivedServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last byte sent to server until last byte received" + ::= { mwgMiscellaneous 13 } + + stLastSentFirstReceivedServer OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Last byte sent to server until first byte received" + ::= { mwgMiscellaneous 14 } + + stMemConsumed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Virtual memory consumption of the main processes divided by RAM + half of SWAP space. Projected to 0-100." + ::= { mwgMiscellaneous 15 } + + +-- Traps + + trSystem NOTIFICATION-TYPE + OBJECTS { + notifyOrigin, + notifyOriginName, + notifySeverity, + notifyReason, + notifyReasonString, + notifyAffectedHost, + notifyAdditional + } + STATUS current + DESCRIPTION + "Traps that are generated by a system event" + ::= { mwgTraps 1 } + + trApplication NOTIFICATION-TYPE + OBJECTS { + notifyOrigin, + notifyOriginName, + notifySeverity, + notifyReason, + notifyReasonString, + notifyAffectedHost, + notifyAdditional + } + STATUS current + DESCRIPTION + "Traps that are generated by an application system event" + ::= { mwgTraps 2 } + + trUser NOTIFICATION-TYPE + OBJECTS { + notifyReason, + notifyReasonString, + notifyAffectedHost, + notifyAdditional + } + STATUS current + DESCRIPTION + "User defined trap that indicates an event connected to a client IP" + ::= { mwgTraps 3 } + + + mwgTrapVariables OBJECT IDENTIFIER ::= { mwgTraps 10 } + + notifyOrigin OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Origin from where the notification has been send" + ::= { mwgTrapVariables 1 } + + notifyOriginName OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the origin of the trap" + ::= { mwgTrapVariables 2 } + + notifySeverity OBJECT-TYPE + SYNTAX INTEGER { + emergency(0), + alert(1), + critical(2), + error(3), + warning(4), + notice(5), + info(6), + debug(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Severity of this notification" + ::= { mwgTrapVariables 3 } + + notifyReason OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Code to identify the notification" + ::= { mwgTrapVariables 4 } + + notifyReasonString OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Human readable string for the notification" + ::= { mwgTrapVariables 5 } + + notifyAffectedHost OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Additional information if a remote host was involved in this message" + ::= { mwgTrapVariables 6 } + + notifyAdditional OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Additional information string" + ::= { mwgTrapVariables 7 } + +END + + diff --git a/mibs/mcafee/MCAFEE-SMI b/mibs/mcafee/MCAFEE-SMI new file mode 100644 index 0000000000..4a71116a6d --- /dev/null +++ b/mibs/mcafee/MCAFEE-SMI @@ -0,0 +1,40 @@ + +MCAFEE-SMI DEFINITIONS ::= BEGIN + +-- $Header: /cvs/WebShield/wsrc/comp/lib/snmp/Attic/MCAFEE-SMI.txt,v 1.1.2.1 2006/09/21 07:46:36 cbotteri Exp $ +-- Copyright (C) 2006 McAfee Inc. All rights reserved. + +IMPORTS + MODULE-IDENTITY, + OBJECT-IDENTITY, + enterprises + FROM SNMPv2-SMI; + +mcafee MODULE-IDENTITY + LAST-UPDATED "200607110000Z" + ORGANIZATION "McAfee, Inc." + CONTACT-INFO + "McAfee Customer Service Department + + Postal: 5000 Headquarters Drive + Plano, TX 75024 + USA + + Tel: +1 800 338 8754 + + E-mail: support@mcafee.com" + DESCRIPTION + " The Structure of Management Information for the + McAfee enterprise." + REVISION "200609190000Z" + DESCRIPTION + "Initial Definition" + ::= { enterprises 1230 } + +mcafeeGATEWAY OBJECT-IDENTITY + STATUS current + DESCRIPTION + "McAfee Gateway Products" + ::= { mcafee 2 } + +END diff --git a/tests/data/mcafeewebgateway.json b/tests/data/mcafeewebgateway.json new file mode 100644 index 0000000000..1015b66768 --- /dev/null +++ b/tests/data/mcafeewebgateway.json @@ -0,0 +1,5690 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.1230.2.7.1.1", + "sysDescr": "McAfee Web Gateway 7;VMWare;VMware, Inc.", + "sysContact": null, + "version": "9.2.4", + "hardware": null, + "features": null, + "os": "mcafeewebgateway", + "type": "firewall", + "serial": null, + "icon": "mcafeewebgateway.svg", + "location": "" + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.1230.2.7.1.1", + "sysDescr": "McAfee Web Gateway 7;VMWare;VMware, Inc.", + "sysContact": "", + "version": "9.2.4", + "hardware": null, + "features": null, + "os": "mcafeewebgateway", + "type": "firewall", + "serial": null, + "icon": "mcafeewebgateway.svg", + "location": "" + } + ] + } + }, + "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": "Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)", + "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": "Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)", + "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": "ifb0", + "ifName": "ifb0", + "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": "ifb0", + "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": "ifb1", + "ifName": "ifb1", + "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": "ifb1", + "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": "gre0", + "ifName": "gre0", + "portName": null, + "ifIndex": 5, + "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": "tunnel", + "ifAlias": "gre0", + "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": "gretap0", + "ifName": "gretap0", + "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": "gretap0", + "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": "erspan0", + "ifName": "erspan0", + "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": "erspan0", + "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": "ip6tnl0", + "ifName": "ip6tnl0", + "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": "tunnel", + "ifAlias": "ip6tnl0", + "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": "ip6gre0", + "ifName": "ip6gre0", + "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": "other", + "ifAlias": "ip6gre0", + "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": "gre1", + "ifName": "gre1", + "portName": null, + "ifIndex": 10, + "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": "other", + "ifAlias": "gre1", + "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": 2572412, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2572412, + "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": 1130710763, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 1130710763, + "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": "intel corporation 82545em gigabit ethernet controller ", + "port_descr_descr": "Copper", + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": "Copper", + "ifDescr": "Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)", + "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": "fullDuplex", + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)", + "ifPhysAddress": "00505699e18c", + "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": 789454952, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 820520675, + "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": 704422582683, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 761676720849, + "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": "ifb0", + "ifName": "ifb0", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ifb0", + "ifPhysAddress": "ee568e3895af", + "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": 603, + "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": 42210, + "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": 603, + "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": "ifb1", + "ifName": "ifb1", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "ifb1", + "ifPhysAddress": "b60bfeb49b85", + "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": "gre0", + "ifName": "gre0", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1476, + "ifType": "tunnel", + "ifAlias": "gre0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gretap0", + "ifName": "gretap0", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1462, + "ifType": "ethernetCsmacd", + "ifAlias": "gretap0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "erspan0", + "ifName": "erspan0", + "portName": null, + "ifIndex": 7, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1450, + "ifType": "ethernetCsmacd", + "ifAlias": "erspan0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ip6tnl0", + "ifName": "ip6tnl0", + "portName": null, + "ifIndex": 8, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1452, + "ifType": "tunnel", + "ifAlias": "ip6tnl0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "ip6gre0", + "ifName": "ip6gre0", + "portName": null, + "ifIndex": 9, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "down", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1448, + "ifType": "other", + "ifAlias": "ip6gre0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gre1", + "ifName": "gre1", + "portName": null, + "ifIndex": 10, + "ifSpeed": null, + "ifSpeed_prev": 0, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifHighSpeed_prev": null, + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1448, + "ifType": "other", + "ifAlias": "gre1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 196608, + "processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.196608", + "processor_index": "196608", + "processor_type": "hr", + "processor_usage": 2, + "processor_descr": "Intel Xeon E5-2630 v4 @ 2.20GHz", + "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": 2, + "processor_descr": "Intel Xeon E5-2630 v4 @ 2.20GHz", + "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": 2, + "processor_descr": "Intel Xeon E5-2630 v4 @ 2.20GHz", + "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 Xeon E5-2630 v4 @ 2.20GHz", + "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": 2, + "processor_descr": "Intel Xeon E5-2630 v4 @ 2.20GHz", + "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": 3, + "processor_descr": "Intel Xeon E5-2630 v4 @ 2.20GHz", + "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": 48, + "mempool_perc_oid": null, + "mempool_used": 7999332352, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1", + "mempool_free": 8674390016, + "mempool_free_oid": null, + "mempool_total": 16673722368, + "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": 45, + "mempool_perc_oid": null, + "mempool_used": 15347240960, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.3", + "mempool_free": 18506346496, + "mempool_free_oid": null, + "mempool_total": 33853587456, + "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": 5, + "mempool_perc_oid": null, + "mempool_used": 810438656, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.6", + "mempool_free": 15863283712, + "mempool_free_oid": null, + "mempool_total": 16673722368, + "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": 39, + "mempool_perc_oid": null, + "mempool_used": 6537195520, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7", + "mempool_free": 10136526848, + "mempool_free_oid": null, + "mempool_total": 16673722368, + "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": 5, + "mempool_perc_oid": null, + "mempool_used": 806875136, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.8", + "mempool_free": 15866847232, + "mempool_free_oid": null, + "mempool_total": 16673722368, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 0 + }, + { + "mempool_index": "10", + "entPhysicalIndex": null, + "mempool_type": "hrstorage", + "mempool_class": "swap", + "mempool_precision": 1024, + "mempool_descr": "Swap space", + "mempool_perc": 0, + "mempool_perc_oid": null, + "mempool_used": 274432, + "mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.10", + "mempool_free": 17179590656, + "mempool_free_oid": null, + "mempool_total": 17179865088, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 10 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.4.0", + "sensor_index": "stBlockedByAntiMalware.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "3. Nr of conn. blocked by Anti-Malware", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 27081, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.6.0", + "sensor_index": "stBlockedByMediaFilter.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "5. Nr of conn. that have been blocked by the Media-Type", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 162618, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.7.0", + "sensor_index": "stBlockedByURLFilter.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "6. Nr of conn. that have been blocked by the URL filter", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 180237802, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.1", + "sensor_index": "stCategoryCount.1", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Chat Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5569615, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.10", + "sensor_index": "stCategoryCount.10", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Tobacco Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3109, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.100", + "sensor_index": "stCategoryCount.100", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Potential Criminal Activities Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 170, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.101", + "sensor_index": "stCategoryCount.101", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Potential Hacking/Computer Crime Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1393, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.102", + "sensor_index": "stCategoryCount.102", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. PUPs (potentially unwanted programs) Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2552011, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.11", + "sensor_index": "stCategoryCount.11", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Weapons Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 236264, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.12", + "sensor_index": "stCategoryCount.12", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Web Ads Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 434720600, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.13", + "sensor_index": "stCategoryCount.13", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Business Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 405125026, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.14", + "sensor_index": "stCategoryCount.14", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. For Kids Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 90953, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.15", + "sensor_index": "stCategoryCount.15", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Gambling Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 784490, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.16", + "sensor_index": "stCategoryCount.16", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Pharmacy Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 684403, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.17", + "sensor_index": "stCategoryCount.17", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Phishing Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 65146, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.18", + "sensor_index": "stCategoryCount.18", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Violence Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 193710, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.19", + "sensor_index": "stCategoryCount.19", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Web Mail Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 51316581, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.2", + "sensor_index": "stCategoryCount.2", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Drugs Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 774, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.20", + "sensor_index": "stCategoryCount.20", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Messaging Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 203060, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.21", + "sensor_index": "stCategoryCount.21", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Moderated Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 172, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.22", + "sensor_index": "stCategoryCount.22", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Profanity Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 15484, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.23", + "sensor_index": "stCategoryCount.23", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Spam URLs Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 249511, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.24", + "sensor_index": "stCategoryCount.24", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Web Phone Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 90252094, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.25", + "sensor_index": "stCategoryCount.25", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Blogs/Wiki Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59648658, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.26", + "sensor_index": "stCategoryCount.26", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Illegal UK Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.27", + "sensor_index": "stCategoryCount.27", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Job Search Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3081307, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.28", + "sensor_index": "stCategoryCount.28", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Anonymizers Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 71349, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.29", + "sensor_index": "stCategoryCount.29", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Pornography Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 782921, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.3", + "sensor_index": "stCategoryCount.3", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Games Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1939261, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.30", + "sensor_index": "stCategoryCount.30", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Real Estate Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9447115, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.31", + "sensor_index": "stCategoryCount.31", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Restaurants Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2220193, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.32", + "sensor_index": "stCategoryCount.32", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. General News Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 93032909, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.33", + "sensor_index": "stCategoryCount.33", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Humor/Comics Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 500077, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.34", + "sensor_index": "stCategoryCount.34", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Mobile Phone Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 847827, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.35", + "sensor_index": "stCategoryCount.35", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Portal Sites Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 76713813, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.36", + "sensor_index": "stCategoryCount.36", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Web Meetings Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1989928, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.37", + "sensor_index": "stCategoryCount.37", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Entertainment Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 43937470, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.38", + "sensor_index": "stCategoryCount.38", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Media Sharing Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 212502198, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.39", + "sensor_index": "stCategoryCount.39", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Parked Domain Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3168015, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.4", + "sensor_index": "stCategoryCount.4", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Health Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3795809, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.40", + "sensor_index": "stCategoryCount.40", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Remote Access Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1100643, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.41", + "sensor_index": "stCategoryCount.41", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Stock Trading Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 618603, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.42", + "sensor_index": "stCategoryCount.42", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Content Server Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 554074221, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.43", + "sensor_index": "stCategoryCount.43", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Discrimination Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 364, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.44", + "sensor_index": "stCategoryCount.44", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Fashion/Beauty Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 52552827, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.45", + "sensor_index": "stCategoryCount.45", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Motor Vehicles Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 22848558, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.46", + "sensor_index": "stCategoryCount.46", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Personal Pages Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1278679, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.47", + "sensor_index": "stCategoryCount.47", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Search Engines Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 98007011, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.48", + "sensor_index": "stCategoryCount.48", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Finance/Banking Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 15072638, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.49", + "sensor_index": "stCategoryCount.49", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Malicious Sites Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2765404, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.5", + "sensor_index": "stCategoryCount.5", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Nudity Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 274993, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.50", + "sensor_index": "stCategoryCount.50", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Media Downloads Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2336555, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.51", + "sensor_index": "stCategoryCount.51", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Online Shopping Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 110981006, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.52", + "sensor_index": "stCategoryCount.52", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Streaming Media Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 241849164, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.53", + "sensor_index": "stCategoryCount.53", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Browser Exploits Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 32922, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.54", + "sensor_index": "stCategoryCount.54", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Dating/Personals Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 39631, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.55", + "sensor_index": "stCategoryCount.55", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Gambling Related Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3831668, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.56", + "sensor_index": "stCategoryCount.56", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Gruesome Content Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 683, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.57", + "sensor_index": "stCategoryCount.57", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. P2P/File Sharing Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2726, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.58", + "sensor_index": "stCategoryCount.58", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Politics/Opinion Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 318434, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.59", + "sensor_index": "stCategoryCount.59", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Resource Sharing Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4267918, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.6", + "sensor_index": "stCategoryCount.6", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Sports Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 44038157, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.60", + "sensor_index": "stCategoryCount.60", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Sexual Materials Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 7895, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.61", + "sensor_index": "stCategoryCount.61", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Text Translators Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 12705488, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.62", + "sensor_index": "stCategoryCount.62", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Text/Spoken Only Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1818, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.63", + "sensor_index": "stCategoryCount.63", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Digital Postcards Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37940, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.64", + "sensor_index": "stCategoryCount.64", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Incidental Nudity Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3935996, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.65", + "sensor_index": "stCategoryCount.65", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Instant Messaging Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 91251936, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.66", + "sensor_index": "stCategoryCount.66", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Internet Radio/TV Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5056533, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.67", + "sensor_index": "stCategoryCount.67", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Internet Services Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 693413996, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.68", + "sensor_index": "stCategoryCount.68", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Social Networking Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 209483524, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.69", + "sensor_index": "stCategoryCount.69", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Software/Hardware Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 267303183, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.7", + "sensor_index": "stCategoryCount.7", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Travel Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 29064207, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.70", + "sensor_index": "stCategoryCount.70", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Provocative Attire Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5584810, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.71", + "sensor_index": "stCategoryCount.71", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Public Information Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 48757854, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.72", + "sensor_index": "stCategoryCount.72", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Recreation/Hobbies Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 7536539, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.73", + "sensor_index": "stCategoryCount.73", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Shareware/Freeware Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 27867069, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.74", + "sensor_index": "stCategoryCount.74", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Consumer Protection Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 32240, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.75", + "sensor_index": "stCategoryCount.75", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Education/Reference Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 18076863, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.76", + "sensor_index": "stCategoryCount.76", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Government/Military Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3319838, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.77", + "sensor_index": "stCategoryCount.77", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Malicious Downloads Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3009939, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.78", + "sensor_index": "stCategoryCount.78", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Religion/Ideologies Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 34073, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.79", + "sensor_index": "stCategoryCount.79", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Art/Culture/Heritage Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 779913, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.8", + "sensor_index": "stCategoryCount.8", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Alcohol Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 243972, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.80", + "sensor_index": "stCategoryCount.80", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Auctions/Classifieds Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 7564785, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.81", + "sensor_index": "stCategoryCount.81", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Information Security Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 99828, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.82", + "sensor_index": "stCategoryCount.82", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Visual Search Engine Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2253873, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.83", + "sensor_index": "stCategoryCount.83", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Anonymizing Utilities Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 75523, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.84", + "sensor_index": "stCategoryCount.84", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Forum/Bulletin Boards Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 9689201, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.85", + "sensor_index": "stCategoryCount.85", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Game/Cartoon Violence Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4694, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.86", + "sensor_index": "stCategoryCount.86", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Technical Information Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5834699, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.87", + "sensor_index": "stCategoryCount.87", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Historical Revisionism Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 121, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.88", + "sensor_index": "stCategoryCount.88", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Major Global Religions Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 335837, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.89", + "sensor_index": "stCategoryCount.89", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Controversial Opinions Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 267, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.9", + "sensor_index": "stCategoryCount.9", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Extreme Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 321, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.90", + "sensor_index": "stCategoryCount.90", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Marketing/Merchandising Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 77719598, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.91", + "sensor_index": "stCategoryCount.91", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Non-Profit/Advocacy/NGO Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 969527, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.92", + "sensor_index": "stCategoryCount.92", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Professional Networking Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 48848069, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.93", + "sensor_index": "stCategoryCount.93", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Personal Network Storage Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 14441486, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.94", + "sensor_index": "stCategoryCount.94", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Residential IP Addresses Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2739, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.95", + "sensor_index": "stCategoryCount.95", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Spyware/Adware/Keyloggers Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 379184, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.96", + "sensor_index": "stCategoryCount.96", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Technical/Business Forums Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 19328034, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.97", + "sensor_index": "stCategoryCount.97", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Potential Illegal Software Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 117421, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.98", + "sensor_index": "stCategoryCount.98", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. School Cheating Information Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 13886, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.99", + "sensor_index": "stCategoryCount.99", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Conn. cat. Interactive Web Applications Blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 12274415, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.5.2.0", + "sensor_index": "stClientCount.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "0. Currently connected clients", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 345, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.5.3.0", + "sensor_index": "stConnectedSockets.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "10. Nr of open network sockets in use by the proxy", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 684, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.5.0", + "sensor_index": "stConnectionsBlocked.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "4. Nr of blocked connections", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 343818925, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.3.0", + "sensor_index": "stConnectionsLegitimate.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "2. Nr of conn. that not have been blocked", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3629850124, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.2.1.0", + "sensor_index": "stHttpRequests.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "8. Number of HTTP requests", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 839360920, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.3.1.0", + "sensor_index": "stHttpsRequests.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "9. Number of HTTPS requests", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2435078204, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.2.0", + "sensor_index": "stMalwareDetected.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "1. Nr of infections detected by Antimalware", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 27081, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.1.8.0", + "sensor_index": "stMimeType.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "7. Nr of media types detected by the Media Type filter", + "group": null, + "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": null + }, + { + "sensor_deleted": 0, + "sensor_class": "count", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1230.2.7.2.5.6.0", + "sensor_index": "stResolveHostViaDNS.0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "11. Time to resolve DNS in ms", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 7, + "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": null + } + ], + "state_indexes": [] + }, + "poller": "matches discovery" + }, + "storage": { + "discovery": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "33", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 780857344, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "36", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/dev/shm", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 23900160, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "37", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/sys/fs/cgroup", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "56", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 5066326016, + "storage_units": 4096, + "storage_used": 10682368, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "57", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var", + "storage_size": 15467528192, + "storage_units": 4096, + "storage_used": 2288881664, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "58", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/opt", + "storage_size": 119151669248, + "storage_units": 4096, + "storage_used": 10157228032, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "59", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/localtime", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "60", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.root.key", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "61", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.conf", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "62", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.rfc1912.zones", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "63", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/rndc.key", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "64", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.iscdlv.key", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "65", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/crypto-policies/back-ends/bind.config", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "66", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/protocols", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "67", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/services", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "68", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "69", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/usr/lib64/bind", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "70", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/run/named", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 780857344, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "71", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/var/named", + "storage_size": 15467528192, + "storage_units": 4096, + "storage_used": 2288881664, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "72", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/opt/mwg/cache", + "storage_size": 20802301952, + "storage_units": 4096, + "storage_used": 196055040, + "storage_free": 0, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + }, + "poller": { + "storage": [ + { + "storage_mib": "hrstorage", + "storage_index": "33", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/run", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 780857344, + "storage_free": 7556001792, + "storage_perc": 9, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "36", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/dev/shm", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 23900160, + "storage_free": 8312958976, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "37", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "39", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/sys/fs/cgroup", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 0, + "storage_free": 8336859136, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "56", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/tmp", + "storage_size": 5066326016, + "storage_units": 4096, + "storage_used": 10682368, + "storage_free": 5055643648, + "storage_perc": 0, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "57", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var", + "storage_size": 15467528192, + "storage_units": 4096, + "storage_used": 2288881664, + "storage_free": 13178646528, + "storage_perc": 15, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "58", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/opt", + "storage_size": 119151669248, + "storage_units": 4096, + "storage_used": 10157228032, + "storage_free": 108994441216, + "storage_perc": 9, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "59", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/localtime", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "60", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.root.key", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "61", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.conf", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "62", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.rfc1912.zones", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "63", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/rndc.key", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "64", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named.iscdlv.key", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "65", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/crypto-policies/back-ends/bind.config", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "66", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/protocols", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "67", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/services", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "68", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/etc/named", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "69", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/usr/lib64/bind", + "storage_size": 9551585280, + "storage_units": 4096, + "storage_used": 2083512320, + "storage_free": 7468072960, + "storage_perc": 22, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "70", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/run/named", + "storage_size": 8336859136, + "storage_units": 4096, + "storage_used": 780857344, + "storage_free": 7556001792, + "storage_perc": 9, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "71", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/var/named/chroot/var/named", + "storage_size": 15467528192, + "storage_units": 4096, + "storage_used": 2288881664, + "storage_free": 13178646528, + "storage_perc": 15, + "storage_perc_warn": 60, + "storage_deleted": 0 + }, + { + "storage_mib": "hrstorage", + "storage_index": "72", + "storage_type": "hrStorageFixedDisk", + "storage_descr": "/opt/mwg/cache", + "storage_size": 20802301952, + "storage_units": 4096, + "storage_used": 196055040, + "storage_free": 20606246912, + "storage_perc": 1, + "storage_perc_warn": 60, + "storage_deleted": 0 + } + ] + } + } +} diff --git a/tests/snmpsim/mcafeewebgateway.snmprec b/tests/snmpsim/mcafeewebgateway.snmprec new file mode 100644 index 0000000000..2217466733 --- /dev/null +++ b/tests/snmpsim/mcafeewebgateway.snmprec @@ -0,0 +1,1252 @@ +1.3.6.1.2.1.1.1.0|4|McAfee Web Gateway 7;VMWare;VMware, Inc. +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1230.2.7.1.1 +1.3.6.1.2.1.1.3.0|67|59240669 +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|Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) +1.3.6.1.2.1.2.2.1.2.3|4|ifb0 +1.3.6.1.2.1.2.2.1.2.4|4|ifb1 +1.3.6.1.2.1.2.2.1.2.5|4|gre0 +1.3.6.1.2.1.2.2.1.2.6|4|gretap0 +1.3.6.1.2.1.2.2.1.2.7|4|erspan0 +1.3.6.1.2.1.2.2.1.2.8|4|ip6tnl0 +1.3.6.1.2.1.2.2.1.2.9|4|ip6gre0 +1.3.6.1.2.1.2.2.1.2.10|4|gre1 +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|131 +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|131 +1.3.6.1.2.1.2.2.1.3.9|2|1 +1.3.6.1.2.1.2.2.1.3.10|2|1 +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|1476 +1.3.6.1.2.1.2.2.1.4.6|2|1462 +1.3.6.1.2.1.2.2.1.4.7|2|1450 +1.3.6.1.2.1.2.2.1.4.8|2|1452 +1.3.6.1.2.1.2.2.1.4.9|2|1448 +1.3.6.1.2.1.2.2.1.4.10|2|1448 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|00505699E18C +1.3.6.1.2.1.2.2.1.6.3|4x|EE568E3895AF +1.3.6.1.2.1.2.2.1.6.4|4x|B60BFEB49B85 +1.3.6.1.2.1.2.2.1.6.5|4| +1.3.6.1.2.1.2.2.1.6.6|4| +1.3.6.1.2.1.2.2.1.6.7|4| +1.3.6.1.2.1.2.2.1.6.8|4| +1.3.6.1.2.1.2.2.1.6.9|4| +1.3.6.1.2.1.2.2.1.6.10|4| +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|2 +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|2 +1.3.6.1.2.1.2.2.1.7.7|2|2 +1.3.6.1.2.1.2.2.1.7.8|2|2 +1.3.6.1.2.1.2.2.1.7.9|2|2 +1.3.6.1.2.1.2.2.1.7.10|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|1 +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.10|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.10|67|0 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|603 +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.10|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|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.5|65|0 +1.3.6.1.2.1.2.2.1.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.10|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.10|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.10|65|0 +1.3.6.1.2.1.4.3.0|65|622194997 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|13 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|621949152 +1.3.6.1.2.1.4.10.0|65|492374975 +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|922 +1.3.6.1.2.1.4.15.0|65|434 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|370780 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|809931 +1.3.6.1.2.1.4.20.1.2.10.240.200.2|2|2 +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.127.0.0.2|2|5 +1.3.6.1.2.1.4.20.1.3.10.240.200.2|64|255.255.255.224 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.127.0.0.2|64|255.255.255.255 +1.3.6.1.2.1.4.22.1.2.2.10.240.200.1|4x|A4BF015DF1A1 +1.3.6.1.2.1.4.22.1.2.2.10.240.200.5|4x|A4BF015DF1A1 +1.3.6.1.2.1.4.31.1.1.3.1|65|622193392 +1.3.6.1.2.1.4.31.1.1.3.2|65|1 +1.3.6.1.2.1.4.31.1.1.4.1|70|622193392 +1.3.6.1.2.1.4.31.1.1.4.2|70|1 +1.3.6.1.2.1.4.31.1.1.5.1|65|3556912267 +1.3.6.1.2.1.4.31.1.1.5.2|65|49 +1.3.6.1.2.1.4.31.1.1.6.1|70|686456712331 +1.3.6.1.2.1.4.31.1.1.6.2|70|49 +1.3.6.1.2.1.4.31.1.1.7.1|65|0 +1.3.6.1.2.1.4.31.1.1.7.2|65|0 +1.3.6.1.2.1.4.31.1.1.8.1|65|0 +1.3.6.1.2.1.4.31.1.1.8.2|65|1 +1.3.6.1.2.1.4.31.1.1.9.1|65|13 +1.3.6.1.2.1.4.31.1.1.9.2|65|0 +1.3.6.1.2.1.4.31.1.1.10.1|65|0 +1.3.6.1.2.1.4.31.1.1.10.2|65|0 +1.3.6.1.2.1.4.31.1.1.11.1|65|0 +1.3.6.1.2.1.4.31.1.1.11.2|65|0 +1.3.6.1.2.1.4.31.1.1.12.1|65|0 +1.3.6.1.2.1.4.31.1.1.12.2|65|1 +1.3.6.1.2.1.4.31.1.1.13.1|70|0 +1.3.6.1.2.1.4.31.1.1.13.2|70|1 +1.3.6.1.2.1.4.31.1.1.14.1|65|922 +1.3.6.1.2.1.4.31.1.1.14.2|65|0 +1.3.6.1.2.1.4.31.1.1.15.1|65|434 +1.3.6.1.2.1.4.31.1.1.15.2|65|0 +1.3.6.1.2.1.4.31.1.1.16.1|65|0 +1.3.6.1.2.1.4.31.1.1.16.2|65|0 +1.3.6.1.2.1.4.31.1.1.17.1|65|0 +1.3.6.1.2.1.4.31.1.1.17.2|65|0 +1.3.6.1.2.1.4.31.1.1.18.1|65|621947547 +1.3.6.1.2.1.4.31.1.1.18.2|65|1 +1.3.6.1.2.1.4.31.1.1.19.1|70|621947547 +1.3.6.1.2.1.4.31.1.1.19.2|70|1 +1.3.6.1.2.1.4.31.1.1.20.1|65|492373181 +1.3.6.1.2.1.4.31.1.1.20.2|65|1206 +1.3.6.1.2.1.4.31.1.1.21.1|70|492373181 +1.3.6.1.2.1.4.31.1.1.21.2|70|1206 +1.3.6.1.2.1.4.31.1.1.22.1|65|0 +1.3.6.1.2.1.4.31.1.1.22.2|65|2 +1.3.6.1.2.1.4.31.1.1.23.1|65|0 +1.3.6.1.2.1.4.31.1.1.23.2|65|0 +1.3.6.1.2.1.4.31.1.1.24.1|70|0 +1.3.6.1.2.1.4.31.1.1.24.2|70|0 +1.3.6.1.2.1.4.31.1.1.25.1|65|0 +1.3.6.1.2.1.4.31.1.1.25.2|65|0 +1.3.6.1.2.1.4.31.1.1.26.1|65|370776 +1.3.6.1.2.1.4.31.1.1.26.2|65|0 +1.3.6.1.2.1.4.31.1.1.27.1|65|370776 +1.3.6.1.2.1.4.31.1.1.27.2|65|0 +1.3.6.1.2.1.4.31.1.1.28.1|65|0 +1.3.6.1.2.1.4.31.1.1.28.2|65|0 +1.3.6.1.2.1.4.31.1.1.29.1|65|809919 +1.3.6.1.2.1.4.31.1.1.29.2|65|0 +1.3.6.1.2.1.4.31.1.1.30.1|65|492812324 +1.3.6.1.2.1.4.31.1.1.30.2|65|1204 +1.3.6.1.2.1.4.31.1.1.31.1|70|492812324 +1.3.6.1.2.1.4.31.1.1.31.2|70|1204 +1.3.6.1.2.1.4.31.1.1.32.1|65|3169130949 +1.3.6.1.2.1.4.31.1.1.32.2|65|77161 +1.3.6.1.2.1.4.31.1.1.33.1|70|711838734789 +1.3.6.1.2.1.4.31.1.1.33.2|70|77161 +1.3.6.1.2.1.4.31.1.1.34.1|65|0 +1.3.6.1.2.1.4.31.1.1.34.2|65|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.35.2|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.36.2|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.37.2|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.38.2|65|1205 +1.3.6.1.2.1.4.31.1.1.39.1|70|0 +1.3.6.1.2.1.4.31.1.1.39.2|70|1205 +1.3.6.1.2.1.4.31.1.1.40.1|65|0 +1.3.6.1.2.1.4.31.1.1.40.2|65|77112 +1.3.6.1.2.1.4.31.1.1.41.1|70|0 +1.3.6.1.2.1.4.31.1.1.41.2|70|77112 +1.3.6.1.2.1.4.31.1.1.42.1|65|0 +1.3.6.1.2.1.4.31.1.1.43.1|70|0 +1.3.6.1.2.1.4.31.1.1.44.1|65|0 +1.3.6.1.2.1.4.31.1.1.45.1|70|0 +1.3.6.1.2.1.4.31.1.1.46.1|67|0 +1.3.6.1.2.1.4.31.1.1.46.2|67|0 +1.3.6.1.2.1.4.31.1.1.47.1|66|60000 +1.3.6.1.2.1.4.31.1.1.47.2|66|60000 +1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|1 +1.3.6.1.2.1.4.34.1.3.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2|2|10 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.128.75.225.255.254.34.108.150|2|10 +1.3.6.1.2.1.4.34.1.3.2.16.254.128.0.0.0.0.0.0.236.86.142.255.254.56.149.175|2|3 +1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|6|1.3.6.1.2.1.4.32.1.5.1.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1.128 +1.3.6.1.2.1.4.34.1.5.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2|6|1.3.6.1.2.1.4.32.1.5.10.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.128.75.225.255.254.34.108.150|6|1.3.6.1.2.1.4.32.1.5.10.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.236.86.142.255.254.56.149.175|6|1.3.6.1.2.1.4.32.1.5.3.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 +1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.2|2|2 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.128.75.225.255.254.34.108.150|2|5 +1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.236.86.142.255.254.56.149.175|2|5 +1.3.6.1.2.1.4.35.1.4.2.1.4.10.240.200.1|4x|A4BF015DF1A1 +1.3.6.1.2.1.4.35.1.4.2.1.4.10.240.200.5|4x|A4BF015DF1A1 +1.3.6.1.2.1.5.1.0|65|137752 +1.3.6.1.2.1.5.2.0|65|88 +1.3.6.1.2.1.5.3.0|65|21303 +1.3.6.1.2.1.5.4.0|65|7776 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|108660 +1.3.6.1.2.1.5.9.0|65|13 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|292564 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|183891 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|13 +1.3.6.1.2.1.5.22.0|65|108660 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.5.29.1.2.1|65|137752 +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|88 +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|292564 +1.3.6.1.2.1.5.29.1.4.2|65|603 +1.3.6.1.2.1.5.29.1.5.1|65|0 +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|13 +1.3.6.1.2.1.5.30.1.3.1.3|65|21303 +1.3.6.1.2.1.5.30.1.3.1.8|65|108660 +1.3.6.1.2.1.5.30.1.3.1.11|65|7776 +1.3.6.1.2.1.5.30.1.4.1.0|65|108660 +1.3.6.1.2.1.5.30.1.4.1.3|65|183891 +1.3.6.1.2.1.5.30.1.4.1.8|65|13 +1.3.6.1.2.1.5.30.1.4.2.133|65|603 +1.3.6.1.2.1.6.5.0|65|4692382 +1.3.6.1.2.1.6.6.0|65|9883977 +1.3.6.1.2.1.6.7.0|65|210429 +1.3.6.1.2.1.6.8.0|65|1705727 +1.3.6.1.2.1.6.9.0|66|687 +1.3.6.1.2.1.6.10.0|65|615400358 +1.3.6.1.2.1.6.11.0|65|800830727 +1.3.6.1.2.1.6.12.0|65|2053234 +1.3.6.1.2.1.6.14.0|65|30957 +1.3.6.1.2.1.6.15.0|65|1437762 +1.3.6.1.2.1.6.19.1.7.1.4.10.240.200.2.3128.1.4.10.169.98.9.60369|2|5 +1.3.6.1.2.1.7.1.0|65|6408704 +1.3.6.1.2.1.7.2.0|65|1477 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|19448522 +1.3.6.1.2.1.10.7.2.1.19.2|2|3 +1.3.6.1.2.1.11.1.0|65|494617 +1.3.6.1.2.1.11.2.0|65|494598 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|18 +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|4437551 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|67546 +1.3.6.1.2.1.11.16.0|65|32012 +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|494600 +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.16.1.1.1.1.2|2|2 +1.3.6.1.2.1.25.1.1.0|67|221361518 +1.3.6.1.2.1.25.1.5.0|66|0 +1.3.6.1.2.1.25.1.6.0|66|154 +1.3.6.1.2.1.25.2.2.0|2|16282932 +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.33|2|33 +1.3.6.1.2.1.25.2.3.1.1.36|2|36 +1.3.6.1.2.1.25.2.3.1.1.37|2|37 +1.3.6.1.2.1.25.2.3.1.1.39|2|39 +1.3.6.1.2.1.25.2.3.1.1.56|2|56 +1.3.6.1.2.1.25.2.3.1.1.57|2|57 +1.3.6.1.2.1.25.2.3.1.1.58|2|58 +1.3.6.1.2.1.25.2.3.1.1.59|2|59 +1.3.6.1.2.1.25.2.3.1.1.60|2|60 +1.3.6.1.2.1.25.2.3.1.1.61|2|61 +1.3.6.1.2.1.25.2.3.1.1.62|2|62 +1.3.6.1.2.1.25.2.3.1.1.63|2|63 +1.3.6.1.2.1.25.2.3.1.1.64|2|64 +1.3.6.1.2.1.25.2.3.1.1.65|2|65 +1.3.6.1.2.1.25.2.3.1.1.66|2|66 +1.3.6.1.2.1.25.2.3.1.1.67|2|67 +1.3.6.1.2.1.25.2.3.1.1.68|2|68 +1.3.6.1.2.1.25.2.3.1.1.69|2|69 +1.3.6.1.2.1.25.2.3.1.1.70|2|70 +1.3.6.1.2.1.25.2.3.1.1.71|2|71 +1.3.6.1.2.1.25.2.3.1.1.72|2|72 +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.33|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.36|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.37|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.39|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.56|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.57|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.58|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.59|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.60|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.61|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.62|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.63|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.64|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.65|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.66|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.67|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.68|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.69|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.70|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.71|6|1.3.6.1.2.1.25.2.1.4 +1.3.6.1.2.1.25.2.3.1.2.72|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.33|4|/run +1.3.6.1.2.1.25.2.3.1.3.36|4|/dev/shm +1.3.6.1.2.1.25.2.3.1.3.37|4|/ +1.3.6.1.2.1.25.2.3.1.3.39|4|/sys/fs/cgroup +1.3.6.1.2.1.25.2.3.1.3.56|4|/tmp +1.3.6.1.2.1.25.2.3.1.3.57|4|/var +1.3.6.1.2.1.25.2.3.1.3.58|4|/opt +1.3.6.1.2.1.25.2.3.1.3.59|4|/var/named/chroot/etc/localtime +1.3.6.1.2.1.25.2.3.1.3.60|4|/var/named/chroot/etc/named.root.key +1.3.6.1.2.1.25.2.3.1.3.61|4|/var/named/chroot/etc/named.conf +1.3.6.1.2.1.25.2.3.1.3.62|4|/var/named/chroot/etc/named.rfc1912.zones +1.3.6.1.2.1.25.2.3.1.3.63|4|/var/named/chroot/etc/rndc.key +1.3.6.1.2.1.25.2.3.1.3.64|4|/var/named/chroot/etc/named.iscdlv.key +1.3.6.1.2.1.25.2.3.1.3.65|4|/var/named/chroot/etc/crypto-policies/back-ends/bind.config +1.3.6.1.2.1.25.2.3.1.3.66|4|/var/named/chroot/etc/protocols +1.3.6.1.2.1.25.2.3.1.3.67|4|/var/named/chroot/etc/services +1.3.6.1.2.1.25.2.3.1.3.68|4|/var/named/chroot/etc/named +1.3.6.1.2.1.25.2.3.1.3.69|4|/var/named/chroot/usr/lib64/bind +1.3.6.1.2.1.25.2.3.1.3.70|4|/var/named/chroot/run/named +1.3.6.1.2.1.25.2.3.1.3.71|4|/var/named/chroot/var/named +1.3.6.1.2.1.25.2.3.1.3.72|4|/opt/mwg/cache +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.33|2|4096 +1.3.6.1.2.1.25.2.3.1.4.36|2|4096 +1.3.6.1.2.1.25.2.3.1.4.37|2|4096 +1.3.6.1.2.1.25.2.3.1.4.39|2|4096 +1.3.6.1.2.1.25.2.3.1.4.56|2|4096 +1.3.6.1.2.1.25.2.3.1.4.57|2|4096 +1.3.6.1.2.1.25.2.3.1.4.58|2|4096 +1.3.6.1.2.1.25.2.3.1.4.59|2|4096 +1.3.6.1.2.1.25.2.3.1.4.60|2|4096 +1.3.6.1.2.1.25.2.3.1.4.61|2|4096 +1.3.6.1.2.1.25.2.3.1.4.62|2|4096 +1.3.6.1.2.1.25.2.3.1.4.63|2|4096 +1.3.6.1.2.1.25.2.3.1.4.64|2|4096 +1.3.6.1.2.1.25.2.3.1.4.65|2|4096 +1.3.6.1.2.1.25.2.3.1.4.66|2|4096 +1.3.6.1.2.1.25.2.3.1.4.67|2|4096 +1.3.6.1.2.1.25.2.3.1.4.68|2|4096 +1.3.6.1.2.1.25.2.3.1.4.69|2|4096 +1.3.6.1.2.1.25.2.3.1.4.70|2|4096 +1.3.6.1.2.1.25.2.3.1.4.71|2|4096 +1.3.6.1.2.1.25.2.3.1.4.72|2|4096 +1.3.6.1.2.1.25.2.3.1.5.1|2|16282932 +1.3.6.1.2.1.25.2.3.1.5.3|2|33060144 +1.3.6.1.2.1.25.2.3.1.5.6|2|16282932 +1.3.6.1.2.1.25.2.3.1.5.7|2|6383980 +1.3.6.1.2.1.25.2.3.1.5.8|2|787964 +1.3.6.1.2.1.25.2.3.1.5.10|2|16777212 +1.3.6.1.2.1.25.2.3.1.5.33|2|2035366 +1.3.6.1.2.1.25.2.3.1.5.36|2|2035366 +1.3.6.1.2.1.25.2.3.1.5.37|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.39|2|2035366 +1.3.6.1.2.1.25.2.3.1.5.56|2|1236896 +1.3.6.1.2.1.25.2.3.1.5.57|2|3776252 +1.3.6.1.2.1.25.2.3.1.5.58|2|29089763 +1.3.6.1.2.1.25.2.3.1.5.59|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.60|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.61|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.62|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.63|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.64|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.65|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.66|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.67|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.68|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.69|2|2331930 +1.3.6.1.2.1.25.2.3.1.5.70|2|2035366 +1.3.6.1.2.1.25.2.3.1.5.71|2|3776252 +1.3.6.1.2.1.25.2.3.1.5.72|2|5078687 +1.3.6.1.2.1.25.2.3.1.6.1|2|14987272 +1.3.6.1.2.1.25.2.3.1.6.3|2|14987540 +1.3.6.1.2.1.25.2.3.1.6.6|2|791444 +1.3.6.1.2.1.25.2.3.1.6.7|2|6383980 +1.3.6.1.2.1.25.2.3.1.6.8|2|787964 +1.3.6.1.2.1.25.2.3.1.6.10|2|268 +1.3.6.1.2.1.25.2.3.1.6.33|2|190639 +1.3.6.1.2.1.25.2.3.1.6.36|2|5835 +1.3.6.1.2.1.25.2.3.1.6.37|2|508670 +1.3.6.1.2.1.25.2.3.1.6.39|2|0 +1.3.6.1.2.1.25.2.3.1.6.56|2|2608 +1.3.6.1.2.1.25.2.3.1.6.57|2|558809 +1.3.6.1.2.1.25.2.3.1.6.58|2|2479792 +1.3.6.1.2.1.25.2.3.1.6.59|2|508670 +1.3.6.1.2.1.25.2.3.1.6.60|2|508670 +1.3.6.1.2.1.25.2.3.1.6.61|2|508670 +1.3.6.1.2.1.25.2.3.1.6.62|2|508670 +1.3.6.1.2.1.25.2.3.1.6.63|2|508670 +1.3.6.1.2.1.25.2.3.1.6.64|2|508670 +1.3.6.1.2.1.25.2.3.1.6.65|2|508670 +1.3.6.1.2.1.25.2.3.1.6.66|2|508670 +1.3.6.1.2.1.25.2.3.1.6.67|2|508670 +1.3.6.1.2.1.25.2.3.1.6.68|2|508670 +1.3.6.1.2.1.25.2.3.1.6.69|2|508670 +1.3.6.1.2.1.25.2.3.1.6.70|2|190639 +1.3.6.1.2.1.25.2.3.1.6.71|2|558809 +1.3.6.1.2.1.25.2.3.1.6.72|2|47865 +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.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.262154|2|262154 +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.393280|2|393280 +1.3.6.1.2.1.25.3.2.1.1.393296|2|393296 +1.3.6.1.2.1.25.3.2.1.1.393312|2|393312 +1.3.6.1.2.1.25.3.2.1.1.393328|2|393328 +1.3.6.1.2.1.25.3.2.1.1.393344|2|393344 +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.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.262154|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.393280|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.393296|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.393312|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.393328|6|1.3.6.1.2.1.25.3.1.6 +1.3.6.1.2.1.25.3.2.1.2.393344|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) Xeon(R) CPU E5-2630 v4 @ 2.20GHz +1.3.6.1.2.1.25.3.2.1.3.196609|4|GenuineIntel: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz +1.3.6.1.2.1.25.3.2.1.3.196610|4|GenuineIntel: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz +1.3.6.1.2.1.25.3.2.1.3.196611|4|GenuineIntel: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz +1.3.6.1.2.1.25.3.2.1.3.196612|4|GenuineIntel: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz +1.3.6.1.2.1.25.3.2.1.3.196613|4|GenuineIntel: Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz +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 ifb0 +1.3.6.1.2.1.25.3.2.1.3.262148|4|network interface ifb1 +1.3.6.1.2.1.25.3.2.1.3.262149|4|network interface gre0 +1.3.6.1.2.1.25.3.2.1.3.262150|4|network interface gretap0 +1.3.6.1.2.1.25.3.2.1.3.262151|4|network interface erspan0 +1.3.6.1.2.1.25.3.2.1.3.262152|4|network interface ip6tnl0 +1.3.6.1.2.1.25.3.2.1.3.262153|4|network interface ip6gre0 +1.3.6.1.2.1.25.3.2.1.3.262154|4|network interface gre1 +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.393280|4|LVM volume (vg00-opt) +1.3.6.1.2.1.25.3.2.1.3.393296|4|LVM volume (vg00-swap) +1.3.6.1.2.1.25.3.2.1.3.393312|4|LVM volume (vg00-cache) +1.3.6.1.2.1.25.3.2.1.3.393328|4|LVM volume (vg00-var) +1.3.6.1.2.1.25.3.2.1.3.393344|4|LVM volume (vg00-tmp) +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.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.262154|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.393280|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393296|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393312|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393328|6|0.0 +1.3.6.1.2.1.25.3.2.1.4.393344|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.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|5 +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|5 +1.3.6.1.2.1.25.3.2.1.5.262151|2|5 +1.3.6.1.2.1.25.3.2.1.5.262152|2|5 +1.3.6.1.2.1.25.3.2.1.5.262153|2|5 +1.3.6.1.2.1.25.3.2.1.5.262154|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|0 +1.3.6.1.2.1.25.3.2.1.6.262147|65|0 +1.3.6.1.2.1.25.3.2.1.6.262148|65|0 +1.3.6.1.2.1.25.3.2.1.6.262149|65|0 +1.3.6.1.2.1.25.3.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.262154|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.2.196608|2|2 +1.3.6.1.2.1.25.3.3.1.2.196609|2|2 +1.3.6.1.2.1.25.3.3.1.2.196610|2|2 +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|2 +1.3.6.1.2.1.25.3.3.1.2.196613|2|3 +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|ifb0 +1.3.6.1.2.1.31.1.1.1.1.4|4|ifb1 +1.3.6.1.2.1.31.1.1.1.1.5|4|gre0 +1.3.6.1.2.1.31.1.1.1.1.6|4|gretap0 +1.3.6.1.2.1.31.1.1.1.1.7|4|erspan0 +1.3.6.1.2.1.31.1.1.1.1.8|4|ip6tnl0 +1.3.6.1.2.1.31.1.1.1.1.9|4|ip6gre0 +1.3.6.1.2.1.31.1.1.1.1.10|4|gre1 +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|0 +1.3.6.1.2.1.31.1.1.1.2.3|65|0 +1.3.6.1.2.1.31.1.1.1.2.4|65|0 +1.3.6.1.2.1.31.1.1.1.2.5|65|0 +1.3.6.1.2.1.31.1.1.1.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.10|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.10|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.10|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.10|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|1130710763 +1.3.6.1.2.1.31.1.1.1.6.2|70|704422582683 +1.3.6.1.2.1.31.1.1.1.6.3|70|42210 +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.10|70|0 +1.3.6.1.2.1.31.1.1.1.7.1|70|2572412 +1.3.6.1.2.1.31.1.1.1.7.2|70|789454952 +1.3.6.1.2.1.31.1.1.1.7.3|70|603 +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.10|70|0 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.2|70|0 +1.3.6.1.2.1.31.1.1.1.8.3|70|0 +1.3.6.1.2.1.31.1.1.1.8.4|70|0 +1.3.6.1.2.1.31.1.1.1.8.5|70|0 +1.3.6.1.2.1.31.1.1.1.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.10|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.10|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|1130710763 +1.3.6.1.2.1.31.1.1.1.10.2|70|761676720849 +1.3.6.1.2.1.31.1.1.1.10.3|70|0 +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.10|70|0 +1.3.6.1.2.1.31.1.1.1.11.1|70|2572412 +1.3.6.1.2.1.31.1.1.1.11.2|70|820520675 +1.3.6.1.2.1.31.1.1.1.11.3|70|0 +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.10|70|0 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.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.10|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.10|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|0 +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.10|66|0 +1.3.6.1.2.1.31.1.1.1.16.1|2|2 +1.3.6.1.2.1.31.1.1.1.16.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.10|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.10|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.10|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.10|67|0 +1.3.6.1.4.1.1230.2.7.1.3.0|4|9.2.4 +1.3.6.1.4.1.1230.2.7.2.1.2.0|70|27081 +1.3.6.1.4.1.1230.2.7.2.1.3.0|70|3629850124 +1.3.6.1.4.1.1230.2.7.2.1.4.0|70|27081 +1.3.6.1.4.1.1230.2.7.2.1.5.0|70|343818925 +1.3.6.1.4.1.1230.2.7.2.1.6.0|70|162618 +1.3.6.1.4.1.1230.2.7.2.1.7.0|70|180237802 +1.3.6.1.4.1.1230.2.7.2.1.8.0|70|0 +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.1|4|Chat +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.2|4|Drugs +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.3|4|Games +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.4|4|Health +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.5|4|Nudity +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.6|4|Sports +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.7|4|Travel +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.8|4|Alcohol +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.9|4|Extreme +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.10|4|Tobacco +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.11|4|Weapons +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.12|4|Web Ads +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.13|4|Business +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.14|4|For Kids +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.15|4|Gambling +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.16|4|Pharmacy +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.17|4|Phishing +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.18|4|Violence +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.19|4|Web Mail +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.20|4|Messaging +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.21|4|Moderated +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.22|4|Profanity +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.23|4|Spam URLs +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.24|4|Web Phone +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.25|4|Blogs/Wiki +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.26|4|Illegal UK +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.27|4|Job Search +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.28|4|Anonymizers +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.29|4|Pornography +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.30|4|Real Estate +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.31|4|Restaurants +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.32|4|General News +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.33|4|Humor/Comics +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.34|4|Mobile Phone +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.35|4|Portal Sites +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.36|4|Web Meetings +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.37|4|Entertainment +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.38|4|Media Sharing +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.39|4|Parked Domain +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.40|4|Remote Access +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.41|4|Stock Trading +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.42|4|Content Server +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.43|4|Discrimination +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.44|4|Fashion/Beauty +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.45|4|Motor Vehicles +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.46|4|Personal Pages +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.47|4|Search Engines +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.48|4|Finance/Banking +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.49|4|Malicious Sites +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.50|4|Media Downloads +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.51|4|Online Shopping +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.52|4|Streaming Media +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.53|4|Browser Exploits +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.54|4|Dating/Personals +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.55|4|Gambling Related +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.56|4|Gruesome Content +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.57|4|P2P/File Sharing +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.58|4|Politics/Opinion +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.59|4|Resource Sharing +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.60|4|Sexual Materials +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.61|4|Text Translators +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.62|4|Text/Spoken Only +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.63|4|Digital Postcards +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.64|4|Incidental Nudity +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.65|4|Instant Messaging +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.66|4|Internet Radio/TV +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.67|4|Internet Services +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.68|4|Social Networking +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.69|4|Software/Hardware +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.70|4|Provocative Attire +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.71|4|Public Information +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.72|4|Recreation/Hobbies +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.73|4|Shareware/Freeware +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.74|4|Consumer Protection +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.75|4|Education/Reference +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.76|4|Government/Military +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.77|4|Malicious Downloads +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.78|4|Religion/Ideologies +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.79|4|Art/Culture/Heritage +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.80|4|Auctions/Classifieds +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.81|4|Information Security +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.82|4|Visual Search Engine +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.83|4|Anonymizing Utilities +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.84|4|Forum/Bulletin Boards +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.85|4|Game/Cartoon Violence +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.86|4|Technical Information +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.87|4|Historical Revisionism +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.88|4|Major Global Religions +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.89|4|Controversial Opinions +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.90|4|Marketing/Merchandising +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.91|4|Non-Profit/Advocacy/NGO +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.92|4|Professional Networking +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.93|4|Personal Network Storage +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.94|4|Residential IP Addresses +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.95|4|Spyware/Adware/Keyloggers +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.96|4|Technical/Business Forums +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.97|4|Potential Illegal Software +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.98|4|School Cheating Information +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.99|4|Interactive Web Applications +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.100|4|Potential Criminal Activities +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.101|4|Potential Hacking/Computer Crime +1.3.6.1.4.1.1230.2.7.2.1.10.1.1.102|4|PUPs (potentially unwanted programs) +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.1|70|5569615 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.2|70|774 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.3|70|1939261 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.4|70|3795809 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.5|70|274993 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.6|70|44038157 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.7|70|29064207 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.8|70|243972 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.9|70|321 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.10|70|3109 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.11|70|236264 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.12|70|434720600 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.13|70|405125026 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.14|70|90953 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.15|70|784490 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.16|70|684403 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.17|70|65146 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.18|70|193710 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.19|70|51316581 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.20|70|203060 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.21|70|172 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.22|70|15484 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.23|70|249511 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.24|70|90252094 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.25|70|59648658 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.26|70|6 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.27|70|3081307 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.28|70|71349 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.29|70|782921 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.30|70|9447115 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.31|70|2220193 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.32|70|93032909 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.33|70|500077 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.34|70|847827 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.35|70|76713813 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.36|70|1989928 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.37|70|43937470 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.38|70|212502198 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.39|70|3168015 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.40|70|1100643 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.41|70|618603 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.42|70|554074221 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.43|70|364 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.44|70|52552827 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.45|70|22848558 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.46|70|1278679 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.47|70|98007011 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.48|70|15072638 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.49|70|2765404 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.50|70|2336555 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.51|70|110981006 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.52|70|241849164 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.53|70|32922 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.54|70|39631 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.55|70|3831668 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.56|70|683 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.57|70|2726 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.58|70|318434 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.59|70|4267918 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.60|70|7895 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.61|70|12705488 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.62|70|1818 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.63|70|37940 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.64|70|3935996 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.65|70|91251936 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.66|70|5056533 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.67|70|693413996 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.68|70|209483524 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.69|70|267303183 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.70|70|5584810 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.71|70|48757854 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.72|70|7536539 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.73|70|27867069 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.74|70|32240 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.75|70|18076863 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.76|70|3319838 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.77|70|3009939 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.78|70|34073 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.79|70|779913 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.80|70|7564785 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.81|70|99828 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.82|70|2253873 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.83|70|75523 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.84|70|9689201 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.85|70|4694 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.86|70|5834699 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.87|70|121 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.88|70|335837 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.89|70|267 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.90|70|77719598 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.91|70|969527 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.92|70|48848069 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.93|70|14441486 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.94|70|2739 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.95|70|379184 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.96|70|19328034 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.97|70|117421 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.98|70|13886 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.99|70|12274415 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.100|70|170 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.101|70|1393 +1.3.6.1.4.1.1230.2.7.2.1.10.1.2.102|70|2552011 +1.3.6.1.4.1.1230.2.7.2.2.1.0|70|839360920 +1.3.6.1.4.1.1230.2.7.2.3.1.0|70|2435078204 +1.3.6.1.4.1.1230.2.7.2.5.2.0|70|345 +1.3.6.1.4.1.1230.2.7.2.5.3.0|70|684 +1.3.6.1.4.1.1230.2.7.2.5.6.0|70|7 +1.3.6.1.4.1.2021.10.1.5.1|2|14 +1.3.6.1.4.1.2021.10.1.5.2|2|13 +1.3.6.1.4.1.2021.10.1.5.3|2|14 +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|920 +1.3.6.1.4.1.2021.11.6.0|2|0 +1.3.6.1.4.1.2021.11.7.0|2|926 +1.3.6.1.4.1.2021.11.8.0|2|1065 +1.3.6.1.4.1.2021.11.9.0|2|1 +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|20882361 +1.3.6.1.4.1.2021.11.51.0|65|311 +1.3.6.1.4.1.2021.11.52.0|65|8975044 +1.3.6.1.4.1.2021.11.53.0|65|1294539536 +1.3.6.1.4.1.2021.11.54.0|65|179454 +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|2494306360 +1.3.6.1.4.1.2021.11.58.0|65|3469874 +1.3.6.1.4.1.2021.11.59.0|65|3391034529 +1.3.6.1.4.1.2021.11.60.0|65|3095413066 +1.3.6.1.4.1.2021.11.61.0|65|756715 +1.3.6.1.4.1.2021.11.62.0|65|0 +1.3.6.1.4.1.2021.11.63.0|65|47 +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.13.15.1.1.1.1|2|1 +1.3.6.1.4.1.2021.13.15.1.1.1.2|2|2 +1.3.6.1.4.1.2021.13.15.1.1.1.3|2|3 +1.3.6.1.4.1.2021.13.15.1.1.1.4|2|4 +1.3.6.1.4.1.2021.13.15.1.1.1.5|2|5 +1.3.6.1.4.1.2021.13.15.1.1.1.6|2|6 +1.3.6.1.4.1.2021.13.15.1.1.1.7|2|7 +1.3.6.1.4.1.2021.13.15.1.1.1.8|2|8 +1.3.6.1.4.1.2021.13.15.1.1.1.9|2|9 +1.3.6.1.4.1.2021.13.15.1.1.1.10|2|10 +1.3.6.1.4.1.2021.13.15.1.1.1.11|2|11 +1.3.6.1.4.1.2021.13.15.1.1.1.12|2|12 +1.3.6.1.4.1.2021.13.15.1.1.1.13|2|13 +1.3.6.1.4.1.2021.13.15.1.1.1.14|2|14 +1.3.6.1.4.1.2021.13.15.1.1.1.15|2|15 +1.3.6.1.4.1.2021.13.15.1.1.1.16|2|16 +1.3.6.1.4.1.2021.13.15.1.1.1.17|2|17 +1.3.6.1.4.1.2021.13.15.1.1.1.18|2|18 +1.3.6.1.4.1.2021.13.15.1.1.2.1|4|loop0 +1.3.6.1.4.1.2021.13.15.1.1.2.2|4|loop1 +1.3.6.1.4.1.2021.13.15.1.1.2.3|4|loop2 +1.3.6.1.4.1.2021.13.15.1.1.2.4|4|loop3 +1.3.6.1.4.1.2021.13.15.1.1.2.5|4|loop4 +1.3.6.1.4.1.2021.13.15.1.1.2.6|4|loop5 +1.3.6.1.4.1.2021.13.15.1.1.2.7|4|loop6 +1.3.6.1.4.1.2021.13.15.1.1.2.8|4|loop7 +1.3.6.1.4.1.2021.13.15.1.1.2.9|4|sda +1.3.6.1.4.1.2021.13.15.1.1.2.10|4|sda1 +1.3.6.1.4.1.2021.13.15.1.1.2.11|4|sda2 +1.3.6.1.4.1.2021.13.15.1.1.2.12|4|sr0 +1.3.6.1.4.1.2021.13.15.1.1.2.13|4|dm-0 +1.3.6.1.4.1.2021.13.15.1.1.2.14|4|dm-1 +1.3.6.1.4.1.2021.13.15.1.1.2.15|4|dm-2 +1.3.6.1.4.1.2021.13.15.1.1.2.16|4|dm-3 +1.3.6.1.4.1.2021.13.15.1.1.2.17|4|dm-4 +1.3.6.1.4.1.2021.13.15.1.1.2.18|4|dm-5 +1.3.6.1.4.1.2021.13.15.1.1.3.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.9|65|1776576000 +1.3.6.1.4.1.2021.13.15.1.1.3.10|65|326927360 +1.3.6.1.4.1.2021.13.15.1.1.3.11|65|1447289344 +1.3.6.1.4.1.2021.13.15.1.1.3.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.3.13|65|4879360 +1.3.6.1.4.1.2021.13.15.1.1.3.14|65|46887936 +1.3.6.1.4.1.2021.13.15.1.1.3.15|65|6496768 +1.3.6.1.4.1.2021.13.15.1.1.3.16|65|3937280 +1.3.6.1.4.1.2021.13.15.1.1.3.17|65|1384625152 +1.3.6.1.4.1.2021.13.15.1.1.3.18|65|4374528 +1.3.6.1.4.1.2021.13.15.1.1.4.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.9|65|1479659520 +1.3.6.1.4.1.2021.13.15.1.1.4.10|65|695037952 +1.3.6.1.4.1.2021.13.15.1.1.4.11|65|784621568 +1.3.6.1.4.1.2021.13.15.1.1.4.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.4.13|65|3359252480 +1.3.6.1.4.1.2021.13.15.1.1.4.14|65|2305646592 +1.3.6.1.4.1.2021.13.15.1.1.4.15|65|196608 +1.3.6.1.4.1.2021.13.15.1.1.4.16|65|1739014144 +1.3.6.1.4.1.2021.13.15.1.1.4.17|65|1970446336 +1.3.6.1.4.1.2021.13.15.1.1.4.18|65|196608 +1.3.6.1.4.1.2021.13.15.1.1.5.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.9|65|97859 +1.3.6.1.4.1.2021.13.15.1.1.5.10|65|24466 +1.3.6.1.4.1.2021.13.15.1.1.5.11|65|73311 +1.3.6.1.4.1.2021.13.15.1.1.5.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.5.13|65|528 +1.3.6.1.4.1.2021.13.15.1.1.5.14|65|6555 +1.3.6.1.4.1.2021.13.15.1.1.5.15|65|260 +1.3.6.1.4.1.2021.13.15.1.1.5.16|65|301 +1.3.6.1.4.1.2021.13.15.1.1.5.17|65|65643 +1.3.6.1.4.1.2021.13.15.1.1.5.18|65|173 +1.3.6.1.4.1.2021.13.15.1.1.6.1|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.2|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.3|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.4|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.5|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.6|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.7|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.8|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.9|65|73083034 +1.3.6.1.4.1.2021.13.15.1.1.6.10|65|88212 +1.3.6.1.4.1.2021.13.15.1.1.6.11|65|72994822 +1.3.6.1.4.1.2021.13.15.1.1.6.12|65|0 +1.3.6.1.4.1.2021.13.15.1.1.6.13|65|682993 +1.3.6.1.4.1.2021.13.15.1.1.6.14|65|4534328 +1.3.6.1.4.1.2021.13.15.1.1.6.15|65|48 +1.3.6.1.4.1.2021.13.15.1.1.6.16|65|67701 +1.3.6.1.4.1.2021.13.15.1.1.6.17|65|160477346 +1.3.6.1.4.1.2021.13.15.1.1.6.18|65|48 +1.3.6.1.4.1.2021.13.15.1.1.9.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.7|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.8|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.9|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.10|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.11|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.12|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.13|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.14|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.15|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.16|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.17|2|0 +1.3.6.1.4.1.2021.13.15.1.1.9.18|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.7|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.8|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.9|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.10|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.11|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.12|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.13|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.14|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.15|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.16|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.17|2|0 +1.3.6.1.4.1.2021.13.15.1.1.10.18|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.1|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.2|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.3|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.4|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.5|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.6|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.7|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.8|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.9|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.10|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.11|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.12|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.13|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.14|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.15|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.16|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.17|2|0 +1.3.6.1.4.1.2021.13.15.1.1.11.18|2|0 +1.3.6.1.4.1.2021.13.15.1.1.12.1|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.2|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.3|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.4|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.5|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.6|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.7|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.8|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.9|70|1776576000 +1.3.6.1.4.1.2021.13.15.1.1.12.10|70|326927360 +1.3.6.1.4.1.2021.13.15.1.1.12.11|70|1447289344 +1.3.6.1.4.1.2021.13.15.1.1.12.12|70|0 +1.3.6.1.4.1.2021.13.15.1.1.12.13|70|4879360 +1.3.6.1.4.1.2021.13.15.1.1.12.14|70|46887936 +1.3.6.1.4.1.2021.13.15.1.1.12.15|70|6496768 +1.3.6.1.4.1.2021.13.15.1.1.12.16|70|3937280 +1.3.6.1.4.1.2021.13.15.1.1.12.17|70|1384625152 +1.3.6.1.4.1.2021.13.15.1.1.12.18|70|4374528 +1.3.6.1.4.1.2021.13.15.1.1.13.1|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.2|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.3|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.4|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.5|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.6|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.7|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.8|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.9|70|1277084946432 +1.3.6.1.4.1.2021.13.15.1.1.13.10|70|695037952 +1.3.6.1.4.1.2021.13.15.1.1.13.11|70|1276389908480 +1.3.6.1.4.1.2021.13.15.1.1.13.12|70|0 +1.3.6.1.4.1.2021.13.15.1.1.13.13|70|3359252480 +1.3.6.1.4.1.2021.13.15.1.1.13.14|70|32370417664 +1.3.6.1.4.1.2021.13.15.1.1.13.15|70|196608 +1.3.6.1.4.1.2021.13.15.1.1.13.16|70|1739014144 +1.3.6.1.4.1.2021.13.15.1.1.13.17|70|1238921027584 +1.3.6.1.4.1.2021.13.15.1.1.13.18|70|196608 +1.3.6.1.6.3.10.2.1.3.0|2|592407