Update to 2022-02-07 10:00

This commit is contained in:
Daniel Berteaud
2022-02-07 10:00:15 +01:00
parent d3d3531bd6
commit 3d88ece7a9
3 changed files with 6 additions and 6 deletions

View File

@@ -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'