telegraf/internal/config
Tim Raymond 3357229ec2 Add configuration management service
This sets up a configuration managemet service on a configureable port
(which itself is configureable by the configuration management
service!). It sets up an HTTP handler on this port whereby GETs to /
will deliver the current TOML configuration that Telegraf booted from.
POSTs to / will update that configuration. Telegraf can then be
restarted from the configuration by sending SIGHUP through existing
mechanisms.

This configuration management service is not authenticated in any way!
It is assumed that this service will only be available behind the
firewall.
2016-02-09 11:28:04 -05:00
..
testdata add backwards-compatability for 'plugins', remove [inputs] and [outputs] headers 2016-01-08 12:49:50 -07:00
config.go Add configuration management service 2016-02-09 11:28:04 -05:00
config_test.go Create public models for telegraf metrics, accumlator, plugins 2016-01-27 15:42:50 -07:00