aboutsummaryrefslogtreecommitdiffstats
path: root/environments/collectd-environment.yaml
diff options
context:
space:
mode:
authorJuan Badia Payno <jbadiapa@redhat.com>2017-03-02 19:47:23 +0100
committerJuan Badia Payno <jbadiapa@redhat.com>2017-04-04 10:05:51 +0200
commitf209f0aa48d277ecb8300ef33225f6ce6e24a4ae (patch)
treee9ac07d4fcfe5e7340377fe9e516dbb776338778 /environments/collectd-environment.yaml
parentd0d3403854c4afcfe07d51be23cd04c0aab96700 (diff)
Increase documentation about parameters
CollectdServer, CollectdServerPort, CollectdSecurityLevel, CollectdUsername, CollectdPassword Change-Id: I43a0aca6f620f2570bdfd88531e70611867337b0
Diffstat (limited to 'environments/collectd-environment.yaml')
-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