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]
|
||||
pyrocufflink
|
||||
|
||||
[collectd-prometheus:children]
|
||||
collectd
|
||||
|
||||
[dhcpcd:children]
|
||||
vm-hosts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user