Add collectd monitoring for the memcached daemon.

This commit is contained in:
Ralph Bean 2014-11-19 14:37:50 +00:00
parent 9f8afc963f
commit 6535e0344f
3 changed files with 15 additions and 0 deletions

View file

@ -31,6 +31,7 @@
- hosts
- fas_client
- collectd/base
- collectd/memcached
- sudo
- memcached

View file

@ -0,0 +1,6 @@
LoadPlugin memcached
<Plugin memcached>
Host "localhost"
Port "11211"
</Plugin>

View file

@ -0,0 +1,8 @@
---
- name: Copy in the memcached collectd config
copy: src=memcached.conf dest=/etc/collectd.d/memcached.conf
tags:
- collectd
- memcached
notify: restart collectd