aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-08 06:58:48 +0000
committerGerrit Code Review <review@openstack.org>2017-02-08 06:58:48 +0000
commit76b53b3e2c6d6fa2e4487ed787e28a9fef1d259e (patch)
tree5210bd572feb9c7ca0dd5c4b30063913df978776 /environments
parent9dc9c65522f04a782f5d60dc903b50af7f684392 (diff)
parent490c19bb38fb246347ba4a7c9dbc507ee46dac9c (diff)
Merge "implement a collectd composable service"
Diffstat (limited to 'environments')
-rw-r--r--environments/collectd-environment.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/environments/collectd-environment.yaml b/environments/collectd-environment.yaml
new file mode 100644
index 00000000..7780530c
--- /dev/null
+++ b/environments/collectd-environment.yaml
@@ -0,0 +1,23 @@
+resource_registry:
+ OS::TripleO::Services::Collectd: ../puppet/services/metrics/collectd.yaml
+
+# parameter_defaults:
+#
+## You can specify additional plugins to load using the
+## CollectdExtraPlugins key:
+#
+# 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