Nope, the commit doesn't work in zendmd either:

Code:

Welcome to zenoss dmd command shell!
use zhelp() to list commands
>>> for event in 
>>> dmd.ZenEventManager.getEventList(filter="c0cbc3423759e7e7d7099b0"):
...     MyEvent = event
... 
>>> print MyEvent.summary
IP Service ldap is down
>>> MyEvent.summary = "IP Service LDAP is down anthony changed this"
>>> print MyEvent.summary
IP Service LDAP is down anthony changed this
>>> commit()
>>> print MyEvent.summary
IP Service LDAP is down anthony changed this
>>> for event in 
>>> dmd.ZenEventManager.getEventList(filter="c0cbc3423759e7e7d7099b0"):
...     MyEvent = event
... 
>>> print MyEvent.summary
IP Service ldap is down







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

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

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



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

Reply via email to