Hello,
I'm installing Zabbix and PostgreSQL on the same computer. Below is an excerpt from JohnUSA's Ubuntu installation procedure. Questions follow.
nano /etc/zabbix/zabbix_agentd.conf
Make sure that the Server parameter points to the server address, for the agent that runs on the server it is like this: Server=127.0.0.1 change to xxx.xxx.xxx.xxx
AND REMOVE # from ListenIP=127.0.0.1 AND CHANGE IT to ListenIP=xxx.xxx.xxx.xxx
nano /etc/zabbix/zabbix_server.conf
REMOVE # from ListenIP=127.0.0.1 AND CHANGE IT to ListenIP=10.20.10.239
Questions
I'm installing Zabbix and PostgreSQL on the same computer. Below is an excerpt from JohnUSA's Ubuntu installation procedure. Questions follow.
nano /etc/zabbix/zabbix_agentd.conf
Make sure that the Server parameter points to the server address, for the agent that runs on the server it is like this: Server=127.0.0.1 change to xxx.xxx.xxx.xxx
AND REMOVE # from ListenIP=127.0.0.1 AND CHANGE IT to ListenIP=xxx.xxx.xxx.xxx
nano /etc/zabbix/zabbix_server.conf
REMOVE # from ListenIP=127.0.0.1 AND CHANGE IT to ListenIP=10.20.10.239
Questions
- In zabbix_agentd.conf, is "server=" 127.0.0.1 or the server address (192.168.1.20)?
- 2. In zabbix_agentd.conf, is ListenIP 127.0.0.1 or the server address (192.168.1.20)?
- In zabbix_server.conf, is the ListenIP address 127.0.0.1 or the server address (192.168.1.20)?
Comment