add alert for ubuntu 16

This commit is contained in:
Girish Ramakrishnan
2021-05-18 14:37:11 -07:00
parent a5e34cf775
commit 91df8df92d
3 changed files with 19 additions and 3 deletions
+2 -2
View File
@@ -10,12 +10,12 @@ exports = module.exports = {
appUpdatesAvailable,
boxUpdateAvailable,
// NOTE: if you add an alert, be sure to add title below
ALERT_BACKUP_CONFIG: 'backupConfig',
ALERT_DISK_SPACE: 'diskSpace',
ALERT_MAIL_STATUS: 'mailStatus',
ALERT_REBOOT: 'reboot',
ALERT_BOX_UPDATE: 'boxUpdate',
ALERT_UPDATE_UBUNTU: 'ubuntuUpdate',
alert,
@@ -23,7 +23,7 @@ exports = module.exports = {
_add: add
};
let apps = require('./apps.js'),
const apps = require('./apps.js'),
assert = require('assert'),
async = require('async'),
auditSource = require('./auditsource.js'),