Skip to content

Commit b87e924

Browse files
authored
Added health metric for highest usage value for Cisco ASA (librenms#17700)
* Update asa.yaml * Update asa.yaml * Create sensor-count-asa-currentInUseConnections.inc.php * Minor ASA device modifications Delete the old asa_connecions reference from over section * Delete sensor-count-asa-currentInUseConnections.inc.php * Minor ASA device modifications * Minor ASA device modifications * new test data * Update discovery yaml
1 parent a56d92a commit b87e924

File tree

4 files changed

+11008
-2096
lines changed

4 files changed

+11008
-2096
lines changed

resources/definitions/os_detection/asa.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ icon: cisco
77
over:
88
- { graph: device_bits, text: 'Device Traffic' }
99
- { graph: device_processor, text: 'CPU Usage' }
10-
- { graph: device_asa_conns, text: 'Connections' }
1110
poller_modules:
1211
applications: false
1312
bgp-peers: false

resources/definitions/os_discovery/asa.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ modules:
5252
descr: 'Active Webvpn sessions'
5353
index: crasWebvpnNumSessions.{{ $index }}
5454
-
55-
oid: CISCO-FIREWALL-MIB::cfwConnectionStatValue
55+
oid: CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.currentInUse
5656
value: CISCO-FIREWALL-MIB::cfwConnectionStatValue
57-
num_oid: '.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.{{ $index }}'
57+
num_oid: '.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.6'
5858
descr: 'Current In Use Connections'
59-
index: cfwConnectionStatValue.{{ $index }}
60-
snmp_flags: ['-OtbeQUSa']
59+
index: currentInUse
60+
-
61+
oid: CISCO-FIREWALL-MIB::cfwConnectionStatValue.protoIp.high
62+
value: CISCO-FIREWALL-MIB::cfwConnectionStatValue
63+
num_oid: '.1.3.6.1.4.1.9.9.147.1.2.2.2.1.5.40.7'
64+
descr: 'Highest Connections'
65+
index: high

0 commit comments

Comments
 (0)