commit | 602a517c3a3929aaeca2d146814d842d1737f0da | [log] [tgz] |
---|---|---|
author | Ved-vampir <akiselyova@mirantis.com> | Mon Mar 16 15:22:36 2015 +0300 |
committer | Ved-vampir <akiselyova@mirantis.com> | Mon Mar 16 15:51:47 2015 +0300 |
tree | c6b424ad74f8441e63031e0f58206a7412e92967 | |
parent | dda86d3e445aebd6d00b0d309d9239a7dd343122 [diff] [blame] |
system cpu usage sensor added
diff --git a/sensors/host1_config.json b/sensors/host1_config.json index 7e81125..450db06 100644 --- a/sensors/host1_config.json +++ b/sensors/host1_config.json
@@ -4,5 +4,10 @@ }, "net-io": { "allowed_prefixes": ["eth0"] - } -} \ No newline at end of file + }, + "system-cpu": { + "allowed_prefixes": ["cpu"] + }, + "system-ram": { + } +}