2022-04-14 15:18:49 +08:00
|
|
|
# categraf
|
|
|
|
|
|
|
|
monitoring agent
|
|
|
|
|
|
|
|
## build
|
|
|
|
|
|
|
|
```shell
|
|
|
|
export GO111MODULE=on
|
|
|
|
export GOPROXY=https://goproxy.cn
|
|
|
|
go build
|
|
|
|
```
|
|
|
|
|
|
|
|
## pack
|
|
|
|
|
|
|
|
```shell
|
|
|
|
tar zcvf categraf.tar.gz categraf conf
|
|
|
|
```
|
2022-04-17 11:05:12 +08:00
|
|
|
|
|
|
|
## todo
|
|
|
|
|
2022-04-20 23:45:02 +08:00
|
|
|
- []nginx vts
|
|
|
|
- []tomcat
|
|
|
|
- []...
|
2022-04-20 16:38:40 +08:00
|
|
|
- []promscrape
|
2022-04-18 14:23:38 +08:00
|
|
|
- []mysql
|
|
|
|
- []redis
|
2022-04-20 23:45:02 +08:00
|
|
|
- []statsd
|
2022-04-20 14:58:24 +08:00
|
|
|
- []...
|
|
|
|
- []io.util
|