Point metricbeat to the correct address for memcached stats

Change-Id: Idcc9852c3915101146da5ef91426f75e4b2f750e
This commit is contained in:
Jonathan Rosser 2018-06-05 11:38:47 +00:00 committed by Jonathan Rosser
parent 59082ee81d
commit c760ff5f62

View File

@ -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 ------------------------------