aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-04-22 01:48:59 +0000
committerGerrit Code Review <review@openstack.org>2017-04-22 01:48:59 +0000
commitc1b8d488d525223b84d25543e4e75d286ef4d10d (patch)
tree2c34b719dd3c726d8d0f91079246e4d46c563255 /environments
parentb24f6257f6c2de70d7df839b3257f86c4e9b7ffd (diff)
parentf209f0aa48d277ecb8300ef33225f6ce6e24a4ae (diff)
Merge "Increase documentation about parameters"
Diffstat (limited to 'environments')
-rw-r--r--environments/collectd-environment.yaml32
1 files changed, 30 insertions, 2 deletions
diff --git a/environments/collectd-environment.yaml b/environments/collectd-environment.yaml
index 7780530c..e40aedf0 100644
--- a/environments/collectd-environment.yaml
+++ b/environments/collectd-environment.yaml
@@ -3,8 +3,36 @@ resource_registry:
# parameter_defaults:
#
-## You can specify additional plugins to load using the
-## CollectdExtraPlugins key:
+## 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