Hello everyone, I am using Zabbix 7.0 with Ubuntu 24.04 LTS. I wanted to try creating multiple Zabbix databases, each dedicated to a single user, so that they could access the frontend without seeing the data of other users. Do you have any advice?
Ad Widget
Collapse
"Multiple databases on the same server"
Collapse
X
-
It does not work like that... Whats visible for users, you can set it with access rights.
-
It is possible to create multiple databases, but this also means that you must have multiple instances of the Zabbix server and of course of the frontend. Running those instances on the same machine will not work unless you change the listening port of Zabbix server and do some fine tweaks of the frontend. Definetely not recommended. You could achive this setup maybe by running the different instances as docker containers, but you still need to play with the listening port.
Anyway, these are some generic suggestions because you were not very specific about what you actually want to achieve.Comment
Comment