Browse Source
Update server/validate-monitor-checks.js
Co-authored-by: Nelson Chan <chakflying@hotmail.com>
bertyhell/feature/monitor-checks
Bert Verhelst
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/validate-monitor-checks.js
|
|
@ -12,7 +12,7 @@ function validateMonitorChecks(res, checks, bean) { |
|
|
|
bean.msg += `, status matches '${check.value}'`; |
|
|
|
bean.status = UP; |
|
|
|
} else { |
|
|
|
throw new Error(bean.msg + ", but status code dit not match " + check.value); |
|
|
|
throw new Error(bean.msg + ", but status code does not match " + check.value); |
|
|
|
} |
|
|
|
break; |
|
|
|
|
|
|
|