Post

Telegraf

Telegraf collects and sends time series data from databases, systems, and IoT sensors. It has no external dependencies, is easy to install, and requires minimal memory.

Telegraf

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/telegraf.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 4 GB OS: Debian 13

Configuration

Config file:

1
/etc/telegraf/telegraf.conf

Notes

Make sure to configure an output for the telegraf config and start the service with systemctl start telegraf.

This post is licensed under CC BY 4.0 by the author.