Update example config with default values

This commit is contained in:
Matej Kramny
2015-07-19 20:27:26 +01:00
parent 7a5ad278bb
commit 2b4097e90a

View File

@@ -8,7 +8,9 @@
"metric_id": 1, "metric_id": 1,
"threshold": 80, "threshold": 80,
"component_id": null, "component_id": null,
"expected_status_code": 200 "expected_status_code": 200,
"strict_tls": true
} }
] ],
"insecure_api": false
} }