Switch Prometheus/collectd to pull

Transitioning from push-based to pull-based monitoring with
Prometheus/collectd.  The *write_prometheus* plugin will be installed on
all hosts, and Prometheus will be configured to scrape them directly.
This commit is contained in:
2021-10-30 16:38:19 -05:00
parent b78af05fd8
commit 881c8de625
6 changed files with 5 additions and 12 deletions

1
group_vars/collectd.yml Normal file
View File

@@ -0,0 +1 @@
collectd_prometheus_allow_outside: true

View File

@@ -1,5 +0,0 @@
collectd_network_servers: []
collectd_network_listen:
- '::'
- ff18::efc0:4a42
collectd_prometheus_host: '::1'