http://www.perlmonks.org?node_id=865460


in reply to Re^2: Module to limit email floods?
in thread Module to limit email floods?

RatKing,

It's far more than a nice idea that will not work. Just work in a place where hundreds of scripts send out thousands of emails a day -- I've had more than one job with those parameters -- and the alternative is not only desirable but eventually necessary. Doing systems administration via email trail is a way to waste alerts, fill email boxes and waste admin time.

No on-the-job script should ever send out an email alert. It should alert a monitoring tool, such as the aforementioned Nagios. A higher end layer of software, or a help desk, can decide to alert admins *if necessary*. This is the kind of thing that a smart shop can automate and a foolish shop will drown admins in electronic paper.

Things get missed in floods of spam. So the smart thing to do is stop the spamming, consolidate the reporting, and push the alerting to a decision making layer. Status messages can then be consolidated in a web interface, as they should be.

Replies are listed 'Best First'.
Re^4: Module to limit email floods?
by pileofrogs (Priest) on Dec 02, 2010 at 21:14 UTC

    ++
    You win! You gave the correct answer!

    I'm going to nagiosify all my email-sending scripts... real soon now...