hosts: Add stats0.p.b to prometheus group
Although configuration policy is not yet available for Prometheus itself, the `collectd.yml` playbook also uses the *prometheus* host group. Specifically, hosts in this group are configured to receive collectd data from other hosts and expose those data through the `write_prometheus` plugin.jenkins-master
parent
47954dca48
commit
3d9d7423ef
|
@ -0,0 +1,4 @@
|
||||||
|
collectd_network_servers: []
|
||||||
|
collectd_network_listen:
|
||||||
|
- ff18::efc0:4a42
|
||||||
|
collectd_prometheus_host: '::1'
|
3
hosts
3
hosts
|
@ -83,6 +83,9 @@ pyrocufflink-dns
|
||||||
[public-web]
|
[public-web]
|
||||||
web0.pyrocufflink.blue
|
web0.pyrocufflink.blue
|
||||||
|
|
||||||
|
[prometheus]
|
||||||
|
stats0.pyrocufflink.blue
|
||||||
|
|
||||||
[pyrocufflink]
|
[pyrocufflink]
|
||||||
build0-amd64.pyrocufflink.blue
|
build0-amd64.pyrocufflink.blue
|
||||||
build1-aarch64.pyrocufflink.blue
|
build1-aarch64.pyrocufflink.blue
|
||||||
|
|
Loading…
Reference in New Issue