Hi,
We are trying to monitor Cisco ASAs using this template: https://zabbix.org/mw/images/a/ac/Te..._Discovery.xml
I have all correct MIBs installed - as far as I can see -but I'm still getting this in zabbix_proxy.log
Needless to say that snmpwalk works just fine:
Any help would be much appreciated
Thanks
Chris
We are trying to monitor Cisco ASAs using this template: https://zabbix.org/mw/images/a/ac/Te..._Discovery.xml
I have all correct MIBs installed - as far as I can see -but I'm still getting this in zabbix_proxy.log
Code:
8648:20150211:145609.957 enabling SNMP agent checks on host "xxx-FW-007": host became available 8623:20150211:145719.263 SNMP agent item "ciscoMemoryPoolUsed" on host "xxx-FW-007" failed: first network error, wait for 15 seconds 8649:20150211:145744.956 SNMP agent item "ciscoMemoryPoolFree" on host "xxx-FW-007" failed: another network error, wait for 15 seconds 8647:20150211:145749.963 SNMP agent item "cpmCPUMonIntervalValue" on host "xxx-FW-007" failed: another network error, wait for 15 seconds 8646:20150211:145754.044 SNMP agent item "cpmCPUTotal5minRev" on host "xxx-FW-007" failed: another network error, wait for 15 seconds 8645:20150211:145809.962 resuming SNMP agent checks on host "xxx-FW-007": connection restored
Code:
snmpwalk -v 2c -c xxx 10.10.10.10 ciscoMemoryPool CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolName.1 = STRING: System memory CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolName.6 = STRING: MEMPOOL_DMA CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolName.7 = STRING: MEMPOOL_GLOBAL_SHARED CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolAlternate.1 = INTEGER: 0 CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolAlternate.6 = INTEGER: 0 CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolAlternate.7 = INTEGER: 0 CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolValid.1 = INTEGER: true(1) CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolValid.6 = INTEGER: true(1) CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolValid.7 = INTEGER: true(1) CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolUsed.1 = Gauge32: 299089960 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolUsed.6 = Gauge32: 42788432 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolUsed.7 = Gauge32: 89374752 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolFree.1 = Gauge32: 774651864 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolFree.6 = Gauge32: 11540912 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolFree.7 = Gauge32: 774651872 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolLargestFree.1 = Gauge32: 774309696 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolLargestFree.6 = Gauge32: 11522320 bytes CISCO-MEMORY-POOL-MIB::ciscoMemoryPoolLargestFree.7 = Gauge32: 774309696 bytes snmpwalk -v 2c -c xxx 10.10.10.10 cpmCPU CISCO-PROCESS-MIB::cpmCPUTotalPhysicalIndex.1 = INTEGER: 1 CISCO-PROCESS-MIB::cpmCPUTotalPhysicalIndex.2 = INTEGER: 1 CISCO-PROCESS-MIB::cpmCPUTotalPhysicalIndex.3 = INTEGER: 1 CISCO-PROCESS-MIB::cpmCPUTotal5sec.1 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal5sec.2 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal5sec.3 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal1min.1 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal1min.2 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal1min.3 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal5min.1 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal5min.2 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUTotal5min.3 = Gauge32: 1 CISCO-PROCESS-MIB::cpmCPUMonInterval.1 = Gauge32: 5 seconds CISCO-PROCESS-MIB::cpmCPUMonInterval.2 = Gauge32: 5 seconds CISCO-PROCESS-MIB::cpmCPUMonInterval.3 = Gauge32: 5 seconds CISCO-PROCESS-MIB::cpmCPUTotalMonIntervalValue.1 = Gauge32: 1 percent CISCO-PROCESS-MIB::cpmCPUTotalMonIntervalValue.2 = Gauge32: 1 percent CISCO-PROCESS-MIB::cpmCPUTotalMonIntervalValue.3 = Gauge32: 1 percent CISCO-PROCESS-MIB::cpmCPUInterruptMonIntervalValue.1 = Gauge32: 0 percent CISCO-PROCESS-MIB::cpmCPUInterruptMonIntervalValue.2 = Gauge32: 0 percent CISCO-PROCESS-MIB::cpmCPUInterruptMonIntervalValue.3 = Gauge32: 0 percent
Thanks
Chris
Comment