Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Amin Vakil
infrastructure
Commits
8f2cb31f
Verified
Commit
8f2cb31f
authored
Jun 30, 2018
by
Florian Pritz
Browse files
zabbix: Raise debug level on ind.mirror.pkgbuild.com
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
76054595
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/zabbix-agent/templates/zabbix_agentd.conf
View file @
8f2cb31f
...
...
@@ -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
}}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment