Перейти до основного
https://catalogartifact.azureedge.net/publicartifacts/pcloudhostingllc1770894336819.graf-d9a8b65a-936e-4404-8a9a-5f3ee1a76552/image0_pCloud216.png

Telegraf

Видавець: pcloudhosting

Version 1.38.4 + Free Support on Ubuntu 26.04

Telegraf is an open-source metrics collection agent developed by InfluxData. It is used to collect, process, and send system, application, and service metrics to various monitoring platforms such as InfluxDB, Prometheus, Elasticsearch, and cloud-based observability tools.

Features of Telegraf:
  • Lightweight, plugin-based metrics collection agent.
  • Supports hundreds of input plugins (CPU, memory, disk, Docker, Kubernetes, etc.).
  • Supports multiple output plugins (InfluxDB, Prometheus, Elasticsearch, file, etc.).
  • Highly scalable and suitable for cloud-native environments.
  • Developed using Go and optimized for low resource usage.

Telegraf Usage:

 
$ sudo su
$ apt update
$ sudo systemctl restart telegraf
$ sudo systemctl status telegraf
$ telegraf --version
  

Disclaimer: Telegraf is intended for system monitoring, metrics collection, observability, DevOps automation, and cloud infrastructure monitoring. Administrators should properly configure input and output plugins, secure access to monitoring endpoints, and follow best practices for production deployments, including resource limits, authentication, and data retention policies.