What: ----- A patch that fix zombie alerts and reset the mail filter properly. Why: ---- This patch fix a problem with monit sending X alerts when a process has become a zombie. The enclosed patch will raise one alert and not check a zombie process anymore. Thanks to Eetu Rantanen for reporting the problem. The new alerts, resource and stop, are not reset after an alert has been parsed from the configuration file. Hence if the first alert includes either resource or stop then subsequent ones will as well even if they shouldn't. Thanks to mike@rockover.demon.co.uk for providing the patch. How: ---- 1) Unpack the monit-3.0.patch.gz patch, 'gunzip monit-3.0.patch.gz' 2) Copy to the monit src directory and run, 'patch < monit-3.0.patch'