mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
bf72f339a3
Major changes : Load TICKscripts and alert handlers from a directory. Structed Logging with a logging API endpoints to be able to tail logs for given tasks. Autoscale support for Docker Swarm and EC2 Autoscaling. Sideload data into your TICKscript streams from external sources. Fully customizable POST body for the alert POST handler and the httpPost node. See the complete list of bug fixes and features at https://github.com/influxdata/kapacitor/blob/master/CHANGELOG.md PR: 224205 Submitted by: cheffo@freebsd-bg.org (maintainer)
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
bin/kapacitor
|
|
bin/kapacitord
|
|
@dir(%%KAPACITORD_USER%%,%%KAPACITORD_GROUP%%,0750) %%KAPACITORD_DBDIR%%
|
|
@dir(%%KAPACITORD_USER%%,%%KAPACITORD_GROUP%%,0750) %%KAPACITORD_LOGDIR%%
|
|
@sample etc/kapacitor.conf.sample
|