Clearify some required config parameters
This commit is contained in:
parent
861707d651
commit
4e82b37325
|
@ -228,12 +228,15 @@ var header = `# Tivan configuration
|
||||||
# They indicate to the plugin to use their own builtin configuration to
|
# They indicate to the plugin to use their own builtin configuration to
|
||||||
# connect to the local system.
|
# connect to the local system.
|
||||||
|
|
||||||
|
# NOTE: The configuration has a few required parameters. They are marked
|
||||||
|
# with 'required'. Be sure to edit those to make this configuration work.
|
||||||
|
|
||||||
# Configuration for influxdb server to send metrics to
|
# Configuration for influxdb server to send metrics to
|
||||||
# [influxdb]
|
[influxdb]
|
||||||
# url = "http://10.20.2.4"
|
url = "http://10.20.2.4:8086" # required. Host and port are necessary as well.
|
||||||
|
database = "tivan" # required. You need to pre-create this in influxdb
|
||||||
# username = "tivan"
|
# username = "tivan"
|
||||||
# password = "metricsmetricsmetricsmetrics"
|
# password = "metricsmetricsmetricsmetrics"
|
||||||
# database = "tivan"
|
|
||||||
# user_agent = "tivan"
|
# user_agent = "tivan"
|
||||||
# tags = { "dc": "us-east-1" }
|
# tags = { "dc": "us-east-1" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue