Telegraf is an open-source agent written in the Go.
It collects, manages, processes, and aggregates metrics of a DevOps system or machine
infrastructure monitoring, alert management, data visualization, and database management
- chronograf
to visualize your monitoring data and easily create alerting and automation rules.
- kapacitor
to import (stream or batch) time series data, and then transform, analyze, and act on the data.
- telegraf
- influxdb
- Filename:
--config /etc/default/telegraf
- include all files ending with .conf:
--config-directory /path/to/folder
- Remote URL:
--config "http://remote-URL-endpoint"