Update server/model/monitor.js

As per recommendation of @Computroniks

Co-authored-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
Moritz R 2022-04-03 17:15:21 +02:00 committed by GitHub
parent 29df70949d
commit 84a0b24448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -377,6 +377,7 @@ class Monitor extends BeanModel {
bean.status = UP;
bean.msg = "";
}
} else {
bean.msg = "Unknown Monitor Type";
bean.status = PENDING;