Update example JSON
This commit is contained in:
@@ -1,17 +1,16 @@
|
||||
{
|
||||
"api_url": "https://demo.cachethq.io/api/v1",
|
||||
"api_token": "9yMHsdioQosnyVK4iCVR",
|
||||
"interval": 5,
|
||||
"insecure_api": true,
|
||||
"monitors": [
|
||||
{
|
||||
"name": "nodegear frontend",
|
||||
"url": "https://nodegear.io/ping",
|
||||
"metric_id": 1,
|
||||
"name": "google",
|
||||
"url": "https://google.com",
|
||||
"threshold": 80,
|
||||
"component_id": null,
|
||||
"component_id": 1,
|
||||
"interval": 10,
|
||||
"expected_status_code": 200,
|
||||
"strict_tls": true
|
||||
}
|
||||
],
|
||||
"insecure_api": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user