Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumory/runbot

与`moklr`搭配的status api请求检查服务
https://github.com/sumory/runbot

Last synced: 29 days ago
JSON representation

与`moklr`搭配的status api请求检查服务

Awesome Lists containing this project

README

        

## runbot

runbot为[moklr](https://github.com/sumory/moklr)提供status服务.

### features

- [X] 定时执行[moklr](https://github.com/sumory/moklr)配置的需要检查的status api

### usage

```
git clone https://github.com/sumory/runbot.git
#保证runbot需要import的库本地已导入
cd runbot
#根据具体情况修改config配置
sh build.sh linux
```