Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.31 KB

telegraf-cheat-sheet.md

File metadata and controls

23 lines (20 loc) · 1.31 KB

Telegraf is an open-source agent written in the Go.
It collects, manages, processes, and aggregates metrics of a DevOps system or machine

telegraf input plugins

infrastructure monitoring, alert management, data visualization, and database management

Possible run of telegram with diff configuration

  • Filename: --config /etc/default/telegraf
  • include all files ending with .conf: --config-directory /path/to/folder
  • Remote URL: --config "http://remote-URL-endpoint"