slackbuilds/system/telegraf
Ebben Aries 08d1442778
system/telegraf: Updated for version 1.29.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-02-10 16:09:47 +07:00
..
README system/telegraf: Wrap README at 72 columns. 2022-03-17 12:38:13 -04:00
doinst.sh
slack-desc system/telegraf: Make slack-desc ASCII. 2022-03-17 12:38:16 -04:00
telegraf
telegraf.SlackBuild system/telegraf: Updated for version 1.29.4 2024-02-10 16:09:47 +07:00
telegraf.info system/telegraf: Updated for version 1.29.4 2024-02-10 16:09:47 +07:00

README

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

telegraf (An Open-Source Collecting & Reporting Agent)

It is part of the TICK stack and is a plugin-driven server agent for
collecting and reporting metrics. Telegraf has plugins or integrations
to source a variety of metrics directly from the system its running
on, pull metrics from third-party APIs, or even listen for metrics via
a StatsD and Kafka consumer services. It also has output plugins to
send metrics to a variety of other datastores, services, and message
queues, including InfluxDB, Graphite, OpenTSDB, Datadog, Librato,
Kafka, MQTT, NSQ, and many others.

Groupname and Username

You must have the "telegraf" group and user to run this script, for
example:

  groupadd -g 349 telegraf
  useradd -u 349 -s /bin/false -d /dev/null -g telegraf telegraf