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-03-22 19:09:32 +01:00
{%- for key, value in zabbix.agent.config.items() %}
{{ key }}={{ value }}
2021-08-19 19:21:06 +02:00
{%- endfor %}