paulbsd-salt/states/zabbix/templates/zabbix_agentd.conf.j2

4 lines
147 B
Plaintext
Raw Normal View History

2020-11-04 23:05:21 +01:00
{%- from "zabbix/map.jinja" import zabbix with context -%}
2021-10-30 18:41:26 +02:00
{% for key, value in zabbix.agent.config.items() -%}
2021-03-22 19:09:32 +01:00
{{ key }}={{ value }}
2021-10-30 18:41:26 +02:00
{% endfor -%}