From d4efa903fe6d0ec23b38a518ef3ea8ba85dc78af Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 24 Apr 2016 05:02:39 +0300 Subject: [PATCH] fixed typos --- src/sys_fs_cgroup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sys_fs_cgroup.c b/src/sys_fs_cgroup.c index 86dafc06..fedaead9 100644 --- a/src/sys_fs_cgroup.c +++ b/src/sys_fs_cgroup.c @@ -53,7 +53,7 @@ void read_cgroup_plugin_configuration() { cgroup_root_max = config_get_number("plugin:cgroups", "max cgroups to allow", cgroup_root_max); cgroup_max_depth = config_get_number("plugin:cgroups", "max cgroups depth to monitor", cgroup_max_depth); - cgroup_enable_new_cgroups_detected_at_runtime = config_get_boolean("plugin:cgroups", "enable cgroups detected after first run", cgroup_enable_new_cgroups_detected_at_runtime); + cgroup_enable_new_cgroups_detected_at_runtime = config_get_boolean("plugin:cgroups", "enable new cgroups detected at run time", cgroup_enable_new_cgroups_detected_at_runtime); } // ---------------------------------------------------------------------------- @@ -843,7 +843,7 @@ void update_cgroup_charts(int update_every) { st = rrdset_find_bytype(type, "writeback"); if(!st) { - snprintf(title, CHART_TITLE_MAX, "Writable Memory for cgroup %s", cg->name); + snprintf(title, CHART_TITLE_MAX, "Writeback Memory for cgroup %s", cg->name); st = rrdset_create(type, "writeback", NULL, "mem", "cgroup.writeback", title, "MB", 40300, update_every, RRDSET_TYPE_AREA); -- 2.39.2