telegraf/internal
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
..
config Add configuration management service 2016-02-09 11:28:04 -05:00
models Warn when metrics are being overwritten 2016-01-28 14:00:14 -07:00
internal.go mqtt output: cleanup, implement TLS 2016-02-04 10:44:37 -07:00
internal_test.go Implement Glob matching for pass/drop filters 2015-12-07 16:58:31 -07:00