mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-05 07:59:30 -05:00
Add hardware type to monitor model
This commit is contained in:
@@ -29,7 +29,7 @@ const MonitorSchema = mongoose.Schema(
|
||||
type: {
|
||||
type: String,
|
||||
required: true,
|
||||
enum: ["http", "ping", "pagespeed"],
|
||||
enum: ["http", "ping", "pagespeed", "hardware"],
|
||||
},
|
||||
url: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user