2008-01-15 10:09:13 ERROR log: 'Event' object has no attribute 'component'
Traceback (most recent call last):
File "/usr/local/zenoss/Products/ZenHub/services/EventService.py", line 26, in remote_sendEvent
return self.zem.sendEvent(evt)
File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 97, in sendEvent
evid = self.doSendEvent(event)
File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 120, in doSendEvent
rows = execute(curs, self.buildClearUpdate(event, clearcls))
File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 304, in buildClearUpdate
w.append("%s='%s'" % (self.componentField, evt.component))
AttributeError: 'Event' object has no attribute 'component'