8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
|
{% for node in jmx_exporter.nodes -%}
|
||
|
{% if node.host == inventory_hostname -%}
|
||
|
hostPort: {{ node.url }}
|
||
|
{% endif %}
|
||
|
{% endfor %}
|
||
|
rules:
|
||
|
- pattern: ".*"
|