Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sébastien Luttringer
infrastructure
Commits
e8194620
Verified
Commit
e8194620
authored
Mar 20, 2017
by
Florian Pritz
Browse files
zabbix-agent: Fix agent server on apollo
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
9ca0aacb
Changes
3
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
e8194620
...
...
@@ -32,4 +32,4 @@
-
{
role
:
patchwork
,
tags
:
[
"
patchwork"
]
}
-
{
role
:
kanboard
,
tags
:
[
"
kanboard"
]
}
-
{
role
:
zabbix-server
,
tags
:
[
"
zabbix"
,
"
zabbix-server"
]
}
-
{
role
:
zabbix-agent
,
tags
:
[
"
zabbix"
,
"
zabbix-agent"
]
}
-
{
role
:
zabbix-agent
,
zabbix_agent_server
:
"
127.0.0.1"
,
tags
:
[
"
zabbix"
,
"
zabbix-agent"
]
}
roles/zabbix-agent/defaults/main.yml
0 → 100644
View file @
e8194620
---
zabbix_agent_server
:
zabbix.archlinux.org
roles/zabbix-agent/templates/zabbix_agentd.conf
View file @
e8194620
LogType
=
system
Server
=
zabbix
.
archlinux
.
org
ServerActive
=
zabbix
.
archlinux
.
org
Server
=
{{
zabbix
_agent_server
}}
ServerActive
=
{{
zabbix
_agent_server
}}
Hostname
={{
ansible_hostname
|
lower
}}
#Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf
...
...
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