I have been trying to get txting to my boss's cell going properly on Zenoss.  
When a device goes down it sends a message no problem it's when it tries to 
clear, generates this in the logs:

@007-06-07 14:03:46 INFO zen.ZenActions: Processed 0 commands in 0.000088
2007-06-07 14:03:46 WARNING zen.ZenActions: SELECT 
clear.device,clear.component,clear.message,clear.firstTime,clear.severity   
FROM history clear, history event  WHERE clear.evid = event.clearid
   AND event.evid = '0a3af8603567119a4fffff3a'
2007-06-07 14:03:46 ERROR zen.ZenActions: action:TxtMesg
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 199, in 
processRules
    self.processEvent(db, zem, ar, actfunc)
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 260, in 
processEvent
    data['clearOrEventSummary'] = (
KeyError: 'clearSummary'
2007-06-07 14:03:46 INFO zen.ZenActions: processed 4 rules in 0.01 secs
2007-06-07 14:04:46 INFO zen.ZenActions: Processed 0 commands in 0.000089
2007-06-07 14:04:46 WARNING zen.ZenActions: SELECT 
clear.device,clear.component,clear.message,clear.firstTime,clear.severity   
FROM history clear, history event  WHERE clear.evid = event.clearid
   AND event.evid = '0a3af8603567119a4fffff3a'
2007-06-07 14:04:46 ERROR zen.ZenActions: action:TxtMesg
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 199, in 
processRules
    self.processEvent(db, zem, ar, actfunc)
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 260, in 
processEvent
    data['clearOrEventSummary'] = (
KeyError: 'clearSummary'
2007-06-07 14:04:46 INFO zen.ZenActions: processed 4 rules in 0.01 secs
2007-06-07 14:05:46 INFO zen.ZenActions: Processed 0 commands in 0.000092
2007-06-07 14:05:46 WARNING zen.ZenActions: SELECT 
clear.device,clear.component,clear.message,clear.firstTime,clear.severity   
FROM history clear, history event  WHERE clear.evid = event.clearid
   AND event.evid = '0a3af8603567119a4fffff3a'
2007-06-07 14:05:46 ERROR zen.ZenActions: action:TxtMesg
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 199, in 
processRules
    self.processEvent(db, zem, ar, actfunc)
  File "/usr/local/zenoss/Products/ZenEvents/zenactions.py", line 260, in 
processEvent
    data['clearOrEventSummary'] = (
KeyError: 'clearSummary'
2007-06-07 14:05:46 INFO zen.ZenActions: processed 4 rules in 0.01 secs


I've tried recreating the rule, that doesn't seem to work.  I'm able to get the 
clear message to my email address without any problems, just seems to be to his 
cell (which is an email address, [EMAIL PROTECTED]).  I'm not sure why it's 
doing this but I'm hoping someone has an answer for me.

Thanks.!

------------------------
 Josh Henry




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

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

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



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

Reply via email to