PDA

View Full Version : Need help about PROXY


sherman wu
17-10-2010, 14:31
Hi:
I'm newer about ZABBIX, I want to know how to establish a distributed ZABBIX with PROXY.
1. Does every PROXY need local database ?
2. If PROXY need a local database, when I use ORACLE as Server's database, can I use MySQL as local database ?
3. Which application should run on PROXY, zabbix_proxy and zabbix_server ?

Thanks.

richlv
17-10-2010, 22:19
Hi:
I'm newer about ZABBIX, I want to know how to establish a distributed ZABBIX with PROXY.
1. Does every PROXY need local database ?

yes

2. If PROXY need a local database, when I use ORACLE as Server's database, can I use MySQL as local database ?

yes

3. Which application should run on PROXY, zabbix_proxy and zabbix_server ?

zabbix_proxy only

sherman wu
18-10-2010, 08:26
Thank you !:)

If I use ORACLE as server's database and MySQL as proxy's local database,
Which database option I should use while configurate proxy from source, --with-oracle or --with-mysql ?

richlv
18-10-2010, 13:01
If I use ORACLE as server's database and MySQL as proxy's local database,
Which database option I should use while configurate proxy from source, --with-oracle or --with-mysql ?

mysql, because that's what proxy will support

sherman wu
20-10-2010, 07:12
Thanks Richlv !