Hello
I try something yesterday :
At first I run an instance of zabbix_server
Then I create a new database called zabbix2 with some data and a new configuration file like this :
zabbix_server2.conf :
After I configure a frontend and run
zabbix_server -c /etc/zabbix/zabbix_server2.conf
And it seems to work well. Is there someone who try this before? Is there any known issues or bug? Advices are welcome.
Thanks.
Brice
I try something yesterday :
At first I run an instance of zabbix_server
Then I create a new database called zabbix2 with some data and a new configuration file like this :
zabbix_server2.conf :
Code:
Server=2 StartPollers=6 StartTrappers=5 ListenPort=10051 HousekeepingFrequency=1 SenderFrequency=30 DebugLevel=3 Timeout=5 PidFile=/var/tmp/zabbix_server2.pid LogFile=/tmp/zabbix_server2.log AlertScriptsPath=/home/zabbix/bin/ DBName=zabbix2 DBUser=zabbix DBPassword=zabbix
zabbix_server -c /etc/zabbix/zabbix_server2.conf
And it seems to work well. Is there someone who try this before? Is there any known issues or bug? Advices are welcome.
Thanks.
Brice
Comment