SteScho / manubulon-snmp

Set of Icinga/Nagios plugins to check hosts and hardware with the SNMP protocol.
GNU General Public License v2.0
73 stars 71 forks source link

Add -N/--use-ifname option to switch name lookup from ifDescr to ifName #14

Closed darksoul42 closed 8 years ago

darksoul42 commented 8 years ago

About the problem mentioned here : https://lists.debian.org/debian-user/2015/03/msg00918.html

I wrote my own patch for an option (-N/--use-ifname) that will make use of IF-MIB::ifName instead of IF-MIB::ifDescr as default. That way, users who need either can just tune it accordingly to their needs.

dnsmichi commented 8 years ago

Thanks, looks good :+1: