Change flat network name for nosdn fdio scenario
[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 ## Collectd server configuration
7 #   CollectdServer: collectd0.example.com
8 #
9 ################
10 #### Other config parameters, the values shown here are the defaults
11 ################ 
12 #
13 #   CollectdServerPort: 25826 
14 #   CollectdSecurityLevel: None
15 #
16 ################
17 #### If CollectdSecurityLevel is set to Encrypt or Sign
18 #### the following parameters are also needed
19 ###############
20 #
21 #   CollectdUsername: user
22 #   CollectdPassword: password
23 #
24 ## CollectdDefaultPlugins, These are the default plugins used by collectd 
25 #
26 #   CollectdDefaultPlugins:
27 #     - disk
28 #     - interface
29 #     - load
30 #     - memory
31 #     - processes
32 #     - tcpconns
33
34 ## Extra plugins can be enabled by the CollectdExtraPlugins parameter:
35 ## All the plugins availables are:
36 #
37 #   CollectdExtraPlugins:
38 #     - disk
39 #     - df
40 #
41 ## You can use ExtraConfig (or one of the related *ExtraConfig keys)
42 ## to configure collectd.  See the documentation for puppet-collectd at
43 ## https://github.com/voxpupuli/puppet-collectd for details.
44 #
45 #   ExtraConfig:
46 #     collectd::plugin::disk::disks:
47 #       - "/^[vhs]d[a-f][0-9]?$/"
48 #     collectd::plugin::df::mountpoints:
49 #       - "/"
50 #     collectd::plugin::df::ignoreselected: false
51 #     collectd::plugin::cpu::valuespercentage: true