Add SIGHUP support to reload telegraf config

closes #539
This commit is contained in:
Thibault Cohen
2016-01-17 03:08:02 -05:00
committed by Cameron Sparr
parent bc71e956a5
commit 551db20657
2 changed files with 127 additions and 112 deletions

View File

@@ -9,6 +9,7 @@
- [#534](https://github.com/influxdata/telegraf/pull/534): NSQ input plugin. Thanks @allingeek!
- [#494](https://github.com/influxdata/telegraf/pull/494): Graphite output plugin. Thanks @titilambert!
- AMQP SSL support. Thanks @ekini!
- [#539](https://github.com/influxdata/telegraf/pull/539): Reload config on SIGHUP. Thanks @titilambert!
### Bugfixes
- [#506](https://github.com/influxdb/telegraf/pull/506): Ping input doesn't return response time metric when timeout. Thanks @titilambert!