On May 5, 2008, at 4:53 AM, AsGF2MX wrote:
Well, I have a server that started crashing randomly since I started using ZenOSS to monitor it. But I need the alerts to be up and running.

zenactions is throwing the following traceback when run from the prompt:

zenactions run
File "/opt/zenoss/Products/ZenEvents/Schedule.py", line 61, in getWindows
   result.extend(x.getObject() for x in catalog())
File "/opt/zenoss/Products/ZenEvents/Schedule.py", line 61, in <generator expression>
   result.extend(x.getObject() for x in catalog())
File "/opt/zenoss/lib/python/Products/ZCatalog/CatalogBrains.py", line 77, in getObject
   parent = parent.unrestrictedTraverse(path[:-1])
File "/opt/zenoss/lib/python/OFS/Traversable.py", line 221, in unrestrictedTraverse
   next=obj[name]
File "/opt/zenoss/lib/python/OFS/ObjectManager.py", line 713, in __getitem__
   raise KeyError, key
KeyError: 'Email alert'

What key is it looking for? I've poked through the alerting rules to no avail. Test messages work, that's about it.

This error indicates that there is a problem with your maintenance windows catalog. You can try rebuilding the index by running "zenmigrate --step=TwoTwoIndexing" as the zenoss user then restarting zenactions.

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

Reply via email to