From 50f902cb02a08b16c49e7fa8b2933f9276492946 Mon Sep 17 00:00:00 2001 From: Cameron Sparr Date: Mon, 24 Aug 2015 13:25:20 -0600 Subject: [PATCH] Fixes #128, add system load and swap back to default Telegraf config --- CHANGELOG.md | 3 ++- etc/config.sample.toml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) 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