summaryrefslogtreecommitdiffstats
path: root/system/kapacitor/README
diff options
context:
space:
mode:
author Ebben Aries2017-12-28 00:59:49 +0100
committer Robby Workman2017-12-28 01:11:23 +0100
commitd8e3bc5c642480d70cd8c84368c8784c7360e7f7 (patch)
tree8e3893381f33f18da44e19ce9e6a31a68a8685e0 /system/kapacitor/README
parent85634a611301379d704ace426b9678abab1ac813 (diff)
downloadslackbuilds-d8e3bc5c642480d70cd8c84368c8784c7360e7f7.tar.gz
system/kapacitor: Added (Real-Time Streaming Data Processing).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/kapacitor/README')
-rw-r--r--system/kapacitor/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/kapacitor/README b/system/kapacitor/README
new file mode 100644
index 0000000000..10151a24ed
--- /dev/null
+++ b/system/kapacitor/README
@@ -0,0 +1,16 @@
+kapacitor (An Open-Source Real-Time Streaming Data Processing Engine)
+
+Kapacitor is a native data processing engine in the TICK Stack. It
+can process both stream and batch data from InfluxDB. It lets you
+plug in your own custom logic or user-defined functions to process
+alerts with dynamic thresholds, match metrics for patterns, compute
+statistical anomalies, and perform specific actions based on these
+alerts like dynamic load rebalancing. It also integrates with HipChat,
+OpsGenie, Alerta, Sensu, PagerDuty, Slack, and more.
+
+Groupname and Username
+
+You must have the "kapacitor" group and user to run this script, for example:
+
+ groupadd -g 351 kapacitor
+ useradd -u 351 -s /bin/false -d /var/lib/kapacitor -g kapacitor kapacitor