RabbitMQ: disable useless collectd plugins
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
a5808c8436
commit
81b59123a8
1 changed files with 13 additions and 0 deletions
|
@ -31,3 +31,16 @@
|
|||
seboolean: name=collectd_tcp_network_connect state=yes persistent=yes
|
||||
tags:
|
||||
- collectd
|
||||
notify: Restart collectd
|
||||
|
||||
- name: Remove the useless collectd plugins
|
||||
ansible.builtin.file:
|
||||
path: /etc/collectd.d/{{item}}.conf
|
||||
state: absent
|
||||
with_items:
|
||||
- apache
|
||||
- rrdtool
|
||||
tags:
|
||||
- collectd
|
||||
- config
|
||||
notify: Restart collectd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue