towerops/priv/profiles/os_discovery/ftd.yaml
2026-01-21 14:30:04 -06:00

90 lines
4.7 KiB
YAML

modules:
os:
sysDescr_regex: '/Version (?<version>[^,]+)/'
serial:
- ENTITY-MIB::entPhysicalSerialNum.1
- ENTITY-MIB::entPhysicalSerialNum.4
- ENTITY-MIB::entPhysicalSerialNum.9
- ENTITY-MIB::entPhysicalSerialNum.10
version:
- ENTITY-MIB::entPhysicalSoftwareRev.1
- ENTITY-MIB::entPhysicalSoftwareRev.4
- ENTITY-MIB::entPhysicalSoftwareRev.10
hardware:
- ENTITY-MIB::entPhysicalModelName.1
- ENTITY-MIB::entPhysicalModelName.4
- ENTITY-MIB::entPhysicalModelName.9
- ENTITY-MIB::entPhysicalModelName.10
sensors:
count:
data:
-
oid: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasActivity
value: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasEmailNumSessions
num_oid: '.1.3.6.1.4.1.9.9.392.1.3.23.{{ $index }}'
descr: 'Active Email proxy sync sessions'
index: crasEmailNumSessions.{{ $index }}
-
oid: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasActivity
value: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasIPSecNumSessions
num_oid: '.1.3.6.1.4.1.9.9.392.1.3.26.{{ $index }}'
descr: 'Active IPSec sessions'
index: crasIPSecNumSessions.{{ $index }}
-
oid: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasActivity
value: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasL2LNumSessions
num_oid: '.1.3.6.1.4.1.9.9.392.1.3.29.{{ $index }}'
descr: 'Active LAN to LAN sessions'
index: crasL2LNumSessions.{{ $index }}
-
oid: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasActivity
value: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasLBNumSessions
num_oid: '.1.3.6.1.4.1.9.9.392.1.3.32.{{ $index }}'
descr: 'Active Load Balancing sessions'
index: crasLBNumSessions.{{ $index }}
-
oid: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasActivity
value: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasSVCNumSessions
num_oid: '.1.3.6.1.4.1.9.9.392.1.3.35.{{ $index }}'
descr: 'Active SVC sessions'
index: crasSVCNumSessions.{{ $index }}
-
oid: CISCO-REMOTE-ACCESS-MONITOR-MIB::crasWebvpnNumSessions
num_oid: '.1.3.6.1.4.1.9.9.392.1.3.38.{{ $index }}'
descr: 'Active Webvpn sessions'
index: crasWebvpnNumSessions.{{ $index }}
-
oid: CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.currentInUse
value: CISCO-FIREWALL-MIB::cfwConnectionStatValue
num_oid: '.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.{{ $index }}'
descr: 'Current In Use Connections'
index: currentInUse
-
oid: CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high
value: CISCO-FIREWALL-MIB::cfwConnectionStatValue
num_oid: '.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.{{ $index }}'
descr: 'Highest Connections'
index: high
state:
data:
-
oid: CISCO-FIREWALL-MIB::cfwHardwareStatusTable
value: CISCO-FIREWALL-MIB::cfwHardwareStatusValue
num_oid: '.1.3.6.1.4.1.9.9.147.1.2.1.1.1.3.{{ $index }}'
descr: '{{ CISCO-FIREWALL-MIB::cfwHardwareInformation }}'
entPhysicalIndex: '{{ $index }}'
skip_values:
- { oid: CISCO-FIREWALL-MIB::cfwHardwareStatusDetail, op: '=', value: 'not Configured' }
state_name: cfwHardwareStatus
states:
- { descr: other, graph: 0, value: 1, generic: 2 }
- { descr: up, graph: 0, value: 2, generic: 0 }
- { descr: down, graph: 0, value: 3, generic: 2 }
- { descr: error, graph: 0, value: 4, generic: 2 }
- { descr: overTemp, graph: 0, value: 5, generic: 2 }
- { descr: busy, graph: 0, value: 6, generic: 2 }
- { descr: noMedia, graph: 0, value: 7, generic: 2 }
- { descr: backup, graph: 0, value: 8, generic: 2 }
- { descr: active, graph: 0, value: 9, generic: 0 }
- { descr: standby, graph: 0, value: 10, generic: 0 }