磁盘使用率:磁盘使用率过高时触发松弛警报

时间:2024-03-06 07:16:59
【文件属性】:

文件名称:磁盘使用率:磁盘使用率过高时触发松弛警报

文件大小:19KB

文件格式:ZIP

更新时间:2024-03-06 07:16:59

Go

磁盘使用情况 基于磁盘使用情况的警报-使用cron或Windows任务运行 建筑 提供了一个Makefile ,并且依赖于Docker可用 make 如果您希望避免使用Make和Docker,则可以在计算机上使用Go 1.15进行构建 go install github.com/mitchellh/gox env CGO_ENABLED=0 \ $GOPATH/bin/gox \ -arch=amd64 \ -os='!netbsd !openbsd !darwin' \ -output "artifacts/disk-usage-{{.OS}}-{{.Arch}}" \ ./... 这两个构建选项都将在artifacts/输出二进制文件 用法 通过--help Usage of ./disk-usage: -alert-type string


【文件预览】:
disk-usage-master
----.travis.yml(346B)
----deploy_linux.sh(712B)
----cmd()
--------root.go(3KB)
--------root_unix.go(85B)
--------root_windows.go(75B)
----internal()
--------pkg()
--------lock()
--------alert()
--------disk()
----LICENSE(1KB)
----main.go(103B)
----docker()
--------Dockerfile(460B)
----.gitignore(50B)
----Makefile(584B)
----go.sum(3KB)
----README.md(2KB)
----scripts()
--------test()
----go.mod(486B)

网友评论