aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/memcached.yaml
diff options
context:
space:
mode:
authorLars Kellogg-Stedman <lars@redhat.com>2016-12-21 13:14:01 -0500
committerEmilien Macchi <emilien@redhat.com>2017-02-07 11:54:14 +0000
commit490c19bb38fb246347ba4a7c9dbc507ee46dac9c (patch)
treed24733079c9244a73fa5b6d28d39e0d0f5f1aad2 /puppet/services/memcached.yaml
parent2a461c49dbc2fbe9eee146407d9916e5d77db90d (diff)
implement a collectd composable service
The collectd composable service permits an operator to configure collectd metrics collection as part of the overcloud install. Depends-on: I03cfbd96778a76125d18e2ca2f48d96e292608de Change-Id: I143565329f5128f15cc39c9b62a6b242666383ab
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