add support for specifying http-headers and really use Method spezified

This commit is contained in:
Tobias Knipping
2016-07-24 16:21:11 +02:00
parent 0de0baf5f9
commit 2c364f3d2f
4 changed files with 51 additions and 24 deletions

View File

@@ -10,6 +10,12 @@
"component_id": 1,
"interval": 10,
"timeout": 5,
"headers": [
{
"header": "Authorization",
"value": "Basic <hash>"
}
],
"expected_status_code": 200,
"strict_tls": true
}