[mod] doc:schema
This commit is contained in:
parent
dfae9cb4aa
commit
26ee1b2e3c
|
|
@ -510,6 +510,10 @@
|
||||||
"required": [
|
"required": [
|
||||||
"path"
|
"path"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"description": "custom data, which shall be attached to notifications",
|
||||||
|
"default": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -564,6 +568,10 @@
|
||||||
"required": [
|
"required": [
|
||||||
"path"
|
"path"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"description": "custom data, which shall be attached to notifications",
|
||||||
|
"default": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -611,6 +619,10 @@
|
||||||
"required": [
|
"required": [
|
||||||
"host"
|
"host"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"description": "custom data, which shall be attached to notifications",
|
||||||
|
"default": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -659,6 +671,11 @@
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 5.0
|
"default": 5.0
|
||||||
},
|
},
|
||||||
|
"follow_redirects": {
|
||||||
|
"description": "whether redirect instructions in responses shall be followend instead of being exposed as result",
|
||||||
|
"type": "boolean",
|
||||||
|
"default": false
|
||||||
|
},
|
||||||
"response": {
|
"response": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|
@ -693,15 +710,15 @@
|
||||||
"description": "whether a violation of this check shall be leveled as critical instead of concerning",
|
"description": "whether a violation of this check shall be leveled as critical instead of concerning",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
|
||||||
"custom": {
|
|
||||||
"description": "custom data, which shall be attached to notifications",
|
|
||||||
"default": null
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"request"
|
"request"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"description": "custom data, which shall be attached to notifications",
|
||||||
|
"default": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
@ -765,6 +782,10 @@
|
||||||
"required": [
|
"required": [
|
||||||
"host"
|
"host"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"description": "custom data, which shall be attached to notifications",
|
||||||
|
"default": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue