普罗米修斯执行者
-am-executor是一个HTTP服务器,它从接收警报,并执行将警报详细信息设置为环境变量的给定命令。
建造
要求
1.克隆此存储库
git clone https://github.com/imgix/prometheus-am-executor.git
2.编译prometheus-am-executor二进制文件
go test -count 1 -v ./...
go build
用法
Usage: ./prometheus-am-executor [options] script [args..]
-f string
YAML config file to use
-l string
HTTP Port to listen on (default ":8080")
-v Enable verbose/debug log
2023-04-10 18:25:22
43KB
Go
1