Hi, I'm monitoring my infraestructure with zabbix and I don't have any problem with windows an linux servers.
I just installed the zabbix agent in a solaris server and everything looked fine but when I list the procesess the problem is that the tomcat user has been replaced with the zabbix user.
Also the processes involving java and oracle are ran by the zabbix user.
During the installation I haven't assigned any UID to the zabbix user, I just used:
# sudo groupadd -g 122 zabbix
# sudo useradd -c 'Zabbix' -d / -g zabbix -s /usr/bin/false zabbix

Is there any way to change zabbix user UID and recover the other users without making any change in the other services?
Thanks for your help.
I just installed the zabbix agent in a solaris server and everything looked fine but when I list the procesess the problem is that the tomcat user has been replaced with the zabbix user.
Also the processes involving java and oracle are ran by the zabbix user.
During the installation I haven't assigned any UID to the zabbix user, I just used:
# sudo groupadd -g 122 zabbix
# sudo useradd -c 'Zabbix' -d / -g zabbix -s /usr/bin/false zabbix

Is there any way to change zabbix user UID and recover the other users without making any change in the other services?
Thanks for your help.
Comment