McAfee Web Proxy with COUNTER rrd_type on sensors (#14529)

* webGw1

* rrd_type for mcafeewebgateway.yaml

* update tests
This commit is contained in:
PipoCanaja
2022-11-03 00:45:52 +01:00
committed by GitHub
parent ce6eaadc2a
commit bd4c2d70fb
2 changed files with 2242 additions and 2232 deletions

View File

@@ -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 }}'

File diff suppressed because it is too large Load Diff