From bd4c2d70fbc27026a3d7c20d480e70e455e2196f Mon Sep 17 00:00:00 2001 From: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Date: Thu, 3 Nov 2022 00:45:52 +0100 Subject: [PATCH] McAfee Web Proxy with COUNTER rrd_type on sensors (#14529) * webGw1 * rrd_type for mcafeewebgateway.yaml * update tests --- .../discovery/mcafeewebgateway.yaml | 30 +- tests/data/mcafeewebgateway.json | 4444 ++++++++--------- 2 files changed, 2242 insertions(+), 2232 deletions(-) diff --git a/includes/definitions/discovery/mcafeewebgateway.yaml b/includes/definitions/discovery/mcafeewebgateway.yaml index f0614675fe..e8c8852209 100644 --- a/includes/definitions/discovery/mcafeewebgateway.yaml +++ b/includes/definitions/discovery/mcafeewebgateway.yaml @@ -14,56 +14,66 @@ modules: oid: stMalwareDetected num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.2.{{ $index }}' descr: 'Infections detected by Antimalware' - index: 'stMalwareDetected.{{ $index }}' + index: 'stMalwareDetected{{ $index }}' + rrd_type: COUNTER - oid: stConnectionsLegitimate num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.3.{{ $index }}' descr: 'Total requests' - index: 'stConnectionsLegitimate.{{ $index }}' + index: 'stConnectionsLegitimate{{ $index }}' group: Requests + rrd_type: COUNTER - oid: stBlockedByAntiMalware num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.4.{{ $index }}' - index: 'stBlockedByAntiMalware.{{ $index }}' + index: 'stBlockedByAntiMalware{{ $index }}' descr: 'Connections blocked by Anti-Malware' + rrd_type: COUNTER - oid: stConnectionsBlocked num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.5.{{ $index }}' descr: 'Total Connections blocked' - index: 'stConnectionsBlocked.{{ $index }}' + index: 'stConnectionsBlocked{{ $index }}' + rrd_type: COUNTER - oid: stBlockedByMediaFilter num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.6.{{ $index }}' - index: 'stBlockedByMediaFilter.{{ $index }}' + index: 'stBlockedByMediaFilter{{ $index }}' descr: 'Connections blocked by the Media-Type' + rrd_type: COUNTER - oid: stBlockedByURLFilter num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.7.{{ $index }}' - index: 'stBlockedByURLFilter.{{ $index }}' + index: 'stBlockedByURLFilter{{ $index }}' descr: 'Connections blocked by the URL filter' + rrd_type: COUNTER - oid: stMimeType num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.8.{{ $index }}' - index: 'stMimeType.{{ $index }}' + index: 'stMimeType{{ $index }}' descr: 'Media types detected by the Media Type filter' + rrd_type: COUNTER - oid: stCategoryCount num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.10.1.2.{{ $index }}' - index: 'stCategoryCount.{{ $index }}' + index: 'Blocked {{ $stCategoryName }}' descr: 'Blocked "{{ $stCategoryName }}"' group: 'Categories Blocked' + rrd_type: COUNTER - oid: stHttpRequests num_oid: '.1.3.6.1.4.1.1230.2.7.2.2.1.{{ $index }}' - index: 'stHttpRequests.{{ $index }}' + index: 'stHttpRequests{{ $index }}' descr: 'HTTP requests' group: Requests + rrd_type: COUNTER - oid: stHttpsRequests num_oid: '.1.3.6.1.4.1.1230.2.7.2.3.1.{{ $index }}' - index: 'stHttpsRequests.{{ $index }}' + index: 'stHttpsRequests{{ $index }}' descr: 'HTTPS requests' group: Requests + rrd_type: COUNTER - oid: stClientCount num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.2.{{ $index }}' diff --git a/tests/data/mcafeewebgateway.json b/tests/data/mcafeewebgateway.json index 1e22575ccd..4a34fa1d68 100644 --- a/tests/data/mcafeewebgateway.json +++ b/tests/data/mcafeewebgateway.json @@ -2333,2087 +2333,12 @@ "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": "Connections 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, - "rrd_type": "GAUGE", - "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": "Connections 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, - "rrd_type": "GAUGE", - "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": "Connections 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, - "rrd_type": "GAUGE", - "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": "Blocked \"Chat\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Tobacco\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Potential Criminal Activities\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Potential Hacking/Computer Crime\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"PUPs (potentially unwanted programs)\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Weapons\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Web Ads\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Business\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"For Kids\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Gambling\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Pharmacy\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Phishing\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Violence\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Web Mail\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Drugs\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Messaging\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Moderated\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Profanity\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Spam URLs\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Web Phone\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Blogs/Wiki\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Illegal UK\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Job Search\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Anonymizers\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Pornography\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Games\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Real Estate\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Restaurants\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"General News\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Humor/Comics\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Mobile Phone\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Portal Sites\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Web Meetings\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Entertainment\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Media Sharing\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Parked Domain\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Health\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Remote Access\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Stock Trading\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Content Server\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Discrimination\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Fashion/Beauty\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Motor Vehicles\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Personal Pages\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Search Engines\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Finance/Banking\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Malicious Sites\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Nudity\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Media Downloads\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Online Shopping\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Streaming Media\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Browser Exploits\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Dating/Personals\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Gambling Related\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Gruesome Content\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"P2P/File Sharing\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Politics/Opinion\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Resource Sharing\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Sports\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Sexual Materials\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Text Translators\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Text/Spoken Only\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Digital Postcards\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Incidental Nudity\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Instant Messaging\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Internet Radio/TV\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Internet Services\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Social Networking\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Software/Hardware\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Travel\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Provocative Attire\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Public Information\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Recreation/Hobbies\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Shareware/Freeware\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Consumer Protection\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Education/Reference\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Government/Military\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Malicious Downloads\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Religion/Ideologies\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Art/Culture/Heritage\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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_index": "Blocked Alcohol", "sensor_type": "mcafeewebgateway", "sensor_descr": "Blocked \"Alcohol\"", "group": "Categories Blocked", @@ -4430,21 +2355,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.28", + "sensor_index": "Blocked Anonymizers", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Auctions/Classifieds\"", + "sensor_descr": "Blocked \"Anonymizers\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 7564785, + "sensor_current": 71349, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4455,57 +2380,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", - "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": "Blocked \"Information Security\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", - "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": "Blocked \"Visual Search Engine\"", - "group": "Categories Blocked", - "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, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, { @@ -4513,7 +2388,7 @@ "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_index": "Blocked Anonymizing Utilities", "sensor_type": "mcafeewebgateway", "sensor_descr": "Blocked \"Anonymizing Utilities\"", "group": "Categories Blocked", @@ -4530,21 +2405,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.79", + "sensor_index": "Blocked Art/Culture/Heritage", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Forum/Bulletin Boards\"", + "sensor_descr": "Blocked \"Art/Culture/Heritage\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 9689201, + "sensor_current": 779913, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4555,21 +2430,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.80", + "sensor_index": "Blocked Auctions/Classifieds", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Game/Cartoon Violence\"", + "sensor_descr": "Blocked \"Auctions/Classifieds\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 4694, + "sensor_current": 7564785, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4580,21 +2455,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.25", + "sensor_index": "Blocked Blogs/Wiki", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Technical Information\"", + "sensor_descr": "Blocked \"Blogs/Wiki\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 5834699, + "sensor_current": 59648658, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4605,21 +2480,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.53", + "sensor_index": "Blocked Browser Exploits", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Historical Revisionism\"", + "sensor_descr": "Blocked \"Browser Exploits\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 121, + "sensor_current": 32922, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4630,21 +2505,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.13", + "sensor_index": "Blocked Business", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Major Global Religions\"", + "sensor_descr": "Blocked \"Business\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 335837, + "sensor_current": 405125026, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4655,7 +2530,82 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", + "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": "Blocked Chat", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Chat\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Consumer Protection", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Consumer Protection\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Content Server", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Content Server\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", "state_name": null }, { @@ -4663,7 +2613,7 @@ "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_index": "Blocked Controversial Opinions", "sensor_type": "mcafeewebgateway", "sensor_descr": "Blocked \"Controversial Opinions\"", "group": "Categories Blocked", @@ -4680,7 +2630,157 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", + "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": "Blocked Dating/Personals", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Dating/Personals\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Digital Postcards", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Digital Postcards\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Discrimination", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Discrimination\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Drugs", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Drugs\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Education/Reference", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Education/Reference\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Entertainment", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Entertainment\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", "state_name": null }, { @@ -4688,7 +2788,7 @@ "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_index": "Blocked Extreme", "sensor_type": "mcafeewebgateway", "sensor_descr": "Blocked \"Extreme\"", "group": "Categories Blocked", @@ -4705,21 +2805,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.44", + "sensor_index": "Blocked Fashion/Beauty", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Marketing/Merchandising\"", + "sensor_descr": "Blocked \"Fashion/Beauty\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 77719598, + "sensor_current": 52552827, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4730,21 +2830,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.48", + "sensor_index": "Blocked Finance/Banking", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Non-Profit/Advocacy/NGO\"", + "sensor_descr": "Blocked \"Finance/Banking\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 969527, + "sensor_current": 15072638, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4755,21 +2855,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.14", + "sensor_index": "Blocked For Kids", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Professional Networking\"", + "sensor_descr": "Blocked \"For Kids\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 48848069, + "sensor_current": 90953, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4780,21 +2880,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.84", + "sensor_index": "Blocked Forum/Bulletin Boards", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Personal Network Storage\"", + "sensor_descr": "Blocked \"Forum/Bulletin Boards\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 14441486, + "sensor_current": 9689201, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4805,21 +2905,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.15", + "sensor_index": "Blocked Gambling", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Residential IP Addresses\"", + "sensor_descr": "Blocked \"Gambling\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 2739, + "sensor_current": 784490, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4830,21 +2930,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.55", + "sensor_index": "Blocked Gambling Related", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Spyware/Adware/Keyloggers\"", + "sensor_descr": "Blocked \"Gambling Related\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 379184, + "sensor_current": 3831668, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4855,21 +2955,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.85", + "sensor_index": "Blocked Game/Cartoon Violence", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Technical/Business Forums\"", + "sensor_descr": "Blocked \"Game/Cartoon Violence\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 19328034, + "sensor_current": 4694, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4880,21 +2980,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.3", + "sensor_index": "Blocked Games", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"Potential Illegal Software\"", + "sensor_descr": "Blocked \"Games\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 117421, + "sensor_current": 1939261, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4905,21 +3005,21 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "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_oid": ".1.3.6.1.4.1.1230.2.7.2.1.10.1.2.32", + "sensor_index": "Blocked General News", "sensor_type": "mcafeewebgateway", - "sensor_descr": "Blocked \"School Cheating Information\"", + "sensor_descr": "Blocked \"General News\"", "group": "Categories Blocked", "sensor_divisor": 1, "sensor_multiplier": 1, - "sensor_current": 13886, + "sensor_current": 93032909, "sensor_limit": null, "sensor_limit_warn": null, "sensor_limit_low": null, @@ -4930,7 +3030,232 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", + "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": "Blocked Government/Military", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Government/Military\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Gruesome Content", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Gruesome Content\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Health", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Health\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Historical Revisionism", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Historical Revisionism\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Humor/Comics", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Humor/Comics\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Illegal UK", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Illegal UK\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Incidental Nudity", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Incidental Nudity\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Information Security", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Information Security\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Instant Messaging", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Instant Messaging\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", "state_name": null }, { @@ -4938,7 +3263,7 @@ "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_index": "Blocked Interactive Web Applications", "sensor_type": "mcafeewebgateway", "sensor_descr": "Blocked \"Interactive Web Applications\"", "group": "Categories Blocked", @@ -4955,7 +3280,1682 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", + "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": "Blocked Internet Radio/TV", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Internet Radio/TV\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Internet Services", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Internet Services\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Job Search", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Job Search\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Major Global Religions", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Major Global Religions\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Malicious Downloads", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Malicious Downloads\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Malicious Sites", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Malicious Sites\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Marketing/Merchandising", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Marketing/Merchandising\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Media Downloads", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Media Downloads\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Media Sharing", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Media Sharing\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Messaging", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Messaging\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Mobile Phone", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Mobile Phone\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Moderated", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Moderated\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Motor Vehicles", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Motor Vehicles\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Non-Profit/Advocacy/NGO", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Non-Profit/Advocacy/NGO\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Nudity", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Nudity\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Online Shopping", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Online Shopping\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked P2P/File Sharing", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"P2P/File Sharing\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Parked Domain", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Parked Domain\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Personal Network Storage", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Personal Network Storage\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Personal Pages", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Personal Pages\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Pharmacy", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Pharmacy\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Phishing", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Phishing\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Politics/Opinion", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Politics/Opinion\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Pornography", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Pornography\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Portal Sites", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Portal Sites\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Potential Criminal Activities", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Potential Criminal Activities\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Potential Hacking/Computer Crime", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Potential Hacking/Computer Crime\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Potential Illegal Software", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Potential Illegal Software\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Profanity", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Profanity\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Professional Networking", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Professional Networking\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Provocative Attire", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Provocative Attire\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Public Information", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Public Information\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked PUPs (potentially unwanted programs)", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"PUPs (potentially unwanted programs)\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Real Estate", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Real Estate\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Recreation/Hobbies", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Recreation/Hobbies\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Religion/Ideologies", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Religion/Ideologies\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Remote Access", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Remote Access\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Residential IP Addresses", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Residential IP Addresses\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Resource Sharing", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Resource Sharing\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Restaurants", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Restaurants\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked School Cheating Information", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"School Cheating Information\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Search Engines", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Search Engines\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Sexual Materials", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Sexual Materials\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Shareware/Freeware", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Shareware/Freeware\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Social Networking", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Social Networking\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Software/Hardware", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Software/Hardware\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Spam URLs", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Spam URLs\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Sports", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Sports\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Spyware/Adware/Keyloggers", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Spyware/Adware/Keyloggers\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Stock Trading", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Stock Trading\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Streaming Media", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Streaming Media\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Technical Information", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Technical Information\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Technical/Business Forums", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Technical/Business Forums\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Text Translators", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Text Translators\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Text/Spoken Only", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Text/Spoken Only\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Tobacco", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Tobacco\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Travel", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Travel\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Violence", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Violence\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Visual Search Engine", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Visual Search Engine\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Weapons", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Weapons\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Web Ads", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Web Ads\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Web Mail", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Web Mail\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Web Meetings", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Web Meetings\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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": "Blocked Web Phone", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Blocked \"Web Phone\"", + "group": "Categories Blocked", + "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, + "rrd_type": "COUNTER", + "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.4.0", + "sensor_index": "stBlockedByAntiMalware0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Connections 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, + "rrd_type": "COUNTER", + "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": "stBlockedByMediaFilter0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Connections 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, + "rrd_type": "COUNTER", + "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": "stBlockedByURLFilter0", + "sensor_type": "mcafeewebgateway", + "sensor_descr": "Connections 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, + "rrd_type": "COUNTER", "state_name": null }, { @@ -5013,7 +5013,7 @@ "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_index": "stConnectionsBlocked0", "sensor_type": "mcafeewebgateway", "sensor_descr": "Total Connections blocked", "group": null, @@ -5030,7 +5030,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, { @@ -5038,7 +5038,7 @@ "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_index": "stConnectionsLegitimate0", "sensor_type": "mcafeewebgateway", "sensor_descr": "Total requests", "group": "Requests", @@ -5055,7 +5055,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, { @@ -5063,7 +5063,7 @@ "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_index": "stHttpRequests0", "sensor_type": "mcafeewebgateway", "sensor_descr": "HTTP requests", "group": "Requests", @@ -5080,7 +5080,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, { @@ -5088,7 +5088,7 @@ "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_index": "stHttpsRequests0", "sensor_type": "mcafeewebgateway", "sensor_descr": "HTTPS requests", "group": "Requests", @@ -5105,7 +5105,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, { @@ -5113,7 +5113,7 @@ "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_index": "stMalwareDetected0", "sensor_type": "mcafeewebgateway", "sensor_descr": "Infections detected by Antimalware", "group": null, @@ -5130,7 +5130,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, { @@ -5138,7 +5138,7 @@ "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_index": "stMimeType0", "sensor_type": "mcafeewebgateway", "sensor_descr": "Media types detected by the Media Type filter", "group": null, @@ -5155,7 +5155,7 @@ "entPhysicalIndex_measured": null, "sensor_prev": null, "user_func": null, - "rrd_type": "GAUGE", + "rrd_type": "COUNTER", "state_name": null }, {