26 lines
432 B
JSON
26 lines
432 B
JSON
|
{
|
||
|
"name": "site-monitor",
|
||
|
"description": "Health check",
|
||
|
"check_regions": [
|
||
|
"SEAS"
|
||
|
],
|
||
|
"type": "HTTPS",
|
||
|
"consecutive_successes": 1,
|
||
|
"consecutive_fails": 2,
|
||
|
"http_config": {
|
||
|
"method": "GET",
|
||
|
"port": 443,
|
||
|
"path": "/",
|
||
|
"expected_codes": [
|
||
|
"200"
|
||
|
],
|
||
|
"follow_redirects": true,
|
||
|
"allow_insecure": false
|
||
|
},
|
||
|
"timeout": 5,
|
||
|
"retries": 2,
|
||
|
"interval": 60,
|
||
|
"address": "REPLACE_ME"
|
||
|
}
|
||
|
|