forked from DGNum/stateless-uptime-kuma
test stuff
This commit is contained in:
parent
8ba2f944dd
commit
ebe17beb8b
2 changed files with 18 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
use nix
|
17
test.json
Normal file
17
test.json
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"monitors": {
|
||||||
|
"mdr": {
|
||||||
|
"accepted_statuscodes": [
|
||||||
|
"200-299"
|
||||||
|
],
|
||||||
|
"headers": "{\n \"Host\": \"julienmalka.me\"\n}\n",
|
||||||
|
"keyword": "Ulm",
|
||||||
|
"type": "keyword",
|
||||||
|
"url": "https://82.67.34.230"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notifications": {},
|
||||||
|
"settings": {},
|
||||||
|
"status_pages": {},
|
||||||
|
"tags": {}
|
||||||
|
}
|
Loading…
Reference in a new issue