Commit Graph

7 Commits

Author SHA1 Message Date
Tim Raymond d08a694248 Pull Version down into enterprise service
We need to report the current version, but it's only available as a
link-time variable in the main package. Since we can't import this
without incurring the wrath of the Go compiler's no-circular dependency
rule, we need to pull this down through the agent.
2016-02-16 14:57:11 -05:00
Tim Raymond c3c9e80f0a Start enterprise service on boot / placeholders
Adds the enterprise service to the agent's boot process. A few
placeholders have been added because it's not quite clear how we should
generate ProductIDs and ClusterIDs for Telegraf
2016-02-16 14:57:11 -05:00
Tim Raymond 7394375a2e Return immediately if no enterprise hosts 2016-02-16 14:56:21 -05:00
Tim Raymond 8c81034051 Ensure admin interface shuts down with Telegraf 2016-02-16 14:56:21 -05:00
Tim Raymond f3ff0e8be8 Add admin interface 2016-02-16 14:56:21 -05:00
Tim Raymond 1fa3a447d4 Ensure that we can pass in a hostname 2016-02-16 14:56:21 -05:00
Tim Raymond 2f85731a22 WIP First pass at registration 2016-02-16 14:56:21 -05:00