David,

     I have this same problem with Cable Modems, we should file a feature 
request for it. What needs to happen is there needs to be a zProperty something 
like ignoreSNMPNameDuringModel. Meanwhile, I have a workaround that will 
disable that feature for you temporarily. 

You need to edit this file $ZENHOME/Products/ZenModel/Device.py

you need to change line 107 into two lines
from:

Code:
if not deviceName:



to:

Code:
deviceName = ip
if not deviceName:



This will force it to use the IP as the device name. You can comment it out 
with a # when you don't want the behavior.




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

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

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



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

Reply via email to