arnaucube 9e6470787d | 6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
canaryBot | 6 years ago | |
checker.go | 6 years ago | |
config.go | 6 years ago | |
go.mod | 6 years ago | |
go.sum | 6 years ago | |
log.go | 6 years ago | |
main.go | 6 years ago | |
matrix.go | 6 years ago |
Bot to check if services are alive. Current bots:
File config.json
{
"matrix": {
"room_id": "!zzzzz:mmmmmm.ooo",
"user": "aaaaa",
"password": "xxxxx",
"server": "https://sssss.ooo"
},
"services": [{
"name": "name01",
"url": "http://127.0.0.1:80",
"statusCode": 200
},
{
"name": "service02",
"url": "http://127.0.0.1:7000/api",
"statusCode": 200
}
],
"sleepTime": 30,
"retry": 5
}
./canaryBot