Skip to content

Commit ebcf5b0

Browse files
tweaked metric tag format (#835)
1 parent 0bb9384 commit ebcf5b0

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

profiles/kentik_snmp/cisco/cisco-asa.yml

+14-12
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,21 @@ metrics:
218218
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.3
219219
name: cempMemPoolName
220220
# Indicates the number of bytes from the memory pool that are currently in use by applications on the managed device.
221-
- name: cempMemPoolUsed
222-
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.7
223-
poll_time_sec: 60
224-
tag: MemoryUsed
225-
allow_duplicate: true
226-
condition: cempMemPoolType=10
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
227228
# Indicates the number of bytes from the memory pool that are currently unused on the managed device.
228-
- name: cempMemPoolFree
229-
OID: 1.3.6.1.4.1.9.9.221.1.1.1.1.8
230-
poll_time_sec: 60
231-
tag: MemoryFree
232-
allow_duplicate: true
233-
condition: cempMemPoolType=10
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
234236
- MIB: CISCO-REMOTE-ACCESS-MONITOR-MIB
235237
symbols:
236238
- OID: 1.3.6.1.4.1.9.9.392.1.4.1.2.0

0 commit comments

Comments
 (0)