Hi,

This sounds a lot like my enhancement request: 
http://dev.zenoss.org/trac/ticket/523

which is fixed in r4087 - looks like it is available in Zenoss 1.2

Thanks,
/Rory




Eric Newton <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
19/03/2007 15:54
Please respond to
General discussion of using zenoss system <[email protected]>


To
[email protected]
cc

Subject
Re: [zenoss-users] Mass Location Update via mysql backend





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
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to