summaryrefslogtreecommitdiffstats
path: root/system/telegraf/README
diff options
context:
space:
mode:
author Ebben Aries2017-12-28 01:00:30 +0100
committer Robby Workman2017-12-28 01:11:23 +0100
commitedd7d6734f6505da2fc172958f388ea7f1e87eca (patch)
tree005891ad394933d00ba24eea96a6029408c4e186 /system/telegraf/README
parentd8e3bc5c642480d70cd8c84368c8784c7360e7f7 (diff)
downloadslackbuilds-edd7d6734f6505da2fc172958f388ea7f1e87eca.tar.gz
system/telegraf: Added (Open-Source Collecting & Reporting Agent).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/telegraf/README')
-rw-r--r--system/telegraf/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/system/telegraf/README b/system/telegraf/README
new file mode 100644
index 0000000000..5603c0571c
--- /dev/null
+++ b/system/telegraf/README
@@ -0,0 +1,17 @@
+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 it’s 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