feat(link): monitoring of debian based instances
This commit is contained in:
parent
dade65bc33
commit
3a26501c58
2 changed files with 17 additions and 0 deletions
9
playbooks/templates/oldlink_sd.yml
Normal file
9
playbooks/templates/oldlink_sd.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
{% for host in groups['legacy_link'] %}
|
||||
- targets:
|
||||
- "{{ hostvars[host].vpc_ip | default(host) }}:9100"
|
||||
labels:
|
||||
job: node
|
||||
app: legacy_link
|
||||
instance: "{{ host }}"
|
||||
{% endfor %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue