|
|
@ -654,7 +654,7 @@ let needSetup = false;
|
|
|
|
bean.retryInterval = monitor.retryInterval;
|
|
|
|
bean.retryInterval = monitor.retryInterval;
|
|
|
|
bean.hostname = monitor.hostname;
|
|
|
|
bean.hostname = monitor.hostname;
|
|
|
|
bean.maxretries = monitor.maxretries;
|
|
|
|
bean.maxretries = monitor.maxretries;
|
|
|
|
bean.port = monitor.port;
|
|
|
|
bean.port = parseInt(monitor.port);
|
|
|
|
bean.keyword = monitor.keyword;
|
|
|
|
bean.keyword = monitor.keyword;
|
|
|
|
bean.ignoreTls = monitor.ignoreTls;
|
|
|
|
bean.ignoreTls = monitor.ignoreTls;
|
|
|
|
bean.expiryNotification = monitor.expiryNotification;
|
|
|
|
bean.expiryNotification = monitor.expiryNotification;
|
|
|
|