in reply to Module to limit email floods?

A simple approach would be to have your script create a digest of alerts and only send an actual email or SMS at a specified interval.

To further condense the information, if at each interval you only care that a specific alert has occurred, not how many times or at what time, you could just store the unique alerts that were received and send those.

Replies are listed 'Best First'.
Re^2: Module to limit email floods?
by belg4mit (Prior) on Oct 19, 2010 at 04:05 UTC