%PDF- %PDF-
| Direktori : /etc/ansible/roles/monitor/templates/ |
| Current File : //etc/ansible/roles/monitor/templates/munin-hosts.conf.j2 |
# {{ ansible_managed }}
# hosts definitions
{% for host in groups['bitrix-hosts'] %}
{% set hostname = hostvars[host].bx_host|default(host) %}
[{{ munin_graph_group }};{{ hostname }}]
address {{ hostvars[host].bx_netaddr }}
{% endfor %}