Skip to content
Snippets Groups Projects
Verified Commit 8f2cb31f authored by Florian Pritz's avatar Florian Pritz
Browse files

zabbix: Raise debug level on ind.mirror.pkgbuild.com


Signed-off-by: default avatarFlorian Pritz <bluewind@xinu.at>
parent 76054595
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@ ServerActive={{zabbix_agent_server}}
Hostname={{inventory_hostname|lower}}
#Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf
{% if inventory_hostname == "ind.mirror.pkgbuild.com" %}
DebugLevel=4
{% endif %}
TLSConnect=psk
TLSAccept=psk
TLSPSKIdentity=PSK{{inventory_hostname|lower}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment