mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-02-07 10:00
This commit is contained in:
@@ -4,12 +4,11 @@ zabbix_agent_port: 10050
|
||||
zabbix_agent2: False
|
||||
|
||||
# List of servers allowed to connect to the agent (passive checks)
|
||||
zabbix_agent_servers:
|
||||
- 51.91.175.34
|
||||
zabbix_agent_servers: []
|
||||
# List of IP allowed to access TCP port 10050
|
||||
zabbix_agent_src_ip: "{{ zabbix_agent_servers }}"
|
||||
# List of servers the agent will push active checks to
|
||||
zabbix_agent_server_active: []
|
||||
zabbix_agent_servers_active: []
|
||||
|
||||
zabbix_agent_base_conf:
|
||||
PidFile: /var/run/zabbix/zabbix_agentd.pid
|
||||
@@ -17,7 +16,7 @@ zabbix_agent_base_conf:
|
||||
LogType: system
|
||||
Server: "{{ zabbix_agent_servers | join(',') }}"
|
||||
ListenPort: "{{ zabbix_agent_port }}"
|
||||
ServerActive: "{{ zabbix_agent_server_active | join(',') }}"
|
||||
ServerActive: "{{ zabbix_agent_servers_active | join(',') }}"
|
||||
HostnameItem: 'system.hostname'
|
||||
Timeout: 29 # just a bit less than the proxies' Timeout
|
||||
Include: '/etc/zabbix/zabbix_agentd.conf.d/*.conf'
|
||||
|
Reference in New Issue
Block a user