summaryrefslogtreecommitdiffstats
path: root/src/fuel-plugin/environment_config.yaml
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-01-17 17:16:27 -0800
committerGuo Ruijing <ruijing.guo@intel.com>2017-01-18 19:25:47 -0500
commit43d5947f671a83d0658c5c0215f63c343781d92f (patch)
tree352eaaaa85d945dc76cd9d085be1e26ce8b4976d /src/fuel-plugin/environment_config.yaml
parent92bb2e468b8f9e939ecf86f3d1ae652e96429d9d (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.yaml21
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"