#587633 nagios-snmp-plugins: check_snmp_mem.pl doesn't manage Cisco ASR properly.

#587633#5
Date:
2010-06-30 13:36:43 UTC
From:
To:
Hi,

With the new category of Cisco Routers, namely the Cisco ASR, the script check_snmp_mem.pl will complain about the usage of lsmpi_io that's near 100%.
It's normal and therefore, it can't use that script with that kind of device since I won't see real problem.
Actually, it would be great it that script could be modified to ignore the lsmpi_io output result.

Thanks in advance,

#587633#10
Date:
2010-06-30 14:44:48 UTC
From:
To:
... would be to add the following line :


next if $$resultat{$cisco_index . "." . $_} =~ /lsmpi_io/;


 


after the line 352 : if ( $$resultat{$cisco_valid . "." . $_} == 1 ) {


 


Thanks