From f09129b1f51ed17149a3ef8463e35cd21861edb7 Mon Sep 17 00:00:00 2001 From: Jueli Moon Aung Date: Thu, 10 May 2018 03:58:13 +0000 Subject: [PATCH] add sym_notification --- db/sym_master.sql | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db/sym_master.sql b/db/sym_master.sql index 57408181..60b5e6f5 100755 --- a/db/sym_master.sql +++ b/db/sym_master.sql @@ -865,6 +865,12 @@ value ('All', 'All', 'smtp.transport', 'smtps', now(), 'admin', now()); insert into sym_parameter (external_id, node_group_id, param_key, param_value, create_time, last_update_by, last_update_time) value ('All', 'All', 'smtp.user', 'postmaster@smartsales.asia', now(), 'admin', now()); +insert into sym_notification (notification_id, node_group_id, external_id, severity_level, type, expression, enabled, create_time, last_update_by, last_update_time) +value ('notify_info', 'ALL', 'ALL', 100, 'email', 'info@connect.smartsales.asia', 1, now(), 'admin', now()); + +insert into sym_notification (notification_id, node_group_id, external_id, severity_level, type, expression, enabled, create_time, last_update_by, last_update_time) +value ('notify_severe', 'ALL', 'ALL', 300, 'email', 'info@connect.smartsales.asia', 1, now(), 'admin', now()); + ### End of Batch Monitoring ####