|
|
@ -202,7 +202,11 @@ module.exports.statusPageSocketHandler = (socket) => {
|
|
|
|
relationBean.weight = monitorOrder++;
|
|
|
|
relationBean.weight = monitorOrder++;
|
|
|
|
relationBean.group_id = groupBean.id;
|
|
|
|
relationBean.group_id = groupBean.id;
|
|
|
|
relationBean.monitor_id = monitor.id;
|
|
|
|
relationBean.monitor_id = monitor.id;
|
|
|
|
relationBean.send_url = monitor.sendUrl;
|
|
|
|
|
|
|
|
|
|
|
|
if (monitor.sendUrl !== undefined) {
|
|
|
|
|
|
|
|
relationBean.send_url = monitor.sendUrl;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
await R.store(relationBean);
|
|
|
|
await R.store(relationBean);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|