I just independently came up with this same solution to my CatOS interface 
naming problem.  Has anybody found any reason not to do this? 

I also don't understand why InterfaceAliasMap.py is still there; whatever it 
was going to be seems to have been folded in to InterfaceMap.py, and thus it 
presents a "dud" plugin choice when editing the zCollectorPlugins list.



chrisv wrote:
> 
> buldamoosh wrote:
> > I put in a ticket (1973) and have how I solved the problem in it.
> 
> 
> This fix will break the interface discovery for any devices that only support 
> SNMP v1.
> 
> the InterfaceMap is supposed to get alias  information from InterfaceAliasMap 
> but I don't see where this is happening. (I'm no python expert so I could be 
> missing something but I don't see the import)
> 
> I added;
> 
> '.1': 'id',
> 
> to the InterfaceMap at the following location;
> 
> # Interface Description
>         GetTableMap('ifalias', '.1.3.6.1.2.1.31.1.1.1',
>                 {
>                 '.1': 'id',
>                 '.18' : 'description',
>                 '.15' : 'highSpeed',
>                 }
>         ),
> 
> 
> This seems to correct the problem. If I see any major problems I'll post 
> again.
[/i]




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=13634#13634

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to