mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
17 lines
738 B
Text
17 lines
738 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
|