Greetings,
Below is a very very preliminary patch that allows you to implement multiple Zabbix servers against a single database. With this patch, you can have anywhere from a single Zabbix server, up to 255 distinct Zabbix servers using a single database. Each server will only monitor the items specific to their "zone".
Each server must be assigned a unique integer in the zabbix_server.conf conf and then the serverid field in the items table needs to be populated with the ID of the server you wish to monitor that item. The conf file entry looks like;
Please note that this patch is very very preliminary and has had very minimal testing. Use at your own risk. Also note that I have not yet had time to implement the frontend to manage this just yet.
EDIT: 14 Sep 05 -- Posted an updated patch against the latest CVS code.
Below is a very very preliminary patch that allows you to implement multiple Zabbix servers against a single database. With this patch, you can have anywhere from a single Zabbix server, up to 255 distinct Zabbix servers using a single database. Each server will only monitor the items specific to their "zone".
Each server must be assigned a unique integer in the zabbix_server.conf conf and then the serverid field in the items table needs to be populated with the ID of the server you wish to monitor that item. The conf file entry looks like;
Code:
# This defines which server this is. # Default value 1 # This parameter must be between 1 and 255 Server=1
EDIT: 14 Sep 05 -- Posted an updated patch against the latest CVS code.
Comment