File tree 1 file changed +14
-12
lines changed
profiles/kentik_snmp/cisco
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -218,19 +218,21 @@ metrics:
218
218
OID : 1.3.6.1.4.1.9.9.221.1.1.1.1.3
219
219
name : cempMemPoolName
220
220
# 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
227
228
# 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
234
236
- MIB : CISCO-REMOTE-ACCESS-MONITOR-MIB
235
237
symbols :
236
238
- OID : 1.3.6.1.4.1.9.9.392.1.4.1.2.0
You can’t perform that action at this time.
0 commit comments