updated zabbix state

This commit is contained in:
Paul 2021-10-30 18:41:26 +02:00
parent 5c5ac96589
commit ac02a8b5c3
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ zabbix:
# - zabbix-get
# - zabbix-sender
config:
BufferSize: 10000
Hostname: localhost
Include: "/etc/zabbix/zabbix_agentd.conf.d/*.conf"
LogFile: /var/log/zabbix/zabbix_agentd.log

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 -%}