13 lines
459 B
Plaintext
13 lines
459 B
Plaintext
|
################################################################################
|
||
|
{{ ansible_managed | comment }}
|
||
|
################################################################################
|
||
|
|
||
|
PidFile=/run/zabbix/zabbix_agentd.pid
|
||
|
LogFile=/var/log/{{ ZBXLOGDIR }}/zabbix_agentd.log
|
||
|
LogFileSize={{ ZBXLOGFILESIZE }}
|
||
|
Server={{ ZBXSERVER }}
|
||
|
ListenPort={{ ZBXAGENTPORT }}
|
||
|
ListenIP={{ ZBXLISTENIP }}
|
||
|
ServerActive=127.0.0.1
|
||
|
Hostname={{ inventory_hostname_short}}
|