From cbe682a67b6e2db988ebac40334abdce7ca5f29c Mon Sep 17 00:00:00 2001 From: Tim Raymond Date: Fri, 12 Feb 2016 14:25:10 -0500 Subject: [PATCH] Add sample configuration options for enterprise --- internal/config/config.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/internal/config/config.go b/internal/config/config.go index 522b91597..42447dfc6 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -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 #