tripleo-heat-templates/environments/collectd-environment.yaml
Bogdan Dobrelya 041251d473 Switch remaining env files to containers defaults
Mark regular non-containerized services with FIXME
to be switched, once it is containerized

Do not mark yet an external/backend/plugin/host-config
related puppet services templates with that FIXME

Mark puppet/services/ceph- related templates as TODO
switch it to containerized ceph-ansible eventually, maybe.

Change-Id: Ib9fbad05eeb57dc641499fbf411cb5870da7a8e9
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2018-04-26 23:45:01 +00:00

52 lines
1.3 KiB
YAML

resource_registry:
OS::TripleO::Services::Collectd: ../docker/services/collectd.yaml
# parameter_defaults:
#
## Collectd server configuration
# CollectdServer: collectd0.example.com
#
################
#### Other config parameters, the values shown here are the defaults
################
#
# CollectdServerPort: 25826
# CollectdSecurityLevel: None
#
################
#### If CollectdSecurityLevel is set to Encrypt or Sign
#### the following parameters are also needed
###############
#
# CollectdUsername: user
# CollectdPassword: password
#
## CollectdDefaultPlugins, These are the default plugins used by collectd
#
# CollectdDefaultPlugins:
# - disk
# - interface
# - load
# - memory
# - processes
# - tcpconns
#
## Extra plugins can be enabled by the CollectdExtraPlugins parameter:
## All the plugins availables are:
#
# CollectdExtraPlugins:
# - disk
# - df
#
## You can use ExtraConfig (or one of the related *ExtraConfig keys)
## to configure collectd. See the documentation for puppet-collectd at
## https://github.com/voxpupuli/puppet-collectd for details.
#
# ExtraConfig:
# collectd::plugin::disk::disks:
# - "/^[vhs]d[a-f][0-9]?$/"
# collectd::plugin::df::mountpoints:
# - "/"
# collectd::plugin::df::ignoreselected: false
# collectd::plugin::cpu::valuespercentage: true