updated zabbix state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-09-22 09:19:53 +02:00
parent a2f17ac725
commit 7bc009d797
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{%- from "zabbix/map.jinja" import zabbix with context -%}
{% for key, value in zabbix.agent.config.items() -%}
{%- for key, value in zabbix.agent.config.items() %}
{{ key }}={{ value }}
{% endfor -%}
{%- endfor -%}

View File

@ -1,4 +1,4 @@
{%- from "zabbix/map.jinja" import zabbix with context %}
{%- from "zabbix/map.jinja" import zabbix with context -%}
{%- for key, value in zabbix.server.config.items() %}
{{ key }}={{ value }}
{%- endfor %}