Add sample configuration options for enterprise
This commit is contained in:
parent
9eb7d08b8e
commit
cbe682a67b
|
@ -182,6 +182,19 @@ var header = `##################################################################
|
|||
### Override default hostname, if empty use os.Hostname()
|
||||
hostname = ""
|
||||
|
||||
### Enterprise Configuration
|
||||
# [agent.enterprise]
|
||||
|
||||
### Controls port where enterprise administration interface will start
|
||||
# config_port = 5050
|
||||
|
||||
# [[agent.enterprise.hosts]]
|
||||
# url = "http://localhost:3000"
|
||||
|
||||
### If reporting to more than one enterprise host, this indicates
|
||||
### which will be the primary enterprise host. Only one should be
|
||||
### the primary.
|
||||
# primary = true
|
||||
|
||||
###############################################################################
|
||||
# OUTPUTS #
|
||||
|
|
Loading…
Reference in New Issue