Files
librenms-librenms/includes/definitions/discovery/mcafeewebgateway.yaml
PipoCanaja 69c1fde4c9 McAfee Proxy Sensor name update (#13853)
* fix RRD descriptions

* more

* FixTests
2022-03-18 14:19:48 +01:00

82 lines
3.6 KiB
YAML

mib: MCAFEE-MWG-MIB
modules:
os:
version: MCAFEE-MWG-MIB::kProductVersion.0
sensors:
pre-cache:
data:
-
oid:
- stCategoryName
count:
data:
-
oid: stMalwareDetected
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.2.{{ $index }}'
descr: 'Infections detected by Antimalware'
index: 'stMalwareDetected.{{ $index }}'
-
oid: stConnectionsLegitimate
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.3.{{ $index }}'
descr: 'Total requests'
index: 'stConnectionsLegitimate.{{ $index }}'
group: Requests
-
oid: stBlockedByAntiMalware
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.4.{{ $index }}'
index: 'stBlockedByAntiMalware.{{ $index }}'
descr: 'Connections blocked by Anti-Malware'
-
oid: stConnectionsBlocked
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.5.{{ $index }}'
descr: 'Total Connections blocked'
index: 'stConnectionsBlocked.{{ $index }}'
-
oid: stBlockedByMediaFilter
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.6.{{ $index }}'
index: 'stBlockedByMediaFilter.{{ $index }}'
descr: 'Connections blocked by the Media-Type'
-
oid: stBlockedByURLFilter
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.7.{{ $index }}'
index: 'stBlockedByURLFilter.{{ $index }}'
descr: 'Connections blocked by the URL filter'
-
oid: stMimeType
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.8.{{ $index }}'
index: 'stMimeType.{{ $index }}'
descr: 'Media types detected by the Media Type filter'
-
oid: stCategoryCount
num_oid: '.1.3.6.1.4.1.1230.2.7.2.1.10.1.2.{{ $index }}'
index: 'stCategoryCount.{{ $index }}'
descr: 'Blocked "{{ $stCategoryName }}"'
group: 'Categories Blocked'
-
oid: stHttpRequests
num_oid: '.1.3.6.1.4.1.1230.2.7.2.2.1.{{ $index }}'
index: 'stHttpRequests.{{ $index }}'
descr: 'HTTP requests'
group: Requests
-
oid: stHttpsRequests
num_oid: '.1.3.6.1.4.1.1230.2.7.2.3.1.{{ $index }}'
index: 'stHttpsRequests.{{ $index }}'
descr: 'HTTPS requests'
group: Requests
-
oid: stClientCount
num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.2.{{ $index }}'
index: 'stClientCount.{{ $index }}'
descr: 'Connected clients'
-
oid: stConnectedSockets
num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.3.{{ $index }}'
index: 'stConnectedSockets.{{ $index }}'
descr: 'Open network sockets'
-
oid: stResolveHostViaDNS
num_oid: '.1.3.6.1.4.1.1230.2.7.2.5.6.{{ $index }}'
index: 'stResolveHostViaDNS.{{ $index }}'
descr: 'Time to resolve DNS (ms)'