i have just completed loading zabbix and logged in to the server on teh web page. The status of zabbix server = no. How can i change theat to Yes ? if i do a ps -ef | greap zabbix_server, i can see the processes running
Ad Widget
Collapse
Status of zabbix server
Collapse
X
-
Are you running a Kernel with "grsec" (or similar patches) ?
grsec patches isolate users from each other: each user can only see his processes.
If zabbix_server is run as user 'zabbix' while Apache is run as 'www-data' ou 'nobody', the website won't be able to find out whether zabbix_server is running or not.
Comment