Skip to content

Commit

Permalink
Fix Type mismatch for 'run.Config.influxdb'
Browse files Browse the repository at this point in the history
Causes [run] 2016/04/27 00:19:55 E! parse config: Type mismatch for 'run.Config.influxdb': Expected slice but found 'map[string]interface {}'.
run: parse config: Type mismatch for 'run.Config.influxdb': Expected slice but found 'map[string]interface {}'.
  • Loading branch information
popstas committed Apr 26, 2016
1 parent 4db1c8c commit eed055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kapacitor.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ token = ""
# Where to store the tasks database
dir = "{{ kapacitor_task_dir }}"

[influxdb]
[[influxdb]]
# Connect to an InfluxDB cluster
# Kapacitor can subscribe, query and write to this cluster.
# Using InfluxDB is not required and can be disabled.
Expand Down

0 comments on commit eed055d

Please sign in to comment.