diff options
author | Ebben Aries <e@dscp.org> | 2017-12-27 23:59:49 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2017-12-27 18:11:23 -0600 |
commit | d8e3bc5c642480d70cd8c84368c8784c7360e7f7 (patch) | |
tree | 8e3893381f33f18da44e19ce9e6a31a68a8685e0 /system/kapacitor/README | |
parent | 85634a611301379d704ace426b9678abab1ac813 (diff) | |
download | slackbuilds-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/README | 16 |
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 |