add sym_notification
This commit is contained in:
@@ -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)
|
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());
|
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 ####
|
### End of Batch Monitoring ####
|
||||||
|
|||||||
Reference in New Issue
Block a user