aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/memcached.yaml
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 /puppet/services/memcached.yaml
parent9dc9c65522f04a782f5d60dc903b50af7f684392 (diff)
parent490c19bb38fb246347ba4a7c9dbc507ee46dac9c (diff)
Merge "implement a collectd composable service"
Diffstat (limited to 'puppet/services/memcached.yaml')
-rw-r--r--puppet/services/memcached.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/services/memcached.yaml b/puppet/services/memcached.yaml
index ffa969e0..eba8a58b 100644
--- a/puppet/services/memcached.yaml
+++ b/puppet/services/memcached.yaml
@@ -40,3 +40,11 @@ outputs:
dport: 11211
step_config: |
include ::tripleo::profile::base::memcached
+ service_config_settings:
+ collectd:
+ tripleo.collectd.plugins.memcached:
+ - memcached
+ collectd::plugin::memcached::instances:
+ local:
+ host: "%{hiera('memcached::listen_ip')}"
+ port: 11211