RabbitMQ: disable useless collectd plugins

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-07-03 11:27:25 +02:00
parent a5808c8436
commit 81b59123a8
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

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