slackbuilds/system/kapacitor
Ebben Aries d8e3bc5c64 system/kapacitor: Added (Real-Time Streaming Data Processing).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-12-27 18:11:23 -06:00
..
README system/kapacitor: Added (Real-Time Streaming Data Processing). 2017-12-27 18:11:23 -06:00
doinst.sh system/kapacitor: Added (Real-Time Streaming Data Processing). 2017-12-27 18:11:23 -06:00
kapacitor system/kapacitor: Added (Real-Time Streaming Data Processing). 2017-12-27 18:11:23 -06:00
kapacitor.SlackBuild system/kapacitor: Added (Real-Time Streaming Data Processing). 2017-12-27 18:11:23 -06:00
kapacitor.info system/kapacitor: Added (Real-Time Streaming Data Processing). 2017-12-27 18:11:23 -06:00
slack-desc system/kapacitor: Added (Real-Time Streaming Data Processing). 2017-12-27 18:11:23 -06:00

README

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