hosts: Set up collectd/Prometheus on vmhosts
The groups in `hosts.offline` need to match those in `hosts`. Specifically, the *collectd* group needs to be a child of the *collectd-prometheus* group so that the *write_prometheus* plugin is installed and configured on hosts defined in this inventory file.
This commit is contained in:
@@ -4,6 +4,9 @@ ansible_python_interpreter=/usr/bin/python3
|
|||||||
[collectd:children]
|
[collectd:children]
|
||||||
pyrocufflink
|
pyrocufflink
|
||||||
|
|
||||||
|
[collectd-prometheus:children]
|
||||||
|
collectd
|
||||||
|
|
||||||
[dhcpcd:children]
|
[dhcpcd:children]
|
||||||
vm-hosts
|
vm-hosts
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user