Skip to content

Commit 10d2bfa

Browse files
authored
Fixing the asa memory yaml to provide a metric for MemoryUtilization (#836)
1 parent ebcf5b0 commit 10d2bfa

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

profiles/kentik_snmp/cisco/cisco-asa.yml

+17-16
Original file line numberDiff line numberDiff line change
@@ -213,26 +213,27 @@ metrics:
213213
imageMemory: 12
214214
asicMemory: 13
215215
posixMemory: 14
216+
217+
# Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
218+
- name: cempMemPoolUsed
219+
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7
220+
poll_time_sec: 60
221+
tag: MemoryUsed
222+
allow_duplicate: true
223+
condition: cempMemPoolType=10
224+
225+
# Indicates the number of bytes from the memory pool that are currently unused on the managed device.
226+
- name: cempMemPoolFree
227+
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8
228+
poll_time_sec: 60
229+
tag: MemoryFree
230+
allow_duplicate: true
231+
condition: cempMemPoolType=10
232+
216233
metric_tags:
217234
- column:
218235
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.3
219236
name: cempMemPoolName
220-
# Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
221-
- column:
222-
name: cempMemPoolUsed
223-
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7
224-
poll_time_sec: 60
225-
tag: MemoryUsed
226-
allow_duplicate: true
227-
condition: cempMemPoolType=10
228-
# Indicates the number of bytes from the memory pool that are currently unused on the managed device.
229-
- column:
230-
name: cempMemPoolFree
231-
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8
232-
poll_time_sec: 60
233-
tag: MemoryFree
234-
allow_duplicate: true
235-
condition: cempMemPoolType=10
236237
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
237238
symbols:
238239
- OID: 1.3.6.1.4.1.9.9.392.1.4.1.2.0

0 commit comments

Comments
 (0)