SlackBuildsOrg/system/kapacitor
Ebben Aries ef2b783ddc
system/kapacitor: Updated for version 1.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-09-01 07:32:16 +07:00
..
doinst.sh
kapacitor
kapacitor.info
kapacitor.SlackBuild
README
slack-desc

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