I've just created a ticket for this:

   http://dev.zenoss.org/trac/ticket/1090

Unfortunately, you will have to do this manually. For example, you can use this simple function:

$ zendmd
Welcome to zenoss dmd command shell!
use zhelp() to list commands

>>> def setLocation(location, devices):
...     for d in devices:
...         d.setLocation(location)
...
>>> for d in someList:
     d = find(d)
     if d:
       setLocation('/Some/where', [d])

-Eric

jackpal wrote:
We are testing the deplyment of zen here.  We have hundreds of devices at 
multiple locations.  Discovery works fine but its a problem to update the 
location of each device one at a time via the web interface.  Is there a way to 
update the location during discovery or do we need to do a mass update manually 
in the database directly?

------------------------
Jack




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

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

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



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


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

Reply via email to