lausser / check_nwc_health

nwc = network component. This plugin checks lots of aspects of routers, switches, wlan controllers, firewalls,.....
http://labs.consol.de/nagios/check_nwc_health
GNU General Public License v2.0
148 stars 88 forks source link

Unique names for cisco memory #32

Open Finn10111 opened 9 years ago

Finn10111 commented 9 years ago

When querying a Cisco access point for the memory usage I get the following output:

CRITICAL - mempool SRAM usage is 94.59%, mempool I/O usage is 87.05%, mempool Processor usage is 43.45%, mempool I/O usage is 58.15% | 'Processor_usage'=43.45%;80;90 'SRAM_usage'=94.59%;80;90 'I/O_usage'=87.05%;80;90 'I/O_usage'=58.15%;80;90

"mempool I/O usage" occurs 2 times and this produces errors if you are using something like pnp4nagios which uses RRD:

RRDs::update ERROR rrdcached: illegal attempt to update using time 1424953027.000000 when last update time is 1424953027.000000 (minimum one second step)

I think there should be displayed unique names for the memory usage, this problem seems similar to the following I found in the changelog:

2014-12-06 3.2.2

  • unique names for cisco cpus pointing to the same physical entity

Before version 3.2.2 I also got the same RRD error for the most cpu-usage services on Cisco devices.

Unfortunately I don't know much about the access point, --verbose gives me:

I am a Cisco IOS Software, C3600 Software (AP3G2-K9W7-M), Version 15.2(4)JB4, RELEASE SOFTWARE (fc1)

I have performed a snmp walk with --mode walk which I can send via mail or upload/attach somewhere if someone is interested.

lausser commented 8 years ago

Hi, can you send me the snmpwalk to gerhard.lausser@consol.de

Finn10111 commented 8 years ago

Hi, I have to admit that I forgot this bug report. I can't find the snmpwalk I performed a year ago anymore and cam't create a new one because we are not using this access point anymore. So I think this issue can be closed...?