From 328f2fa586a58caa7107226e301d1f0a8cf3a9cd Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 31 Oct 2021 01:13:50 -0500 Subject: [PATCH] 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. --- hosts.offline | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts.offline b/hosts.offline index bbd8c15..e511c2a 100644 --- a/hosts.offline +++ b/hosts.offline @@ -4,6 +4,9 @@ ansible_python_interpreter=/usr/bin/python3 [collectd:children] pyrocufflink +[collectd-prometheus:children] +collectd + [dhcpcd:children] vm-hosts