Point metricbeat to the correct address for memcached stats
Change-Id: Idcc9852c3915101146da5ef91426f75e4b2f750e
This commit is contained in:
parent
59082ee81d
commit
c760ff5f62
@ -321,7 +321,7 @@ metricbeat.modules:
|
||||
- module: memcached
|
||||
metricsets: ["stats"]
|
||||
period: 30s
|
||||
hosts: ["127.0.0.1:11211"]
|
||||
hosts: ["{{ ansible_hostname }}:11211"]
|
||||
|
||||
{% endif %}
|
||||
##------------------------------- MongoDB Module ------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user