-
The documentation makes no mention as to how to enable authentication on Kapacitor. The auto-generated configuration however has an option for it:
```toml
[http]
auth-enabled = false
```
I …
-
It would be cool, if I could run integration tests for my own go udf's by importing the test helper.
Currently this is not possible because the test helper require some vendor packages.
Mic92 updated
8 years ago
-
I am working on making an alert for net using the example in this project. However I was getting two errors: " cannot apply derivative to type " and "cannot perform derivative elapsed time was 0." Af…
-
We have written a task that creates an alert if count is not more than zero for a period of one hour every one hour. Kapacitor service goes OutOfMemory at regular intervals. Following are the details
…
-
Hi, All,
I have a influxDB database and within a measurement with data, database and the measurement has the same name, I can get data by SQL in influxDB. But after I wrote a task for Kapacitor, i…
-
Task is not posting alert to endpoint, Please help me out.
I am using kapacitor image with remote influxdb.
kapacitor log as below:
`ts=2019-05-09T17:27:50.613Z lvl=info msg="http request" servic…
-
Hello, I've installed kapacitor from official repo and setup telegraf/influxdb/kapacitor stack. The kapacitor fails everyday :(
OS: CentOS release 6.9 (Final)
kapacitor.x86_64 1.3.3-1 @influ…
-
Kapacitor 1.1.0 (git: master 939fdf670b028c142944977dcfcb045cac2343ed)
Ubuntu 14.04.5 LTS
When I define a kapacitor task like:
```
kapacitor define healthcheck_alert ...
```
and then delet…
-
I'm currently not able to get the `k8sAutoscale()` node to work. When the `TICK` script is enabled, I get an error returned.
```
cannot use the k8sAutoscale node, could not create kubernetes clie…
-
Currently batch data is always created in a database with a `1h` retention policy.
Often a batch query is used for longer time periods. This is especially needed with the context of relative timest…