PDA

View Full Version : Multipe Zabbix Servers?


timo
29-04-2005, 11:18
Hi everybody,

we're using Zabbix to monitor a few servers. Now we want to set up another zabbix server which monitors the same servers, however, I was unable to find an option which allows me to enter more than one server in the agent configuration.

Is this generally not possible, and if yes, is such a thing planned?

cheers,
Timo

Alexei
29-04-2005, 13:00
Parameter Server accepts list of IP addresses. For example:

Server=127.0.0.1,192.168.1.1,192.168.1.2

timo
29-04-2005, 14:49
okay, I also found it in the documentation, but it's pretty good hidden.

I recommend to change the lines


# IP address of ZABBIX server. No spaces allowed.

Server=127.0.0.1


to

# IP address(es) of the ZABBIX server(s). No spaces allowed. Separate multiple servers with a comma.

Server=127.0.0.1

in the misc/config directory.