Zabbix Proxy
Installating Zabbix Proxy
sudo nano /etc/zabbix/zabbix_proxy.conf# Proxy Mode (0=Active 1=Passive)
ProxyMode = 0
# Connectivity
Server = <zabbix_server_ip>
Server Active = <zabbix_server_ip>
ListenPort = 10051 # CHANGE THIS IF MULTIPLE PROXY
# Hostname
Hostname = <hostname>
# DB Configuration
DBHost = <database_ip>
DBName = <database_name>
DBUser = <database_user>
DBPassword = <database_password>
Proxy Groups
Last updated