Add kuma-checks.json
This commit is contained in:
parent
59206c4191
commit
45546df89a
1 changed files with 32 additions and 0 deletions
32
kuma-checks.json
Normal file
32
kuma-checks.json
Normal file
|
@ -0,0 +1,32 @@
|
|||
[
|
||||
{
|
||||
"name": "self_alive",
|
||||
"type": "native",
|
||||
"push": "xxxxxxxxxxxxxxxx"
|
||||
},
|
||||
{
|
||||
"name": "web_frontend",
|
||||
"type": "http",
|
||||
"target": "http://localhost:8080/health",
|
||||
"push": "xxxxxxxxxxxxxxxx" },
|
||||
|
||||
{
|
||||
"name": "api_service",
|
||||
"type": "service",
|
||||
"target": "my-api.service",
|
||||
"push": "xxxxxxxxxxxxxxxx"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "redis_container",
|
||||
"type": "docker",
|
||||
"target": "redis",
|
||||
"push": "xxxxxxxxxxxxxxxx"
|
||||
},
|
||||
{
|
||||
"name": "media_nfs",
|
||||
"type": "mount",
|
||||
"target": "/mnt/media",
|
||||
"push": "xxxxxxxxxxxxxxxx"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue