Difference between revisions of "Kapacitor"

From air
Jump to navigation Jump to search
Line 11: Line 11:
 
=Configuration=
 
=Configuration=
 
<pre>
 
<pre>
  +
kapacitord config > config.yaml
 
 
</pre>
 
</pre>
  +
Editer le fichier config.yaml
   
  +
=Lancement=
  +
<pre>
  +
kapacitord -config config.yaml
  +
</pre>
   
 
=Utilisation=
 
=Utilisation=

Revision as of 17:51, 18 February 2016

Kapacitor is a data processing engine. It can process both stream (subscribe realtime) and batch (bulk query) data from InfluxDB. Kapacitor lets you define custom logic to process alerts with dynamic thresholds, match metrics for patterns, compute statistical anomalies, etc.

Installation

wget https://s3.amazonaws.com/influxdb/kapacitor_0.10.0-1_amd64.deb
sudo dpkg -i kapacitor_0.10.0-1_amd64.deb

Configuration

kapacitord config > config.yaml

Editer le fichier config.yaml

Lancement

kapacitord -config config.yaml

Utilisation