diff --git a/deployment/metrics/collectd-container-puppet.yaml b/deployment/metrics/collectd-container-puppet.yaml index 4c17942879..2da78a5e0e 100644 --- a/deployment/metrics/collectd-container-puppet.yaml +++ b/deployment/metrics/collectd-container-puppet.yaml @@ -77,6 +77,7 @@ parameters: CollectdDefaultPlugins: default: - cpu + - df - disk - interface - load diff --git a/environments/metrics/collectd-standalone.yaml b/environments/metrics/collectd-standalone.yaml index f00c8d0ce4..a4d02f2c68 100644 --- a/environments/metrics/collectd-standalone.yaml +++ b/environments/metrics/collectd-standalone.yaml @@ -10,6 +10,8 @@ resource_registry: ## These are the default plugins used by collectd # # CollectdDefaultPlugins: +# - cpu +# - df # - disk # - interface # - load @@ -21,8 +23,8 @@ resource_registry: ## All the plugins availables are: # # CollectdExtraPlugins: -# - disk -# - df +# - amqp1 +# - ovs-stats # ## To choose write plugin use below parameter: #