1
1

first upload

This commit is contained in:
2023-07-01 12:50:13 +02:00
parent 9f549c4076
commit 16ab5250a1
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,12 @@
################################################################################
{{ 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}}