mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
3a816edd18
Signed-off-by: B. Watson <yalhcru@gmail.com>
18 lines
744 B
Text
18 lines
744 B
Text
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
|