diff --git a/CHANGELOG.md b/CHANGELOG.md index db446fb8a..8371811fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ ### Features - [#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. ## v0.1.6 [2015-08-20] diff --git a/etc/config.sample.toml b/etc/config.sample.toml index ac208fb1a..1b7263e4c 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -68,3 +68,9 @@ totalcpu = true # Read metrics about memory usage [mem] # no configuration + +[system] + # no configuration + +[swap] + # no configuration