16 lines
330 B
YAML
16 lines
330 B
YAML
---
|
|
|
|
# zabbix_version
|
|
zabbix_major_version: "7.4"
|
|
|
|
# zabbix agent defaults
|
|
zabbix_agent_psk_enable: true
|
|
zabbix_agent_psk: "superlongpsk"
|
|
zabbix_agent_listen_port: "10050"
|
|
|
|
# zabbix server / proxy connectivity
|
|
zabbix_proxy_address: "zabbix.example.com"
|
|
zabbix_proxy_port: "10051"
|
|
|
|
# zabbix user permissions
|
|
zabbix_user_sudo: true
|