Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumory/runbot
与`moklr`搭配的status api请求检查服务
https://github.com/sumory/runbot
Last synced: 29 days ago
JSON representation
与`moklr`搭配的status api请求检查服务
- Host: GitHub
- URL: https://github.com/sumory/runbot
- Owner: sumory
- Created: 2015-08-28T04:49:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-28T04:56:14.000Z (about 9 years ago)
- Last Synced: 2024-04-14T14:58:41.782Z (7 months ago)
- Language: Go
- Size: 2.67 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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
```