Go to file
Ulric Qin b140504002 add mysql readme 2022-06-13 13:41:02 +08:00
.github update description of bug report template (#13) 2022-06-08 21:09:38 +08:00
agent validate and tidy label key 2022-06-07 11:23:01 +08:00
conf Merge branch 'main' of github.com:flashcatcloud/categraf 2022-06-10 13:10:45 +08:00
config support template for prometheus label value 2022-06-10 13:10:31 +08:00
inputs add mysql readme 2022-06-13 13:41:02 +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 prometheus plugin: support get scrape urls from consul 2022-06-09 18:53:25 +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 add docker plugin v1 2022-06-07 10:36:17 +08:00
README.md add plugin: nginx_upstream_check 2022-06-01 11:58:12 +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 write log to file when running on windows 2022-05-29 20:49:09 +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

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.