fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 703 forks source link

Add email alert attribute to checks closes #269 #271

Closed rotemtam closed 5 years ago

rotemtam commented 10 years ago

Following issue #269 - i've added an "Alert Email" field to the check edit screen - allows you to set a different email to receive the alert for this check. I've added to the 'afterInsert' event this logic: check if the Check has an alert_email defined, if so, mail to there instead of what's defined in the config yaml file.

arthurzenika commented 9 years ago

The would be useful for us too. @fzaninotto any chance of getting this in for the next release ?