feat(podman_link): adds node_exporter to link deployments
This commit is contained in:
parent
71147f19d8
commit
8bfe37a4ee
2 changed files with 28 additions and 0 deletions
8
playbooks/templates/link_sd.yml
Normal file
8
playbooks/templates/link_sd.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- targets:
|
||||
{% for host in groups['cdr_link'] %}
|
||||
- "{{ host }}:9100"
|
||||
{% endfor %}
|
||||
labels:
|
||||
job: node
|
||||
app: link
|
||||
Loading…
Add table
Add a link
Reference in a new issue