gronit:用Go语言编写的Cron监视 源码
格罗尼特 用Go语言编写的Cron监视器。 特征: 远程更新和检查作业状态 查看工作统计 裸骨替代Cronitor等服务 安装: $ go get github.com/zricethezav/gronit 用法: $ ./gronit 这将在默认端口3231上启动服务器。 使用-p或--port选项更改端口。 生成一个作业跟踪器(运行gronit服务器): $ curl 127.0.0.1:3231/create {"id":"f7a324"} /create生成作业跟踪令牌。 现在我们可以用gronit包裹任何命令。 # sample crontab */2 * * * * c
文件列表
gronit-master.zip
(预估有个7文件)
gronit-master
utils.go
4KB
server.go
4KB
.github
workflows
main.yml
241B
main.go
285B
README.md
1KB
.gitleaks.toml
3KB
options.go
1KB
暂无评论