On Feb 29, 2008, at 10:53 AM, thatguy11 wrote:

I should have done that earlier :O  ;; checking the logs and all

I'm getting some error, not sure exactly, but I'm gonna delve in. Here's some code from the log:

 return fmt % data, body % data
ValueError: unsupported format character '
' (0xa) at index 38

Ah! Have you changed the message (Message tab on alerting rule) that is to be sent with the alert? If so, you should be very careful with using percent % signs. If you actually want a % in the email you should double it up like %%.

If you aren't trying to put the % in the message it might be something else. You'll see things in the message like "%(device)s". This means display the device property as a string. It is possible that your error would be generated by the "s" being missing from the end of one of these. For example, you have something like: %(device)
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to