Go to file
Ulric Qin bc8294affa remove config: print_configs 2022-04-19 14:36:22 +08:00
agent add collector oracle framework 2022-04-18 17:35:16 +08:00
conf remove config: print_configs 2022-04-19 14:36:22 +08:00
config add some test log 2022-04-18 23:35:47 +08:00
inputs add interval_times configuration item for oracle instance 2022-04-19 12:13:38 +08:00
parser add collector exec 2022-04-18 14:23:00 +08:00
pkg add collector exec 2022-04-18 14:23:00 +08:00
types add collector exec 2022-04-18 14:23:00 +08:00
writer post series concurrency 2022-04-14 15:04:23 +08:00
.gitignore add command flag 2022-04-13 14:09:33 +08:00
README.md oracle collector done 2022-04-18 23:54:10 +08:00
go.mod add collector oracle framework 2022-04-18 17:35:16 +08:00
go.sum add collector oracle framework 2022-04-18 17:35:16 +08:00
main.go add some test log 2022-04-18 23:35:47 +08:00

README.md

categraf

monitoring agent

build

export GO111MODULE=on
export GOPROXY=https://goproxy.cn
go build

pack

tar zcvf categraf.tar.gz categraf conf

todo

  • []ntp
  • exec
  • []ping
  • []net_response
  • []http_response
  • []scrape
  • []procstat
  • oracle
  • []mysql
  • []redis
  • []...