Files
cachet-monitor/example.config.json
Matej Kramny a83cf43e60 Fix v1 api url
2015-07-19 21:43:59 +01:00

17 lines
357 B
JSON

{
"api_url": "https://demo.cachethq.io/api/v1",
"api_token": "9yMHsdioQosnyVK4iCVR",
"monitors": [
{
"name": "nodegear frontend",
"url": "https://nodegear.io/ping",
"metric_id": 1,
"threshold": 80,
"component_id": null,
"expected_status_code": 200,
"strict_tls": true
}
],
"insecure_api": false
}