commit | b7f97164805cbce14a12904b4591cb8c0cf1a6cd | [log] [tgz] |
---|---|---|
author | Olivier Bourdon <obourdon@mirantis.com> | Mon Jun 12 10:52:52 2017 +0200 |
committer | Olivier Bourdon <obourdon@mirantis.com> | Mon Jun 12 10:54:09 2017 +0200 |
tree | c07c1a29fe8e3d5df64409acd05e2400b4a59fbe | |
parent | 6f41c929dccc13a1bf33b36a1dabc7a960c7d909 [diff] |
Add cpu_ratio to OpenStack input plugin configuration Change-Id: Iadb37c5511763a48e5185768b9369abc95864547
diff --git a/telegraf/files/input/openstack.conf b/telegraf/files/input/openstack.conf index aca2cf3..663343e 100644 --- a/telegraf/files/input/openstack.conf +++ b/telegraf/files/input/openstack.conf
@@ -5,3 +5,4 @@ password = "{{ values.password }}" identity_endpoint = "{{ values.identity_endpoint }}" monitor_agents = {{ values.monitor_agents|default("true")|lower }} + cpu_ratio = {{ values.cpu_ratio|default(1.0) }}