- Package:
- nagios-snmp-plugins
- Source:
- nagios-snmp-plugins
- Submitter:
- Henry-Nicolas Tourneur
- Date:
- 2010-06-30 14:42:03 UTC
- Severity:
- wishlist
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,
... would be to add the following line :
next if $$resultat{$cisco_index . "." . $_} =~ /lsmpi_io/;
after the line 352 : if ( $$resultat{$cisco_valid . "." . $_} == 1 ) {
Thanks