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 "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/telegraf.sh)"
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.