Ad Widget
Collapse
Install Zabbix without ROOT privileges is it possible?
Collapse
X
-
Tags: None
-
By default it's designed to run as non-root, so if you just get the packages from https://zabbix.com/download it will run as non-root (but as user zabbix). -
Oh, sorry, confused "running" with "install". :-D
It is not a problem to download the binaries (or compile them) and run them as any user. E. g.
You only need to make sure that user has access to the resources specified in the configuration file, e. g. LogFile, PidFile, SocketDir etc.Code:~/bin/zabbix_server -c ~/conf/zabbix_server.conf
Last edited by dimir; 27-05-2021, 13:17.Comment
Comment