Merge "neutron: don't set external_network_bridge option by default"
[apex-tripleo-heat-templates.git] / environments / collectd-environment.yaml
1 resource_registry:
2   OS::TripleO::Services::Collectd: ../puppet/services/metrics/collectd.yaml
3
4 # parameter_defaults:
5 #
6 ## You can specify additional plugins to load using the
7 ## CollectdExtraPlugins key:
8 #
9 #   CollectdExtraPlugins:
10 #     - disk
11 #     - df
12 #
13 ## You can use ExtraConfig (or one of the related *ExtraConfig keys)
14 ## to configure collectd.  See the documentation for puppet-collectd at
15 ## https://github.com/voxpupuli/puppet-collectd for details.
16 #
17 #   ExtraConfig:
18 #     collectd::plugin::disk::disks:
19 #       - "/^[vhs]d[a-f][0-9]?$/"
20 #     collectd::plugin::df::mountpoints:
21 #       - "/"
22 #     collectd::plugin::df::ignoreselected: false
23 #     collectd::plugin::cpu::valuespercentage: true