diff --git a/server/model/monitor.js b/server/model/monitor.js index 741909a..62cc0d9 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -73,6 +73,10 @@ class Monitor extends BeanModel { notificationIDList, checks: checks, tags: tags, + + // Deprecated: Use the values in the checks list instead + accepted_statuscodes: JSON.parse(this.accepted_statuscodes_json), + keyword: this.keyword, }; }