Go to file
huangchao ff879d7d75 采集zookeeper监控数据 2022-06-14 18:09:22 +08:00
.github update description of bug report template (#13) 2022-06-08 21:09:38 +08:00
agent 采集zookeeper监控数据 2022-06-14 18:09:22 +08:00
conf 采集zookeeper监控数据 2022-06-14 18:09:22 +08:00
config support template for prometheus label value 2022-06-10 13:10:31 +08:00
docker Build image (#19) 2022-06-13 14:02:57 +08:00
inputs 采集zookeeper监控数据 2022-06-14 18:09:22 +08:00
k8s use $HOSTNAME as default option for daemonset 2022-06-14 07:34:38 +08:00
logs keep hostname of logs consistent with metrics (#10) 2022-06-10 08:47:04 +08:00
parser add name prefix for plugin prometheus 2022-05-30 08:09:06 +08:00
pkg add docker plugin v1 2022-06-07 10:36:17 +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 Build image (#19) 2022-06-13 14:02:57 +08:00
.goreleaser.yaml update release 2022-06-06 11:16:25 +08:00
LICENSE add LICENSE 2022-05-16 11:58:50 +08:00
Makefile Build image (#19) 2022-06-13 14:02:57 +08:00
README.md add all-in-one daemonset yaml 2022-06-13 23:58:57 +08:00
go.mod prometheus plugin: support get scrape urls from consul 2022-06-09 18:53:25 +08:00
go.sum prometheus plugin: support get scrape urls from consul 2022-06-09 18:53:25 +08:00
main.go reorganize log config 2022-06-02 19:29:49 +08:00
main_posix.go try to support windows 2022-05-29 17:03:03 +08:00
main_windows.go write log to file when running on windows 2022-05-29 20:49:09 +08:00

README.md

Categraf

Categraf is a monitoring agent for nightingale/prometheus/m3db/victoriametrics/thanos/influxdb/tdengine.

QuickStart

QuickStart

Releases

Releases

Build

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

Deploy categraf as daemonset

edit k8s/categraf.yaml, replace NSERVER_SERVICE_WITH_PORT with service ip:port of nserver in your cluster, run:

kubectl apply -n monitoring -f ks8/categraf.yaml

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
  • nginx_upstream_check
  • k8s solution
  • nginx vts
  • mongodb
  • rocketmq
  • activemq
  • kafka
  • elasticsearch
  • prometheus discovery
  • windows
  • mssql
  • iis
  • weblogic
  • was
  • hadoop
  • ad
  • zookeeper
  • statsd
  • snmp
  • switch_legacy
  • ipmi
  • smartctl
  • logging
  • trace

FAQ

FAQ

Thanks

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