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.ntfy
parent
6c705f54af
commit
328f2fa586
|
@ -4,6 +4,9 @@ ansible_python_interpreter=/usr/bin/python3
|
|||
[collectd:children]
|
||||
pyrocufflink
|
||||
|
||||
[collectd-prometheus:children]
|
||||
collectd
|
||||
|
||||
[dhcpcd:children]
|
||||
vm-hosts
|
||||
|
||||
|
|
Loading…
Reference in New Issue