Go to file
Ulric Qin 80ffb36638 remove some log 2022-05-29 17:08:58 +08:00
agent add switch_legacy plugin skelton 2022-05-25 15:38:49 +08:00
conf remove some configurations of writer 2022-05-28 09:24:30 +08:00
config remove some configurations of writer 2022-05-28 09:24:30 +08:00
inputs remove some log 2022-05-29 17:08:58 +08:00
parser prometheus plugin: support ignore_label_keys configuration 2022-05-06 11:20:03 +08:00
pkg switch_legacy v1 2022-05-27 19:13:30 +08:00
types code refactor 2022-04-25 14:51:52 +08:00
writer remove some configurations of writer 2022-05-28 09:24:30 +08:00
.gitignore sigpipe signal processing 2022-05-12 10:56:59 +08:00
LICENSE add LICENSE 2022-05-16 11:58:50 +08:00
README.md add done plugins 2022-05-24 20:07:07 +08:00
go.mod try to support windows 2022-05-29 17:03:03 +08:00
go.sum try to support windows 2022-05-29 17:03:03 +08:00
main.go try to support windows 2022-05-29 17:03:03 +08:00
main_posix.go try to support windows 2022-05-29 17:03:03 +08:00
main_windows.go try to support windows 2022-05-29 17:03:03 +08:00

README.md

Categraf

Categraf is a monitoring agent for nightingale.

Build

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

Test

./categraf --test

# usage:
./categraf --help

Pack

tar zcvf categraf.tar.gz categraf conf

Plan

  • system
  • kernel
  • kernel_vmstat
  • linux_sysctl_fs
  • cpu
  • mem
  • net
  • netstat
  • disk
  • diskio
  • ntp
  • processes
  • exec
  • ping
  • http_response
  • net_response
  • procstat
  • mysql
  • redis
  • oracle
  • rabbitmq
  • prometheus
  • tomcat
  • nvidia_smi
  • k8s solution
  • nginx vts
  • mongodb
  • rocketmq
  • activemq
  • kafka
  • elasticsearch
  • prometheus discovery
  • windows
  • mssql
  • iis
  • weblogic
  • was
  • hadoop
  • ad
  • zookeeper
  • statsd
  • snmp
  • ipmi
  • smartctl
  • logging
  • trace

Thanks

Categraf is developed on the basis of Telegraf and Exporters. Thanks to the great open source community.