diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-01-17 17:16:27 -0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-01-18 19:25:47 -0500 |
commit | 43d5947f671a83d0658c5c0215f63c343781d92f (patch) | |
tree | 352eaaaa85d945dc76cd9d085be1e26ce8b4976d /src/fuel-plugin/environment_config.yaml | |
parent | 92bb2e468b8f9e939ecf86f3d1ae652e96429d9d (diff) |
add collectd feature attributes for fuel plugin
Change-Id: I26b70963644527e3f4dfa1c0c7442fe257fb0a97
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'src/fuel-plugin/environment_config.yaml')
-rw-r--r-- | src/fuel-plugin/environment_config.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/fuel-plugin/environment_config.yaml b/src/fuel-plugin/environment_config.yaml index e69de29b..125dfa53 100644 --- a/src/fuel-plugin/environment_config.yaml +++ b/src/fuel-plugin/environment_config.yaml @@ -0,0 +1,21 @@ +attributes: + enable_mcelog: + type: "checkbox" + weight: 20 + value: false + label: "Enable collectd for mcelog" + enable_intel_rdt: + type: "checkbox" + weight: 20 + value: false + label: "Enable collectd for Intel RDT" + enable_hugepages: + type: "checkbox" + weight: 20 + value: false + label: "Enable collectd for hugepages" + enable_ovs_events: + type: "checkbox" + weight: 20 + value: false + label: "Enable collectd for Open vSwitch events" |