forked from kentik/snmp-profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcisco-ise.yml
37 lines (35 loc) · 1002 Bytes
/
cisco-ise.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Cisco ISE Devices use standard SNMP MIBs
# https://www.cisco.com/c/en/us/td/docs/security/ise/2-4/admin_guide/b_ISE_admin_guide_24/m_monitoring_and_troubleshooting.html
---
extends:
- host-resources-mib.yml
- if-mib.yml
- system-mib.yml
- ucd-mib.yml
provider: kentik-appliance
sysobjectid:
- 1.3.6.1.4.1.9.1.2785 # Cisco SNS 3615 K9
- 1.3.6.1.4.1.9.1.1426 # Cisco ISE VM K9
metrics:
# Memory Utilization
# Polled at 60s to support anomaly detection
- MIB: HOST-RESOURCES-MIB
symbol:
name: hrStorageSizeRAM
OID: 1.3.6.1.2.1.25.2.3.1.5.1
poll_time_sec: 60
tag: MemoryTotal
- MIB: HOST-RESOURCES-MIB
symbol:
name: hrStorageUsedRAM
OID: 1.3.6.1.2.1.25.2.3.1.6.1
poll_time_sec: 60
tag: MemoryUsed
# CPU Utilization
# Polled at 60s to support anomaly detection
- MIB: HOST-RESOURCES-MIB
symbol:
name: hrProcessorLoadCombined
OID: 1.3.6.1.2.1.25.3.3.1.2.196608
poll_time_sec: 60
tag: CPU