the event manager in the web gui doesnt work at all, and if I run
"dmd.ZenEventManager.getEventList()" in zendmd, I get:
Code:
ERROR:zen.Events:Failure querying events
Traceback (most recent call last):
File "/usr/local/zenoss/zenoss/Products/ZenEvents/EventManagerBase.py", line
538, in getEventList
row = map(self.convert, resultFields, row)
File "/usr/local/zenoss/zenoss/Products/ZenEvents/EventManagerBase.py", line
1624, in convert
value = self.dateString(value)
File "/usr/local/zenoss/zenoss/Products/ZenEvents/EventManagerBase.py", line
1744, in dateString
return Time.LocalDateTime(value)
File "/usr/local/zenoss/zenoss/Products/ZenUtils/Time.py", line 35, in
LocalDateTime
return time.strftime("%Y/%m/%d %H:%M:%%06.3f", time.localtime(value)) % secs
ValueError: timestamp out of range for platform time_t
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/zenoss/zenoss/Products/ZenEvents/EventManagerBase.py", line
538, in getEventList
row = map(self.convert, resultFields, row)
File "/usr/local/zenoss/zenoss/Products/ZenEvents/EventManagerBase.py", line
1624, in convert
value = self.dateString(value)
File "/usr/local/zenoss/zenoss/Products/ZenEvents/EventManagerBase.py", line
1744, in dateString
return Time.LocalDateTime(value)
File "/usr/local/zenoss/zenoss/Products/ZenUtils/Time.py", line 35, in
LocalDateTime
return time.strftime("%Y/%m/%d %H:%M:%%06.3f", time.localtime(value)) % secs
ValueError: timestamp out of range for platform time_t
Anybody have any ideas?
-------------------- m2f --------------------
Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=30674#30674
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users