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-18 14:23:38 +08:00
|
|
|
- []ntp
|
|
|
|
- [x]exec
|
|
|
|
- []ping
|
|
|
|
- []net_response
|
|
|
|
- []http_response
|
|
|
|
- []scrape
|
|
|
|
- []procstat
|
2022-04-18 23:54:10 +08:00
|
|
|
- [x]oracle
|
2022-04-18 14:23:38 +08:00
|
|
|
- []mysql
|
|
|
|
- []redis
|
|
|
|
- []...
|