I looked through the code that's throwing this error:

In: /opt/zenoss/Products/ZenModel/Device.py


Code:

    if ip:
        dev = mon.findDevice(ip)
        if dev:
            raise DeviceExistsError("Manage IP %s already exists" % ip, dev)
    return deviceName, ip




I'm assuming that I can change the code here to allow a duplicate IP, but it 
seems like there should be a better way to allow for this through a 
configuration setting. Is there a setting to allow for a duplicate manageIP? 
Any thoughts on settings that I'm forgetting to check? I'm still confused as to 
why I'm able to add vhosts with the same ${dev/manageIp} on my other install.

Thanks!




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

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

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



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

Reply via email to