collectd: Install collectd-rrdtool plugin in el9.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
f80b327d1b
commit
57e51802a8
1 changed files with 7 additions and 0 deletions
|
@ -36,6 +36,13 @@
|
||||||
- collectd
|
- collectd
|
||||||
when: ansible_distribution_major_version|int > 24 and ansible_distribution == 'Fedora'
|
when: ansible_distribution_major_version|int > 24 and ansible_distribution == 'Fedora'
|
||||||
|
|
||||||
|
# install collectd-rrdtool (it was split out)
|
||||||
|
- name: Install collectd-disk
|
||||||
|
dnf: name=collectd-rrdtool state=present
|
||||||
|
tags:
|
||||||
|
- collectd
|
||||||
|
when: ansible_distribution_major_version|int > 8 and ansible_distribution == 'RedHat'
|
||||||
|
|
||||||
# install collected.conf
|
# install collected.conf
|
||||||
- name: /etc/collectd.conf
|
- name: /etc/collectd.conf
|
||||||
ansible.builtin.template: src=collectd.conf.j2 dest=/etc/collectd.conf
|
ansible.builtin.template: src=collectd.conf.j2 dest=/etc/collectd.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue