1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

backups: email the administrator when there's a problem

Refactor by moving the email-the-admin code out of the status checks and into a new separate tool.

This is why I suppressed non-error output of the backups last commit - so it doesn't send a daily email.
This commit is contained in:
Joshua Tauberer
2016-01-02 17:00:51 -05:00
parent 89a46089ee
commit 5033042b8c
4 changed files with 68 additions and 36 deletions

View File

@@ -12,6 +12,10 @@ Control Panel:
* Report free memory usage.
System:
* The daily backup will now email the administrator if there is a problem.
v0.15 (January 1, 2016)
-----------------------