feat(link): monitoring of debian based instances

This commit is contained in:
Iain Learmonth 2026-05-12 22:58:10 +01:00
parent dade65bc33
commit 3a26501c58
2 changed files with 17 additions and 0 deletions

View 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 %}