📝 Documents 2 new statusCheck properties

This commit is contained in:
Alicia Sykes
2021-06-27 09:05:05 +01:00
parent 623f67202e
commit c7f165273f
2 changed files with 10 additions and 0 deletions

View File

@@ -341,6 +341,14 @@
"type": "boolean",
"default": false,
"description": "Whether or not to display online/ offline status for this service. Will override appConfig.statusCheck"
},
"statusCheckUrl": {
"type": "string",
"description": "If you've enabled statusCheck, and want to use a different URL to what is defined under the item, then specify it here"
},
"statusCheckHeaders": {
"type": "object",
"description": " If you're endpoint requires any specific headers for the status checking, then define them here"
}
}
}