fzaninotto / uptime

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

Improve notification when pause and restart a checker #365

Closed leandro4j closed 6 years ago

leandro4j commented 6 years ago

When you pause and restart a checker, 3 notification are trigger. One event is "paused", another "restarted" and last "up".

However, if the last status of checker was "up", before pause and restart, isn't necessary trigger "up" event.

We know is possible after restart one checker may craft. In this case, one "down" event will trigger normally.