Fixes #128, add system load and swap back to default Telegraf config
This commit is contained in:
parent
b014ac12ee
commit
50f902cb02
|
@ -3,7 +3,8 @@
|
||||||
### Features
|
### Features
|
||||||
- [#133](https://github.com/influxdb/telegraf/pull/133): Add plugin.Gather error logging. Thanks @nickscript0!
|
- [#133](https://github.com/influxdb/telegraf/pull/133): Add plugin.Gather error logging. Thanks @nickscript0!
|
||||||
|
|
||||||
### Bigfixes
|
### Bugfixes
|
||||||
|
- [#128](https://github.com/influxdb/telegraf/issues/128): system_load measurement missing.
|
||||||
- [#129](https://github.com/influxdb/telegraf/issues/129): Latest pkg url fix.
|
- [#129](https://github.com/influxdb/telegraf/issues/129): Latest pkg url fix.
|
||||||
|
|
||||||
## v0.1.6 [2015-08-20]
|
## v0.1.6 [2015-08-20]
|
||||||
|
|
|
@ -68,3 +68,9 @@ totalcpu = true
|
||||||
# Read metrics about memory usage
|
# Read metrics about memory usage
|
||||||
[mem]
|
[mem]
|
||||||
# no configuration
|
# no configuration
|
||||||
|
|
||||||
|
[system]
|
||||||
|
# no configuration
|
||||||
|
|
||||||
|
[swap]
|
||||||
|
# no configuration
|
||||||
|
|
Loading…
Reference in New Issue