We would like to utilize Zabbix in a multi-tenant environment. The challenge we are having is users that have write access to host files have the ability to select proxies that do not belong to them.
Is there a way to restrict proxies to certain user groups, with a patch or modification? Or is this something that can be added in future releases?
Thanks in advance for your help.
Dan
Is there a way to restrict proxies to certain user groups, with a patch or modification? Or is this something that can be added in future releases?
Thanks in advance for your help.
Dan
that might work for us. We could alter the discovery scripts at the proxy side to include and exclude the desired hosts to be only detected by the correct lld task, resulting in getting the template you "define" at the proxy side where the lld is executed. In these lld scripts we already send an object named "siteid" which will bind the host to the correct host-group.
Comment