|
|
@ -15,7 +15,7 @@ zabbix_agent_base_conf: |
|
|
|
ListenPort: "{{ zabbix_agent_port }}" |
|
|
|
ListenPort: "{{ zabbix_agent_port }}" |
|
|
|
ServerActive: "{{ zabbix_agent_server_active | join(',') }}" |
|
|
|
ServerActive: "{{ zabbix_agent_server_active | join(',') }}" |
|
|
|
HostnameItem: 'system.hostname' |
|
|
|
HostnameItem: 'system.hostname' |
|
|
|
Timeout: 30 |
|
|
|
Timeout: 29 # just a bit less than the proxies' Timeout |
|
|
|
Include: '/etc/zabbix/zabbix_agentd.conf.d/*.conf' |
|
|
|
Include: '/etc/zabbix/zabbix_agentd.conf.d/*.conf' |
|
|
|
TLSPSKFile: '/etc/zabbix/zabbix_agentd.psk' |
|
|
|
TLSPSKFile: '/etc/zabbix/zabbix_agentd.psk' |
|
|
|
TLSPSKIdentity: "{{ inventory_hostname }}-agent" |
|
|
|
TLSPSKIdentity: "{{ inventory_hostname }}-agent" |
|
|
|