updated zabbix state
This commit is contained in:
parent
5c5ac96589
commit
ac02a8b5c3
@ -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
|
||||
|
@ -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 -%}
|
Loading…
Reference in New Issue
Block a user