summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates/kapacitor.conf
blob: da47c6b07f06f82efb27ee8762e5a094698e8c6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
hostname = "localhost"
data_dir = "/media/persistent/kapacitor"
[http]
  bind-address = "127.0.0.1:9092"
[logging]
    file = "/var/log/kapacitor/kapacitor.log"
    level = "INFO"
[load]
  enabled = true
  dir = "/etc/kapacitor/load"
[replay]
  dir = "/media/persistent/kapacitor/replay"
[storage]
  boltdb = "/media/persistent/kapacitor/kapacitor.db"
[[influxdb]]
  enabled = true
  default = true
  name = "localhost"
  urls = ["http://localhost:8086"]
[smtp]
  enabled = true
  host = "mail.tozt.net"
  port = 465
  username = "kapacitor-noreply@tozt.net"
  password = "<%= @smtp_password %>"
  from = "kapacitor-noreply@tozt.net"
  to = ["<%= @smtp_to %>"]
  global = true
  state-changes-only = true