Merge branch 'master' into master

This commit is contained in:
Moritz R 2022-07-24 14:37:22 +02:00 committed by GitHub
commit 60e7824ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
104 changed files with 6172 additions and 8522 deletions

View file

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