Do not send out emails for out of disk

We rely now on notifications. We should hover send emails about critical
new notifications. Lets make the admin go to the dashboard to check the
situation.
This commit is contained in:
Johannes Zellner
2019-02-06 17:17:57 +01:00
parent 52289568bf
commit d1a1f7004b
3 changed files with 0 additions and 43 deletions

View File

@@ -296,7 +296,6 @@ function diskSpaceWarning(message) {
assert.strictEqual(typeof message, 'string');
actionForAllAdmins([], function (admin, callback) {
mailer.outOfDiskSpace(admin.email, message);
upsert(admin.id, null, 'Out of Disk Space', message, '/#/graphs', callback);
}, function (error) {
if (error) console.error(error);